add wbtc to hard, evm util, dev account to internal testnet (#1478)

* add wbtc to hard, evm util, dev account

* Update ci/env/kava-internal-testnet/genesis.json

Co-authored-by: Adam Robert Turman <67024033+adamrturman@users.noreply.github.com>

---------

Co-authored-by: Adam Robert Turman <67024033+adamrturman@users.noreply.github.com>
This commit is contained in:
Kevin Davis 2023-02-27 12:25:10 -07:00 committed by GitHub
parent 34c5d1ecd5
commit 88069fe6e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -281,6 +281,10 @@
{ {
"denom": "usdx", "denom": "usdx",
"amount": "103000000000" "amount": "103000000000"
},
{
"denom": "erc20/multichain/wbtc",
"amount": "1000000000"
} }
] ]
}, },
@ -328,32 +332,7 @@
] ]
} }
], ],
"supply": [ "supply": [],
{
"denom": "btcb",
"amount": "400000000"
},
{
"denom": "busd",
"amount": "1000000000000000"
},
{
"denom": "hard",
"amount": "100002000000000"
},
{
"denom": "swp",
"amount": "100010000000000"
},
{
"denom": "ukava",
"amount": "10002000210007000000000"
},
{
"denom": "usdx",
"amount": "206000000000"
}
],
"denom_metadata": [] "denom_metadata": []
}, },
"bep3": { "bep3": {
@ -1326,6 +1305,10 @@
{ {
"kava_erc20_address": "0x864121A3b64A05d872883a1D0DA04eEe107A64F3", "kava_erc20_address": "0x864121A3b64A05d872883a1D0DA04eEe107A64F3",
"denom": "erc20/multichain/usdc" "denom": "erc20/multichain/usdc"
},
{
"kava_erc20_address": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
"denom": "erc20/multichain/wbtc"
} }
] ]
} }
@ -1510,6 +1493,24 @@
"reserve_factor": "0.025000000000000000", "reserve_factor": "0.025000000000000000",
"keeper_reward_percentage": "0.020000000000000000" "keeper_reward_percentage": "0.020000000000000000"
}, },
{
"denom": "erc20/multichain/wbtc",
"borrow_limit": {
"has_max_limit": true,
"maximum_limit": "1000000000.000000000000000000",
"loan_to_value": "0.500000000000000000"
},
"spot_market_id": "btc:usd:30",
"conversion_factor": "100000000",
"interest_rate_model": {
"base_rate_apy": "0.000000000000000000",
"base_multiplier": "0.050000000000000000",
"kink": "0.800000000000000000",
"jump_multiplier": "5.000000000000000000"
},
"reserve_factor": "0.025000000000000000",
"keeper_reward_percentage": "0.020000000000000000"
},
{ {
"denom": "bnb", "denom": "bnb",
"borrow_limit": { "borrow_limit": {