diff --git a/chain_registry.json b/chain_registry.json index 53f8abc..9b9f336 100644 --- a/chain_registry.json +++ b/chain_registry.json @@ -1,14 +1,14 @@ { - "$schema": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chain.schema.json", - "chain_name": "prysm", - "chain_type": "cosmos", + "$schema": "../../chain.schema.json", + "chain_name": "prysmdevnet", "status": "live", - "website": "https://www.lightlabs.dev", - "network_type": "testnet", - "pretty_name": "Prysm", + "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": "prysmd", + "daemon_name": "prysm", "node_home": "$HOME/.prysm", "key_algos": [ "secp256k1" @@ -20,8 +20,8 @@ "denom": "uprysm", "fixed_min_gas_price": 0, "low_gas_price": 0, - "average_gas_price": 0.025, - "high_gas_price": 0.04 + "average_gas_price": 0, + "high_gas_price": 0 } ] }, @@ -30,74 +30,129 @@ { "denom": "uprysm" } - ], - "lock_duration": { - "time": "1814400s" - } + ] }, "codebase": { - "git_repo": "https://github.com/lightlabs-dev/prysm", - "recommended_version": "v1.0.0", + "git_repo": "https://github.com/kleomedes/prysm", + "recommended_version": "v0.1.0-devnet", "compatible_versions": [ - "v0.9.0" + "v0.1.0-devnet" ], - "cosmos_sdk_version": "0.50", + "cosmos_sdk_version": "v0.50.8", "consensus": { - "type": "tendermint", - "version": "0.38" + "type": "cometbft", + "version": "v0.38.10" }, - "cosmwasm_version": "0.50", - "cosmwasm_enabled": true, - "ibc_go_version": "8", - "ics_enabled": [ - "ics20-1" - ], "genesis": { - "name": "v1", - "genesis_url": "https://github.com/lightlabs-dev/prysm/networks/raw/main/genesis.json" + "genesis_url": "https://raw.githubusercontent.com/kleomedes/prysm/refs/heads/main/network/prysm-devnet-1/genesis.json" + }, + "sdk": { + "type": "cosmos", + "version": "v0.50.8" }, - "versions": [ + "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": "Prysm is an ICS hub providing foundational infrastructure, enhanced connectivity, and scalability.", + "peers": { + "seeds": [ { - "name": "v1.0.0", - "tag": "v1.0.0", - "height": 0, - "next_version_name": "v2", - "consensus": {} + "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" } ] }, - "images": [ - { - "png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png", - "theme": { - "primary_color_hex": "#FF2D00" - } - } - ], - "peers": {}, "apis": { "rpc": [ { - "address": "http://127.0.0.1:26657", - "provider": "localhost" + "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": "http://127.0.0.1:1317", - "provider": "localhost" + "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": "cosmos", - "url": "https://example.com", - "tx_page": "https://example.com/tx", - "account_page": "https://example.com/account" + "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}" } ], - "keywords": [ - "cosmos" + "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" + } + } ] }