alphabetize coins (#1480)

This commit is contained in:
Adam Robert Turman 2023-02-27 15:49:06 -06:00 committed by GitHub
parent 94aa40e99c
commit 6d5735befb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -266,6 +266,14 @@
"denom": "busd", "denom": "busd",
"amount": "1000000000000000" "amount": "1000000000000000"
}, },
{
"denom": "erc20/multichain/wbtc",
"amount": "1000000000"
},
{
"denom": "erc20/multichain/weth",
"amount": "1000000000000000000"
},
{ {
"denom": "hard", "denom": "hard",
"amount": "1000000000" "amount": "1000000000"
@ -281,14 +289,6 @@
{ {
"denom": "usdx", "denom": "usdx",
"amount": "103000000000" "amount": "103000000000"
},
{
"denom": "erc20/multichain/wbtc",
"amount": "1000000000"
},
{
"denom": "erc20/multichain/weth",
"amount": "1000000000000000000"
} }
] ]
}, },