Skip to content

Commit

Permalink
ADD RPC (#6257)
Browse files Browse the repository at this point in the history
* Submit eip155-182 for iost

* fix icons

* add rpc
  • Loading branch information
gavin11599 authored Nov 25, 2024
1 parent db66c44 commit 95a261c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions _data/chains/eip155-182.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
{
"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",
"symbol": "BNB",
"decimals": 18
},
"infoURL": "https://iost.io",
"shortName": "iost-mainnet",
"shortName": "iost",
"chainId": 182,
"networkId": 182,
"icon": "bnbchain",
Expand Down

0 comments on commit 95a261c

Please sign in to comment.