Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Pocket Network Shannon Beta TestNet #5631

Merged
merged 8 commits into from
Dec 2, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions testnets/pocket/assetlist.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"$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": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/pocket/images/pokt-icon.png"
}
JeremyParish69 marked this conversation as resolved.
Show resolved Hide resolved
],
"type_asset": "sdk.coin"
}
]
}
117 changes: 117 additions & 0 deletions testnets/pocket/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "pockettestnet",
Olshansk marked this conversation as resolved.
Show resolved Hide resolved
"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"
},
"versions": [
{
"name": "v0.0.11-rc",
"tag": "v0.0.11-rc",
"height": 1,
"next_version_name": "v0.0.12"
}
],
"sdk": {
"type": "cosmos",
"version": "v0.50.9"
},
"ibc": {
"type": "go",
"ics_enabled": []
},
"cosmwasm": {
"enabled": false
}
},
"images": [
{
"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",
Olshansk marked this conversation as resolved.
Show resolved Hide resolved
"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/pocket/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/pocket/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.