diff --git a/_data/chains/eip155-138.json b/_data/chains/eip155-138.json index b241b6b0a5a7..2a6a39f47bfe 100644 --- a/_data/chains/eip155-138.json +++ b/_data/chains/eip155-138.json @@ -1,15 +1,24 @@ { "name": "Defi Oracle Meta Mainnet", "chain": "dfiometa", - "icon": "defioraclemeta", - "rpc": ["https://rpc.defi-oracle.io", "wss://wss.defi-oracle.io"], + "rpc": [ + "https://rpc-http-pub.d-bis.org", + "wss://rpc-ws-pub.d-bis.org", + "https://rpc.d-bis.org", + "wss://rpc.d-bis.org", + "https://rpc2.d-bis.org", + "wss://ws.rpc.d-bis.org", + "wss://ws.rpc2.d-bis.org", + "https://rpc.public-0138.defi-oracle.io", + "wss://rpc.public-0138.defi-oracle.io", + "https://rpc.defi-oracle.io", + "wss://wss.defi-oracle.io" + ], "features": [ - { - "name": "EIP155" - }, - { - "name": "EIP1559" - } + { "name": "EIP155" }, + { "name": "EIP1559" }, + { "name": "EIP2718" }, + { "name": "EIP2930" } ], "faucets": [], "nativeCurrency": { @@ -17,24 +26,19 @@ "symbol": "ETH", "decimals": 18 }, - "infoURL": "https://info.defi-oracle.io/", + "infoURL": "https://d-bis.org", "shortName": "dfio-meta-main", "chainId": 138, - "networkId": 1, + "networkId": 138, "slip44": 60, "ens": { "registry": "0x57f1887a8BF19b14fC0dF6Fd9B2acc9Af147eA85" }, "explorers": [ { - "name": "Blockscout Explorer", - "url": "https://blockscout.defi-oracle.io", - "standard": "none" - }, - { - "name": "Quorum Explorer", - "url": "https://explorer.defi-oracle.io", - "standard": "none" + "name": "Blockscout", + "url": "https://explorer.d-bis.org", + "standard": "EIP3091" } ] }