-
-
Save octalmage/207c6457d9156ab30cf66c8dad1d0d9a to your computer and use it in GitHub Desktop.
DO NOT RUN THIS
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
{ | |
"chainId": "phoenix-1", | |
"chainName": "Terra 2.0", | |
"rpc": "https://terra-rpc.polkachu.com/", | |
"rest": "https://phoenix-lcd.terra.dev/", | |
"stakeCurrency": { | |
"coinDenom": "LUNA", | |
"coinMinimalDenom": "uluna", | |
"coinDecimals": 6, | |
"coinGeckoId": "terra-luna" | |
}, | |
"bip44": { | |
"coinType": 118 | |
}, | |
"bech32Config": { | |
"bech32PrefixAccAddr": "terra", | |
"bech32PrefixAccPub": "terrapub", | |
"bech32PrefixValAddr": "terravaloper", | |
"bech32PrefixValPub": "terravaloperpub", | |
"bech32PrefixConsAddr": "terravalcons", | |
"bech32PrefixConsPub": "terravalconspub" | |
}, | |
"currencies": [ | |
{ | |
"coinDenom": "LUNA", | |
"coinMinimalDenom": "uluna", | |
"coinDecimals": 6, | |
"coinGeckoId": "terra-luna" | |
} | |
], | |
"feeCurrencies": [ | |
{ | |
"coinDenom": "LUNA", | |
"coinMinimalDenom": "uluna", | |
"coinDecimals": 6 | |
} | |
], | |
"features": [ | |
"ibc-transfer" | |
], | |
"coinType": 330, | |
"gasPriceStep": { | |
"low": 0.01, | |
"average": 0.025, | |
"high": 0.03 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment