Skip to content

Commit

Permalink
reorder coins in alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrturman committed Mar 27, 2024
1 parent 2fc0024 commit b1fd9e9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions ci/env/kava-internal-testnet/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -562,6 +562,10 @@
{
"address": "kava1krh7k30pc9rteejpl2zycj0vau58y8c69xkzws",
"coins": [
{
"denom": "bnb",
"amount": "100000000000000000"
},
{
"denom": "btcb",
"amount": "200000000"
Expand All @@ -570,10 +574,7 @@
"denom": "busd",
"amount": "1000000000000000"
},
{
"denom": "erc20/axelar/bnb",
"amount": "1000000000000000000"
},

{
"denom": "erc20/axelar/eth",
"amount": "1000000000000000000"
Expand Down

0 comments on commit b1fd9e9

Please sign in to comment.