This commit is contained in:
liangping 2022-06-14 15:32:47 +08:00
commit 2bb2ba5a70
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ yarn && yarn build
cp -r ./dist/* <ROOT_OF_WEB_SERVER>
```
# 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`
```

View File

@ -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"
}
}