Skip to content

Instantly share code, notes, and snippets.

@spiritbroski
Created June 24, 2021 00:17
Show Gist options
  • Save spiritbroski/c53776f5f2beb809cf83bc6aa1be8e5f to your computer and use it in GitHub Desktop.
Save spiritbroski/c53776f5f2beb809cf83bc6aa1be8e5f to your computer and use it in GitHub Desktop.
{
"public":{
"chainName": "Bluzelle TestNet Public Curie 2",
"chainId": "curium",
"gtm": "{Add your Google Tag Manager ID here}",
"slashingWindow": 10000,
"uptimeWindow": 250,
"initialPageSize": 30,
"secp256k1": false,
"bech32PrefixAccAddr": "bluzelle",
"bech32PrefixAccPub": "bluzellepub",
"bech32PrefixValAddr": "bluzellevaloper",
"bech32PrefixValPub": "bluzellevaloperpub",
"bech32PrefixConsAddr": "bluzellevalcons",
"bech32PrefixConsPub": "bluzellevalconspub",
"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"
},
"genesisFile": "",
"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