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 chain.json for Prysm #5452

Merged
merged 5 commits into from
Oct 17, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
Binary file removed prysm/images/prysm.png
Binary file not shown.
9 changes: 5 additions & 4 deletions prysm/assetlist.json → testnets/prysmdevnet/assetlist.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "../assetlist.schema.json",
"chain_name": "prysm",
"$schema": "../../assetlist.schema.json",
"chain_name": "prysmdevnet",
"assets": [
{
"description": "The native token of Prysm",
Expand All @@ -20,7 +20,8 @@
"symbol": "PRYSM",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/prysm/images/prysm.png",
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg",
"theme": {
"circle": true,
"primary_color_hex": "#cf654f"
Expand All @@ -34,4 +35,4 @@
"type_asset": "sdk.coin"
}
]
}
}
158 changes: 158 additions & 0 deletions testnets/prysmdevnet/chain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,158 @@
{
"$schema": "../../chain.schema.json",
"chain_name": "prysmdevnet",
"status": "live",
"network_type": "devnet",
"website": "https://www.prysm.network/",
"pretty_name": "Prysm Devnet",
"chain_type": "cosmos",
"chain_id": "prysm-devnet-1",
"bech32_prefix": "prysm",
"daemon_name": "prysm",
"node_home": "$HOME/.prysm",
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "uprysm",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"average_gas_price": 0,
"high_gas_price": 0
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "uprysm"
}
]
},
"codebase": {
"git_repo": "https://github.com/kleomedes/prysm",
"recommended_version": "v0.1.0-devnet",
"compatible_versions": [
"v0.1.0-devnet"
],
"cosmos_sdk_version": "v0.50.8",
"consensus": {
"type": "cometbft",
"version": "v0.38.10"
},
"genesis": {
"genesis_url": "https://raw.githubusercontent.com/kleomedes/prysm/refs/heads/main/network/prysm-devnet-1/genesis.json"
},
"sdk": {
"type": "cosmos",
"version": "v0.50.8"
},
"ibc": {
"type": "go",
"version": "v8.4.0"
}
},
"logo_URIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg"
},
"description": "Network layer blockchain providing foundational infrastructure, enhanced connectivity, and scalability.",
"peers": {
"seeds": [
{
"id": "ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0",
"address": "testnet-seeds.polkachu.com:29856",
"provider": "Polkachu"
},
{
"id": "c80143f844fd8da4f76a0a43de86936f72372168",
"address": "prysm-testnet-seed.synergynodes.com:18656",
"provider": "Synergy Nodes"
},
{
"id": "8685507ed33c029a5787275e9f3ea2b133d45d25",
"address": "prysm-rpc.validatorvn.com:44656",
"provider": "ValidatorVN"
}
],
"persistent_peers": [
{
"id": "b377fd0b14816eef8e12644340845c127d1e7d93",
"address": "dns.kleomed.es:26656",
"provider": "Kleomedes"
}
]
},
"apis": {
"rpc": [
{
"address": "https://prysm-rpc-devnet.kleomedes.network/",
"provider": "Kleomedes"
},
{
"address": "https://prysm-testnet-rpc.polkachu.com/",
"provider": "Polkachu"
},
{
"address": "https://prysm-testnet-rpc.synergynodes.com/",
"provider": "Synergy Nodes"
},
{
"address": "https://prysm-rpc.validatorvn.com/",
"provider": "ValidatorVN"
}
],
"rest": [
{
"address": "https://prysm-api-devnet.kleomedes.network/",
"provider": "Kleomedes"
},
{
"address": "https://prysm-testnet-api.polkachu.com/",
"provider": "Polkachu"
},
{
"address": "https://prysm-testnet-api.synergynodes.com/",
"provider": "Synergy Nodes"
},
{
"address": "https://prysm-api.validatorvn.com/",
"provider": "ValidatorVN"
}
],
"grpc": [
{
"address": "prysm-testnet-grpc.polkachu.com:29890",
"provider": "Polkachu"
},
{
"address": "https://prysm-testnet-grpc.synergynodes.com/",
"provider": "Synergy Nodes"
},
{
"address": "prysm-grpc.validatorvn.com:44090",
"provider": "ValidatorVN"
}
]
},
"explorers": [
{
"kind": "PingPub",
"url": "https://explorer.kleomedes.network/prysm",
"tx_page": "https://explorer.kleomedes.network/prysm/tx/${txHash}",
"account_page": "https://explorer.kleomedes.network/prysm/account/${accountAddress}"
}
],
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/prysmdevnet/images/prysm.svg",
"theme": {
"primary_color_hex": "#cf654f"
}
}
]
}
Binary file added testnets/prysmdevnet/images/prysm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading