Skip to content

Commit 08a72a4

Browse files
Update tests config.
1 parent 0f98bf3 commit 08a72a4

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

systemtests/mesh_cli_config/testnet-construction-custom.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"privkey": "3e4e89e501eb542c12403fb15c52479e8721f2f4dedc3b3ef0f3b47b37de006c",
2424
"curve_type": "edwards25519",
2525
"currency": {
26-
"symbol": "ROSETTA-1d349b",
26+
"symbol": "ROSETTA-4b5aa2",
2727
"decimals": 4
2828
}
2929
},

systemtests/mesh_cli_config/testnet-construction-custom.ros

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
transfer(1){
22
transfer{
33
transfer.network = {"network":"untitled", "blockchain":"MultiversX"};
4-
custom_currency = {"symbol":"ROSETTA-1d349b", "decimals":4};
4+
custom_currency = {"symbol":"ROSETTA-4b5aa2", "decimals":4};
55
sender = {
66
"account_identifier": {
77
"address": "erd1ldjsdetjvegjdnda0qw2h62kq6rpvrklkc5pw9zxm0nwulfhtyqqtyc4vq"
88
},
99
"currency": {
10-
"symbol": "ROSETTA-1d349b",
10+
"symbol": "ROSETTA-4b5aa2",
1111
"decimals": 4
1212
}
1313
};
@@ -24,7 +24,7 @@ transfer(1){
2424
"address": "erd1xtslmt67utuewwv8jsx729mxjxaa8dvyyzp7492hy99dl7hvcuqq30l98v"
2525
},
2626
"currency": {
27-
"symbol": "ROSETTA-1d349b",
27+
"symbol": "ROSETTA-4b5aa2",
2828
"decimals": 4
2929
}
3030
};
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"symbol": "ROSETTA-1d349b",
3+
"symbol": "ROSETTA-4b5aa2",
44
"decimals": 4
55
}
66
]

0 commit comments

Comments
 (0)