From 95a261ce310b0c486784c82876815d1238859813 Mon Sep 17 00:00:00 2001 From: Gavin11599 Date: Mon, 25 Nov 2024 11:46:11 +0800 Subject: [PATCH] ADD RPC (#6257) * Submit eip155-182 for iost * fix icons * add rpc --- _data/chains/eip155-182.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-182.json b/_data/chains/eip155-182.json index 987a6d850f05..b12c04f1d904 100644 --- a/_data/chains/eip155-182.json +++ b/_data/chains/eip155-182.json @@ -1,7 +1,10 @@ { "name": "IOST Mainnet", "chain": "iost", - "rpc": ["https://iost-mainnet.alt.technology"], + "rpc": [ + "https://iost-mainnet.alt.technology", + "wss://iost-mainnet.alt.technology/ws" + ], "faucets": [], "nativeCurrency": { "name": "BNB Chain Native Token", @@ -9,7 +12,7 @@ "decimals": 18 }, "infoURL": "https://iost.io", - "shortName": "iost-mainnet", + "shortName": "iost", "chainId": 182, "networkId": 182, "icon": "bnbchain",