Skip to content

Commit

Permalink
re-add realio mainnet (chainapsis#613)
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterPi-2124 authored May 21, 2024
1 parent 143788e commit 4d475e7
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions cosmos/realionetwork_3301.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"rpc": "https://rpc.realio.network/",
"rest": "https://api.realio.network/",
"nodeProvider": {
"name": "Realio",
"email": "[email protected]",
"website": "https://realio.network"
},
"chainId": "realionetwork_3301-1",
"chainName": "Realio",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/realionetwork_3301/ario.png",
"stakeCurrency": {
"coinDenom": "RIO",
"coinMinimalDenom": "ario",
"coinDecimals": 18,
"coinGeckoId": "realio-network",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/realionetwork_3301/ario.png"
},
"bip44": {
"coinType": 60
},
"bech32Config": {
"bech32PrefixAccAddr": "realio",
"bech32PrefixAccPub": "realiopub",
"bech32PrefixValAddr": "realiovaloper",
"bech32PrefixValPub": "realiovaloperpub",
"bech32PrefixConsAddr": "realiovalcons",
"bech32PrefixConsPub": "realiovalconspub"
},
"currencies": [
{
"coinDenom": "RIO",
"coinMinimalDenom": "ario",
"coinDecimals": 18,
"coinGeckoId": "realio-network",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/realionetwork_3301/ario.png"
},
{
"coinDenom": "RST",
"coinMinimalDenom": "arst",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/realionetwork_3301/arst.png"
}
],
"feeCurrencies": [
{
"coinDenom": "RIO",
"coinMinimalDenom": "ario",
"coinDecimals": 18,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/realionetwork_3301/ario.png",
"gasPriceStep": {
"low": 4000000000,
"average": 5000000000,
"high": 8000000000
}
}
],
"features": [
"eth-address-gen",
"eth-key-sign"
]
}

0 comments on commit 4d475e7

Please sign in to comment.