mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-12-26 00:05:18 +00:00
use axelar assets for wETH and wBTC instead of multichain (#1483)
This commit is contained in:
parent
f051ea3a49
commit
3487a96ca0
12
ci/env/kava-internal-testnet/genesis.json
vendored
12
ci/env/kava-internal-testnet/genesis.json
vendored
@ -267,11 +267,11 @@
|
|||||||
"amount": "1000000000000000"
|
"amount": "1000000000000000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"denom": "erc20/multichain/wbtc",
|
"denom": "erc20/axelar/wbtc",
|
||||||
"amount": "1000000000"
|
"amount": "1000000000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"denom": "erc20/multichain/weth",
|
"denom": "erc20/axelar/weth",
|
||||||
"amount": "1000000000000000000"
|
"amount": "1000000000000000000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -1312,11 +1312,11 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"kava_erc20_address": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
|
"kava_erc20_address": "0x818ec0A7Fe18Ff94269904fCED6AE3DaE6d6dC0b",
|
||||||
"denom": "erc20/multichain/wbtc"
|
"denom": "erc20/axelar/wbtc"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"kava_erc20_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
|
"kava_erc20_address": "0xE3F5a90F9cb311505cd691a46596599aA1A0AD7D",
|
||||||
"denom": "erc20/multichain/weth"
|
"denom": "erc20/axelar/weth"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -1502,7 +1502,7 @@
|
|||||||
"keeper_reward_percentage": "0.020000000000000000"
|
"keeper_reward_percentage": "0.020000000000000000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"denom": "erc20/multichain/wbtc",
|
"denom": "erc20/axelar/wbtc",
|
||||||
"borrow_limit": {
|
"borrow_limit": {
|
||||||
"has_max_limit": true,
|
"has_max_limit": true,
|
||||||
"maximum_limit": "1000000000.000000000000000000",
|
"maximum_limit": "1000000000.000000000000000000",
|
||||||
@ -1520,7 +1520,7 @@
|
|||||||
"keeper_reward_percentage": "0.020000000000000000"
|
"keeper_reward_percentage": "0.020000000000000000"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"denom": "erc20/multichain/weth",
|
"denom": "erc20/axelar/weth",
|
||||||
"borrow_limit": {
|
"borrow_limit": {
|
||||||
"has_max_limit": true,
|
"has_max_limit": true,
|
||||||
"maximum_limit": "1000000000.000000000000000000",
|
"maximum_limit": "1000000000.000000000000000000",
|
||||||
|
Loading…
Reference in New Issue
Block a user