Created
April 16, 2020 14:17
-
-
Save smiled0g/8cec0da8c7181777a5803cd72de4d3bb to your computer and use it in GitHub Desktop.
Relayer config file for the testnet Gaia
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"key": "gaia", | |
"chain-id": "band-cosmoshub", | |
"rpc-addr": "http://gaia-ibc-hackathon.node.bandchain.org:26657", | |
"account-prefix": "cosmos", | |
"gas": 1000000, | |
"gas-prices": "0.001uatom", | |
"default-denom": "uatom", | |
"trusting-period": "330h" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment