Skip to content

Commit

Permalink
Fix test config.
Browse files Browse the repository at this point in the history
  • Loading branch information
andreibancioiu committed Oct 14, 2024
1 parent 11d2528 commit 1615fbf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"privkey": "3e4e89e501eb542c12403fb15c52479e8721f2f4dedc3b3ef0f3b47b37de006c",
"curve_type": "edwards25519",
"currency": {
"symbol": "ROSETTA-4b5aa2",
"symbol": "ROSETTA-449e95",
"decimals": 4
}
},
Expand Down
6 changes: 3 additions & 3 deletions systemtests/mesh_cli_config/testnet-construction-custom.ros
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
transfer(1){
transfer{
transfer.network = {"network":"untitled", "blockchain":"MultiversX"};
custom_currency = {"symbol":"ROSETTA-4b5aa2", "decimals":4};
custom_currency = {"symbol":"ROSETTA-449e95", "decimals":4};
sender = {
"account_identifier": {
"address": "erd1ldjsdetjvegjdnda0qw2h62kq6rpvrklkc5pw9zxm0nwulfhtyqqtyc4vq"
},
"currency": {
"symbol": "ROSETTA-4b5aa2",
"symbol": "ROSETTA-449e95",
"decimals": 4
}
};
Expand All @@ -24,7 +24,7 @@ transfer(1){
"address": "erd1xtslmt67utuewwv8jsx729mxjxaa8dvyyzp7492hy99dl7hvcuqq30l98v"
},
"currency": {
"symbol": "ROSETTA-4b5aa2",
"symbol": "ROSETTA-449e95",
"decimals": 4
}
};
Expand Down
2 changes: 1 addition & 1 deletion systemtests/rosetta_config/testnet-custom-currencies.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"symbol": "ROSETTA-4b5aa2",
"symbol": "ROSETTA-449e95",
"decimals": 4
}
]

0 comments on commit 1615fbf

Please sign in to comment.