mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
add End To End Whale account to internal testnet (#1502)
This commit is contained in:
parent
f069566bbb
commit
400e101cba
48
ci/env/kava-internal-testnet/genesis.json
vendored
48
ci/env/kava-internal-testnet/genesis.json
vendored
@ -171,6 +171,13 @@
|
||||
"account_number": "0",
|
||||
"sequence": "0"
|
||||
},
|
||||
{
|
||||
"@type": "/cosmos.auth.v1beta1.BaseAccount",
|
||||
"address": "kava1krh7k30pc9rteejpl2zycj0vau58y8c69xkzws",
|
||||
"pub_key": null,
|
||||
"account_number": "0",
|
||||
"sequence": "0"
|
||||
},
|
||||
{
|
||||
"@type": "/ethermint.types.v1.EthAccount",
|
||||
"base_account": {
|
||||
@ -303,6 +310,47 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "kava1krh7k30pc9rteejpl2zycj0vau58y8c69xkzws",
|
||||
"coins": [
|
||||
{
|
||||
"denom": "btcb",
|
||||
"amount": "200000000"
|
||||
},
|
||||
{
|
||||
"denom": "busd",
|
||||
"amount": "1000000000000000"
|
||||
},
|
||||
{
|
||||
"denom": "erc20/axelar/btc",
|
||||
"amount": "1000000000"
|
||||
},
|
||||
{
|
||||
"denom": "erc20/axelar/eth",
|
||||
"amount": "1000000000000000000"
|
||||
},
|
||||
{
|
||||
"denom": "erc20/axelar/usdc",
|
||||
"amount": "10000000000"
|
||||
},
|
||||
{
|
||||
"denom": "hard",
|
||||
"amount": "1000000000"
|
||||
},
|
||||
{
|
||||
"denom": "swp",
|
||||
"amount": "5000000000"
|
||||
},
|
||||
{
|
||||
"denom": "ukava",
|
||||
"amount": "10000000000000"
|
||||
},
|
||||
{
|
||||
"denom": "usdx",
|
||||
"amount": "103000000000"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"address": "kava1w66m9hdzwgd6uc8g93zqkcumgwzrpcw9e32lf8",
|
||||
"coins": [
|
||||
|
Loading…
Reference in New Issue
Block a user