DefiHackathon-2022/config.terrain.json
2022-03-26 16:36:38 -04:00

44 lines
759 B
JSON

{
"_global": {
"_base": {
"store": {
"fee": {
"gasLimit": 2000000,
"amount": {
"uluna": 1000000
}
}
},
"instantiation": {
"fee": {
"gasLimit": 2000000,
"amount": {
"uluna": 1000000
}
},
"instantiateMsg": {
"count": 0
}
}
}
},
"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"
}
}
}