mirror of
https://github.com/BiPhan4/DefiHackathon-2022.git
synced 2025-04-02 10:41:42 -04:00
43 lines
765 B
JSON
43 lines
765 B
JSON
{
|
|
"_global": {
|
|
"_base": {
|
|
"store": {
|
|
"fee": {
|
|
"gasLimit": 2000000,
|
|
"amount": {
|
|
"uluna": 1000000
|
|
}
|
|
}
|
|
},
|
|
"instantiation": {
|
|
"fee": {
|
|
"gasLimit": 2000000,
|
|
"amount": {
|
|
"uluna": 1000000
|
|
}
|
|
},
|
|
"instantiateMsg": {
|
|
"bill": 20000000
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"mainnet": {
|
|
"_connection": {
|
|
"chainID": "columbus-5",
|
|
"URL": "https://lcd.terra.dev"
|
|
}
|
|
},
|
|
"testnet": {
|
|
"_connection": {
|
|
"chainID": "bombay-12",
|
|
"URL": "https://bombay-lcd.terra.dev"
|
|
}
|
|
},
|
|
"localterra": {
|
|
"_connection": {
|
|
"chainID": "localterra",
|
|
"URL": "http://localhost:3060"
|
|
}
|
|
}
|
|
}
|