From 788f36a9a9b21aa74a9b03c53a467c34b657b6bd Mon Sep 17 00:00:00 2001 From: Bobbo Fuxx <134005319+BobboFuxx@users.noreply.github.com> Date: Wed, 23 Oct 2024 02:38:25 -0700 Subject: [PATCH] update prysm.json --- chains/testnet/Prysm.json | 34 ---------------------------------- chains/testnet/prysm.json | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 chains/testnet/Prysm.json create mode 100644 chains/testnet/prysm.json diff --git a/chains/testnet/Prysm.json b/chains/testnet/Prysm.json deleted file mode 100644 index b177aac..0000000 --- a/chains/testnet/Prysm.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "chain_name": "Prysm Hub", - "api": [ - { - "address": "https://prysm-testnet-rpc.itrocket.net", - "provider": "ITRocket" - } - ], - "rpc": [ - { - "address": "https://prysm-testnet-rpc.itrocket.net", - "provider": "ITRocket" - } - ], - "grpc": [ - { - "address": "prysm-testnet-grpc.itrocket.net:443" - "provider": "ITRocket" - } - ], - "sdk_version": "v0.50.2", - "coin_type": "118", - "min_tx_fee": "800", - "assets": [{ - "base": "uprysm", - "symbol": "PRYSM", - "exponent": "6", - "coingecko_id": "Prysm", - "logo": "/prysm.svg" - }], - "addr_prefix": "prysm", - "theme_color": "#ce4747", - "logo": "/prysm.svg" -} diff --git a/chains/testnet/prysm.json b/chains/testnet/prysm.json new file mode 100644 index 0000000..5a54d2e --- /dev/null +++ b/chains/testnet/prysm.json @@ -0,0 +1,34 @@ +{ + "chain_name": "prysm", + "coingecko": "prysm", + "api": [ + { + "address": "https://prysm-testnet-rpc.itrocket.net", + "provider": "ITRocket" + } + ], + "rpc": [ + { + "address": "https://prysm-testnet-api.itrocket.net", + "provider": "ITRocket" + } + ], + "sdk_version": "0.50.8", + "addr_prefix": "prysm", + "logo": "/logos/prysm.jpg", + "assets": [ + { + "base": "uprysm", + "symbol": "PRYSM", + "exponent": "6", + "coingecko_id": "prysm", + "logo": "/logos/stride.jpg" + } + ], + "faucet": { + "amount": "5000000uprysm", + "ip_limit": "2", + "address_limit": "1", + "fees": "8000uprysm" + } +}