Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save spiritbroski/e87ad78790ded10278cd06506419ca8d to your computer and use it in GitHub Desktop.
Save spiritbroski/e87ad78790ded10278cd06506419ca8d to your computer and use it in GitHub Desktop.
{
"public":{
"chainName": "Cosmos",
"chainId": "net-6",
"gtm": "{Add your Google Tag Manager ID here}",
"slashingWindow": 10000,
"uptimeWindow": 250,
"initialPageSize": 30,
"secp256k1": false,
"bech32PrefixAccAddr": "bluzelle",
"bech32PrefixAccPub": "bluzellepub",
"bech32PrefixConsAddr": "bluzellevalcons",
"bech32PrefixConsPub": "bluzellevalconspub",
"bech32PrefixValAddr": "bluzellevaloper",
"bech32PrefixValPub": "bluzellevaloperpub",
"bondDenom": "ubnt",
"powerReduction": 1000000,
"coins": [
{
"denom": "ubnt",
"displayName": "BLZ",
"fraction": 1000000
}
],
"ledger":{
"coinType": 118,
"appName": "Cosmos",
"appVersion": "2.16.0",
"gasPrice": 0.01
},
"modules": {
"bank": true,
"supply": true,
"minting": false,
"gov": true,
"distribution": false
},
"coingeckoId": "bluzelle",
"networks": "https://gist.githubusercontent.com/kwunyeung/8be4598c77c61e497dfc7220a678b3ee/raw/bd-networks.json",
"banners": false
},
"remote":{
"rpc":"http://localhost:26657",
"api":"http://localhost:1317"
},
"debug": {
"startTimer": true
},
"params":{
"startHeight": 0,
"defaultBlockTime": 5000,
"validatorUpdateWindow": 300,
"blockInterval": 15000,
"transactionsInterval": 18000,
"keybaseFetchingInterval": 18000000,
"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