Skip to content

Commit

Permalink
Add Pocket Network Shannon Beta TestNet (#5631)
Browse files Browse the repository at this point in the history
* 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
Olshansk and JeremyParish69 authored Dec 2, 2024
1 parent 0b48097 commit ada7c6d
Show file tree
Hide file tree
Showing 5 changed files with 204 additions and 0 deletions.
42 changes: 42 additions & 0 deletions testnets/pockettestnet/assetlist.json
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"
}
]
}
112 changes: 112 additions & 0 deletions testnets/pockettestnet/chain.json
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"]
}
Binary file added testnets/pockettestnet/images/pokt-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
30 changes: 30 additions & 0 deletions testnets/pockettestnet/images/pokt-icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions testnets/pockettestnet/versions.json
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"
}
}
]
}

0 comments on commit ada7c6d

Please sign in to comment.