-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Pocket Network Shannon Beta TestNet (#5631)
* Add Pocket Network Shannon Beta TestNet * Update fee_tokens based on @okda's response * Reply to review comments * Reply to review comments by jeremy * Update assetlist.json * Update chain.json * Add versions.go file --------- Co-authored-by: JeremyParish69 <[email protected]>
- Loading branch information
1 parent
0b48097
commit ada7c6d
Showing
5 changed files
with
204 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
{ | ||
"$schema": "../../assetlist.schema.json", | ||
"chain_name": "pockettestnet", | ||
"assets": [ | ||
{ | ||
"description": "The native token of Pocket Network", | ||
"denom_units": [ | ||
{ | ||
"denom": "upokt", | ||
"exponent": 0 | ||
}, | ||
{ | ||
"denom": "pokt", | ||
"exponent": 6 | ||
} | ||
], | ||
"base": "upokt", | ||
"name": "POKT", | ||
"display": "pokt", | ||
"symbol": "POKT", | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.svg" | ||
}, | ||
"keywords": ["rpc", "api"], | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.svg", | ||
"theme": { | ||
"circle": true | ||
} | ||
}, | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.png", | ||
"theme": { | ||
"circle": true | ||
} | ||
} | ||
], | ||
"type_asset": "sdk.coin" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,112 @@ | ||
{ | ||
"$schema": "../../chain.schema.json", | ||
"chain_name": "pockettestnet", | ||
"status": "live", | ||
"network_type": "testnet", | ||
"website": "https://www.pokt.network/", | ||
"pretty_name": "Pocket Beta TestNet", | ||
"chain_type": "cosmos", | ||
"chain_id": "pocket-beta", | ||
"bech32_prefix": "pokt@", | ||
"daemon_name": "poktrolld", | ||
"node_home": "$HOME/.poktroll", | ||
"key_algos": ["secp256k1"], | ||
"slip44": 118, | ||
"fees": { | ||
"fee_tokens": [ | ||
{ | ||
"denom": "upokt", | ||
"fixed_min_gas_price": 0.001, | ||
"low_gas_price": 0.001, | ||
"average_gas_price": 0.002, | ||
"high_gas_price": 0.0025 | ||
} | ||
] | ||
}, | ||
"staking": { | ||
"staking_tokens": [ | ||
{ | ||
"denom": "upokt" | ||
} | ||
] | ||
}, | ||
"codebase": { | ||
"git_repo": "https://github.com/pokt-network/poktroll", | ||
"recommended_version": "v0.0.11-rc", | ||
"compatible_versions": ["v0.0.11-rc"], | ||
"binaries": { | ||
"linux/amd64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_linux_amd64.tar.gz", | ||
"linux/arm64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_linux_arm64.tar.gz", | ||
"darwin/amd64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_darwin_amd64.tar.gz", | ||
"darwin/arm64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_darwin_arm64.tar.gz" | ||
}, | ||
"consensus": { | ||
"type": "cometbft", | ||
"version": "v0.38.10" | ||
}, | ||
"genesis": { | ||
"name": "v0.0.11-rc", | ||
"genesis_url": "https://github.com/pokt-network/pocket-network-genesis/blob/master/shannon/testnet/genesis.json" | ||
}, | ||
"sdk": { | ||
"type": "cosmos", | ||
"version": "v0.50.9" | ||
}, | ||
"ibc": { | ||
"type": "go", | ||
"ics_enabled": [] | ||
}, | ||
"cosmwasm": { | ||
"enabled": false | ||
} | ||
}, | ||
"images": [ | ||
{ | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.svg" | ||
}, | ||
{ | ||
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.png" | ||
} | ||
], | ||
"logo_URIs": { | ||
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.svg" | ||
}, | ||
"peers": { | ||
"seeds": [ | ||
{ | ||
"id": "838625e3cfc7a2e347a1afc769957157441f649b", | ||
"address": "35.184.192.176:26656", | ||
"provider": "Grove" | ||
} | ||
] | ||
}, | ||
"apis": { | ||
"rpc": [ | ||
{ | ||
"address": "https://shannon-testnet-grove-rpc.beta.poktroll.com", | ||
"provider": "Grove" | ||
} | ||
], | ||
"rest": [ | ||
{ | ||
"address": "https://shannon-testnet-grove-api.beta.poktroll.com", | ||
"provider": "Grove" | ||
} | ||
] | ||
}, | ||
"explorers": [ | ||
{ | ||
"kind": "🔍 POKTScan Explorer 🔎", | ||
"url": "https://shannon-beta.poktscan.com/", | ||
"tx_page": "https://shannon-beta.poktscan.com/tx/${txHash}", | ||
"account_page": "https://shannon-beta.poktscan.com/accounts/${accountAddress}" | ||
}, | ||
{ | ||
"kind": "🗺 Shannon Explorer (stakenodes.org) 🗺", | ||
"url": "https://shannon.beta.testnet.pokt.network/", | ||
"tx_page": "https://shannon.beta.testnet.pokt.network/poktroll/tx/${txHash}", | ||
"account_page": "https://shannon.beta.testnet.pokt.network/poktroll/account/${accountAddress}" | ||
} | ||
], | ||
"keywords": ["rpc", "api", "modular", "data"] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
{ | ||
"$schema": "../../versions.schema.json", | ||
"chain_name": "pockettestnet", | ||
"versions": [ | ||
{ | ||
"name": "v0.0.11-rc", | ||
"tag": "v0.0.11-rc", | ||
"height": 1, | ||
"next_version_name": "v0.0.12", | ||
"recommended_version": "v0.0.11-rc", | ||
"compatible_versions": ["v0.0.11-rc"], | ||
"binaries": { | ||
"linux/amd64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_linux_amd64.tar.gz", | ||
"linux/arm64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_linux_arm64.tar.gz", | ||
"darwin/amd64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_darwin_amd64.tar.gz", | ||
"darwin/arm64": "https://github.com/pokt-network/poktroll/releases/download/v0.0.11-rc/poktroll_darwin_arm64.tar.gz" | ||
} | ||
} | ||
] | ||
} |