cosmos-explorer/src/chains
nullmames 4206de4541
delete odin chain
Odin has halted. Need to resolve issues and re-submit at a later date.
2021-12-23 13:46:57 +11:00
..
mainnet delete odin chain 2021-12-23 13:46:57 +11:00
testnet move omniflix to testnet 2021-11-18 15:35:50 +08:00
README.md Update README.md 2021-12-22 09:38:48 +08:00

Directory Layout

We accept all blockchains which have 10+ independent validators.

Sample of Config

{
    "chain_name": "cosmos",
    "coingecko": "cosmos", 
    "api":"https://cosmos.api.ping.pub", 
    "sdk_version": "0.42.6",
    "addr_prefix": "cosmos",
    "logo": "https://dl.airtable.com/.attachments/e54f814bba8c0f9af8a3056020210de0/2d1155fb/cosmos-hub.svg"
}
  • chain_name the name to identify the chain on ping.pub
  • coingecko the id of the token on chain. if there multi-tokens, using `["tokenA","tokenB"]
  • api the rest api endpoint. make sure CORS is enabled: Allow-Control-Allow-Origin: *

Test

please add these check points in comments with your PR, and adding your test result by clicking the checkbox of each line

Test Result:
- [ ] Connect wallet, check if address is correct? 
- [ ] Transfer
- [ ] delegate/redelegate/unbond
- [ ] withdraw Validator's Commission
- [ ] withdraw Rewards

Test is very important for us and our users.