Skip to content

Commit

Permalink
update thorchain rpc and chainId
Browse files Browse the repository at this point in the history
  • Loading branch information
markfromdenmarkk committed Jul 29, 2024
1 parent 03e857b commit 9fe83cb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cosmos/thorchain.json → cosmos/thorchain-mainnet-v1.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{
"chainId": "thorchain",
"chainId": "thorchain-mainnet-v1",
"chainName": "THORChain",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/chain.png",
"rpc": "https://thornode-v1.ninerealms.com/",
"rest": "https://thornode.ninerealms.com/thorchain/",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain-mainnet-v1/chain.png",
"rpc": "https://rpc.ninerealms.com:443",
"rest": "https://thornode.ninerealms.com/",
"nodeProvider": {
"name": "THORChain",
"email": "[email protected]",
Expand All @@ -26,7 +26,7 @@
"coinMinimalDenom": "rune",
"coinDecimals": 8,
"coinGeckoId": "thorchain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/rune.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain-mainnet-v1/rune.png"
}
],
"feeCurrencies": [
Expand All @@ -35,7 +35,7 @@
"coinMinimalDenom": "rune",
"coinDecimals": 8,
"coinGeckoId": "thorchain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/rune.png",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain-mainnet-v1/rune.png",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
Expand All @@ -48,7 +48,7 @@
"coinMinimalDenom": "rune",
"coinDecimals": 8,
"coinGeckoId": "thorchain",
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain/rune.png"
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/thorchain-mainnet-v1/rune.png"
},
"features": []
}
File renamed without changes
File renamed without changes

0 comments on commit 9fe83cb

Please sign in to comment.