Skip to content

Instantly share code, notes, and snippets.

@octalmage
Forked from clevinson/keplr.js gist
Last active September 19, 2022 16:49
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save octalmage/207c6457d9156ab30cf66c8dad1d0d9a to your computer and use it in GitHub Desktop.
Save octalmage/207c6457d9156ab30cf66c8dad1d0d9a to your computer and use it in GitHub Desktop.
DO NOT RUN THIS
{
"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