Skip to content

Commit

Permalink
reorder resources;
Browse files Browse the repository at this point in the history
Signed-off-by: tcar <[email protected]>
  • Loading branch information
tcar121293 committed Mar 22, 2024
1 parent 0794ac9 commit 42d8087
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions testnet/shared-config-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -269,6 +269,13 @@
}
],
"resources": [
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"type": "fungible",
"address": "0x7d58589b6C1Ba455c4060a3563b9a0d447Bef9af",
"symbol": "ERC20LRTest",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000500",
"type": "permissionlessGeneric",
Expand All @@ -282,13 +289,6 @@
"address": "",
"symbol": "eth",
"decimals": 18
},
{
"resourceId": "0x0000000000000000000000000000000000000000000000000000000000000300",
"type": "fungible",
"address": "0x7d58589b6C1Ba455c4060a3563b9a0d447Bef9af",
"symbol": "ERC20LRTest",
"decimals": 18
}
]
},
Expand Down

0 comments on commit 42d8087

Please sign in to comment.