cosmos-explorer/src/chains
Paul Lovette 2c5b50549d SkyNet | Explorers' Network Updates
Here the networks I have added to my fork.  Mainnet and Testnet networks reside in the same location
2022-03-18 11:13:00 -07:00
..
mainnet SkyNet | Explorers' Network Updates 2022-03-18 11:13:00 -07:00
testnet Merge branch 'master' into testnet 2022-03-11 10:05:11 +08:00
README.md update readme 2022-01-13 15:32:06 +08:00

Directory Layout

We accept all blockchains which have 10+ independent validators.

Sample of Config

{
    "chain_name": "cosmos",
    "api": ["https://cosmos.api.ping.pub"], 
    "sdk_version": "0.42.6",
    "coin_type": "118",
    "min_tx_fee": "800",
    "assets": [{
        "base": "uatom",
        "symbol": "ATOM",
        "exponent": "6",
        "coingecko_id": "cosmos", 
        "logo": "https://dl.airtable.com/.attachments/e54f814bba8c0f9af8a3056020210de0/2d1155fb/cosmos-hub.svg"
    }],
    "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
  • api the rest api endpoint.(make sure that CORS is enabled: Allow-Control-Allow-Origin: *)
  • assets Native Assets on blockchain.

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.