Skip to content

Commit

Permalink
Merge pull request ping-pub#201 from Thor-BadgerBite/patch-2
Browse files Browse the repository at this point in the history
Update Odin Protocol
  • Loading branch information
liangping authored Sep 15, 2022
2 parents 37786b1 + edfa6b2 commit 4e31f05
Showing 1 changed file with 28 additions and 16 deletions.
44 changes: 28 additions & 16 deletions src/chains/mainnet/odin.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,30 @@
{
"chain_name": "odin",
"api": "https://node.odin-freya-website.odinprotocol.io/mainnet/a/api",
"rpc": ["http://34.79.179.216:26657,http://34.140.252.7:26657,http://35.241.221.154:26657,http://35.241.238.207:26657"],
"snapshot_provider": "",
"addr_prefix": "odin",
"coin_type": "118",
"min_tx_fee": "2500",
"assets": [{
"base": "loki",
"symbol": "ODIN",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/odin.png"
}],
"logo": "/logos/odin.png",
"sdk_version": "0.44.5"
"chain_name": "odin",
"coingecko": "odin-protocol",
"api": "https://node.odin-freya-website.odinprotocol.io/mainnet/a/api",
"rpc": ["http://34.79.179.216:26657","http://34.140.252.7:26657","http://35.241.221.154:26657","http://35.241.238.207:26657"],
"addr_prefix": "odin",
"coin_type": "118",
"min_tx_fee": "2500",
"logo": "/logos/odin.png",
"sdk_version": "0.45.6",
"assets": [{
"base": "loki",
"symbol": "ODIN",
"exponent": "6",
"coingecko_id": "odin-protocol",
"logo": "/logos/odin.png"
},{
"base": "mGeo",
"symbol": "geo",
"exponent": "6",
"coingecko_id": "geodb",
"logo": "/logos/odin.png"
},{
"base": "mO9W",
"symbol": "O9W",
"exponent": "6",
"coingecko_id": "",
"logo": "/logos/odin.png"
}]
}

0 comments on commit 4e31f05

Please sign in to comment.