diff --git a/README.md b/README.md index 1ad045ff..4a4b3c54 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ yarn && yarn build cp -r ./dist/* ``` -# Enable LCD for Ping.pub +# Enable LCD for Ping.pub (do this on the config for your chain) 1. Set `enable = true` in `./config/app.toml` ``` diff --git a/src/chains/mainnet/odin.json b/src/chains/mainnet/odin.json index 899c14d5..72adefd8 100644 --- a/src/chains/mainnet/odin.json +++ b/src/chains/mainnet/odin.json @@ -1,7 +1,7 @@ { "chain_name": "odin", "api": "https://node.odin-freya-website.odinprotocol.io/mainnet/a/api", - "rpc": ["https://node.odin-freya-website.odinprotocol.io/mainnet/a"], + "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", @@ -15,4 +15,4 @@ }], "logo": "/logos/odin.png", "sdk_version": "0.44.5" -} \ No newline at end of file +}