From e013a029ef7538ac804056a916ba6287d7dfb9a8 Mon Sep 17 00:00:00 2001 From: Bobbo Fuxx <134005319+BobboFuxx@users.noreply.github.com> Date: Wed, 23 Oct 2024 00:16:49 -0700 Subject: [PATCH] Add Prysm.json --- chains/testnet/Prysm.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 chains/testnet/Prysm.json diff --git a/chains/testnet/Prysm.json b/chains/testnet/Prysm.json new file mode 100644 index 0000000..b177aac --- /dev/null +++ b/chains/testnet/Prysm.json @@ -0,0 +1,34 @@ +{ + "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" +}