Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cheqd/cheqd-node into rest
Browse files Browse the repository at this point in the history
  • Loading branch information
Toktar committed Dec 9, 2021
2 parents 5e3c8d5 + 74f0d84 commit 5dd5771
Show file tree
Hide file tree
Showing 23 changed files with 142 additions and 14,238 deletions.
14 changes: 0 additions & 14 deletions config.yml

This file was deleted.

18 changes: 18 additions & 0 deletions persistent_chains/explorer/bigdipperv1-global-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[
{
"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"
}
]
}
]
62 changes: 62 additions & 0 deletions persistent_chains/explorer/bigdipperv1-mainnet-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"public":{
"chainName": "cheqd",
"chainId": "cheqd-mainnet-1",
"slashingWindow": 25920,
"uptimeWindow": 600,
"initialPageSize": 30,
"secp256k1": true,
"bech32PrefixAccAddr": "cheqd",
"bech32PrefixAccPub": "cheqdpub",
"bech32PrefixValAddr": "cheqdvaloper",
"bech32PrefixValPub": "cheqdvaloperpub",
"bech32PrefixConsAddr": "cheqdvalcons",
"bech32PrefixConsPub": "cheqdvalconspub",
"bondDenom": "ncheq",
"powerReduction": 1000000000,
"coins": [
{
"denom": "ncheq",
"displayName": "CHEQ",
"fraction": 1000000000
}
],
"ledger":{
"coinType": 118,
"appName": "Cosmos",
"appVersion": "2.16.0",
"gasPrice": 0.000000025
},
"modules": {
"bank": true,
"supply": true,
"minting": true,
"gov": true,
"distribution": true
},
"coingeckoId": "cheqd-network",
"networks": "https://raw.githubusercontent.com/cheqd/cheqd-node/main/persistent_chains/explorer/bigdipperv1-global-config.json",
"banners": false
},
"remote":{
"rpc":"https://rpc.cheqd.net",
"api":"https://api.cheqd.net"
},
"debug": {
"startTimer": false
},
"params":{
"startHeight": 1,
"defaultBlockTime": 5000,
"validatorUpdateWindow": 300,
"blockInterval": 15000,
"transactionsInterval": 18000,
"keybaseFetchingInterval": 1800000,
"consensusInterval": 1000,
"statusInterval":7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}
62 changes: 62 additions & 0 deletions persistent_chains/explorer/bigdipperv1-testnet-config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"public":{
"chainName": "cheqd",
"chainId": "cheqd-testnet-2",
"slashingWindow": 120960,
"uptimeWindow": 600,
"initialPageSize": 30,
"secp256k1": true,
"bech32PrefixAccAddr": "cheqd",
"bech32PrefixAccPub": "cheqdpub",
"bech32PrefixValAddr": "cheqdvaloper",
"bech32PrefixValPub": "cheqdvaloperpub",
"bech32PrefixConsAddr": "cheqdvalcons",
"bech32PrefixConsPub": "cheqdvalconspub",
"bondDenom": "ncheq",
"powerReduction": 1000000000,
"coins": [
{
"denom": "ncheq",
"displayName": "CHEQ",
"fraction": 1000000000
}
],
"ledger":{
"coinType": 118,
"appName": "Cosmos",
"appVersion": "2.16.0",
"gasPrice": 0.000000025
},
"modules": {
"bank": true,
"supply": true,
"minting": true,
"gov": true,
"distribution": true
},
"coingeckoId": "",
"networks": "https://raw.githubusercontent.com/cheqd/cheqd-node/main/persistent_chains/explorer/bigdipperv1-global-config.json",
"banners": false
},
"remote":{
"rpc":"https://rpc.testnet.cheqd.network",
"api":"https://api.testnet.cheqd.network"
},
"debug": {
"startTimer": false
},
"params":{
"startHeight": 1,
"defaultBlockTime": 5000,
"validatorUpdateWindow": 300,
"blockInterval": 15000,
"transactionsInterval": 18000,
"keybaseFetchingInterval": 1800000,
"consensusInterval": 1000,
"statusInterval":7500,
"signingInfoInterval": 1800000,
"proposalInterval": 5000,
"missedBlocksInterval": 60000,
"delegationInterval": 900000
}
}
3 changes: 0 additions & 3 deletions vue/.browserslistrc

This file was deleted.

1 change: 0 additions & 1 deletion vue/.env

This file was deleted.

23 changes: 0 additions & 23 deletions vue/.gitignore

This file was deleted.

12 changes: 0 additions & 12 deletions vue/Dockerfile

This file was deleted.

3 changes: 0 additions & 3 deletions vue/babel.config.js

This file was deleted.

Loading

0 comments on commit 5dd5771

Please sign in to comment.