Skip to content

Instantly share code, notes, and snippets.

@ankurdotb
Last active December 8, 2021 13:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ankurdotb/1662bc85be03cf00704502b3a7c2fee8 to your computer and use it in GitHub Desktop.
Save ankurdotb/1662bc85be03cf00704502b3a7c2fee8 to your computer and use it in GitHub Desktop.
cheqd-explorer-config
[
{
"name": "cheqd Network Explorer",
"logo": "https://www.cheqd.io/hs-fs/hubfs/cheqd-Wordmark-Black_text.png?width=264&name=cheqd-Wordmark-Black_text.png",
"links": [
{
"name": "cheqd Mainnet",
"chain_id": "cheqd-mainnet-1",
"url": "https://explorer.cheqd.io"
},
{
"name": "cheqd Testnet",
"chain_id": "cheqd-testnet-2",
"url": "https://testnet-explorer.cheqd.io"
}
]
}
]
{
"public":{
"chainName": "cheqd",
"chainId": "cheqd-mainnet-1",
"slashingWindow": 10000,
"uptimeWindow": 250,
"initialPageSize": 30,
"secp256k1": false,
"bech32PrefixAccAddr": "cheqd",
"bech32PrefixAccPub": "cheqdpub",
"bech32PrefixValAddr": "cheqdvaloper",
"bech32PrefixValPub": "cheqdvaloperpub",
"bech32PrefixConsAddr": "cheqdvalcons",
"bech32PrefixConsPub": "cheqdvalconspub",
"bondDenom": "ncheq",
"powerReduction": 1000000,
"coins": [
{
"denom": "ncheq",
"displayName": "CHEQ",
"fraction": 1000000000
}
],
"ledger":{
"coinType": 118,
"appName": "Cosmos",
"appVersion": "2.16.0",
"gasPrice": 0.02
},
"modules": {
"bank": true,
"supply": true,
"minting": true,
"gov": true,
"distribution": true
},
"coingeckoId": "cheqd-network",
"networks": "https://gist.githubusercontent.com/ankurdotb/1662bc85be03cf00704502b3a7c2fee8/raw/70cb0e68f8c9a06d14548122903d8d20f9f366dc/gistfile1.txt",
"banners": false
},
"remote":{
"rpc":"https://rpc.cheqd.net",
"api":"https://api.cheqd.net"
},
"debug": {
"startTimer": true
},
"params":{
"startHeight": 0,
"defaultBlockTime": 5000,
"validatorUpdateWindow": 300,
"blockInterval": 15000,
"transactionsInterval": 18000,
"keybaseFetchingInterval": 1800000,
"consensusInterval": 1000,
"statusInterval":7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment