fix ci & sort denoms in internal testnet genesis coins (#1580)

* fix internal genesis validation ci

* sort coins in internal testnet genesis
This commit is contained in:
Robert Pirtle 2023-04-27 07:49:55 -07:00 committed by GitHub
parent ea3f2511d4
commit 250801dd77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 32 deletions

View File

@ -38,8 +38,6 @@ jobs:
steps:
- name: checkout repo from current commit
uses: actions/checkout@v3
with:
submodules: true
- name: save version of kava that will be deployed if this pr is merged
id: kava-version
run: |
@ -62,6 +60,8 @@ jobs:
cache: true
- name: build kava cli
run: make install
- name: checkout repo from current commit to validate current branch's genesis
uses: actions/checkout@v3
- name: validate testnet genesis
run: kava validate-genesis ci/env/kava-internal-testnet/genesis.json
validate-protonet-genesis:

View File

@ -299,10 +299,6 @@
"denom": "erc20/axelar/usdc",
"amount": "10000000000"
},
{
"denom": "erc20/multichain/wbtc",
"amount": "1000000000"
},
{
"denom": "erc20/multichain/usdc",
"amount": "1000000000000000000"
@ -311,6 +307,10 @@
"denom": "erc20/multichain/usdt",
"amount": "10000000000"
},
{
"denom": "erc20/multichain/wbtc",
"amount": "1000000000"
},
{
"denom": "hard",
"amount": "1000000000"