diff --git a/_data/chains/eip155-10010.json b/_data/chains/eip155-10010.json deleted file mode 100644 index bfed5adefdbb..000000000000 --- a/_data/chains/eip155-10010.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "Warden Testnet", - "chain": "WARD", - "rpc": [ - "https://evm.chiado.wardenprotocol.org", - "wss://evm-ws.chiado.wardenprotocol.org" - ], - "faucets": ["https://faucet.chiado.wardenprotocol.org"], - "nativeCurrency": { - "name": "WARD", - "symbol": "WARD", - "decimals": 18 - }, - "infoURL": "https://wardenprotocol.org", - "icon": "warden", - "shortName": "ward", - "chainId": 10010, - "networkId": 10010 -} diff --git a/_data/chains/eip155-8765.json b/_data/chains/eip155-8765.json new file mode 100644 index 000000000000..1c6085547cb8 --- /dev/null +++ b/_data/chains/eip155-8765.json @@ -0,0 +1,16 @@ +{ + "name": "Warden Mainnet", + "chain": "WARD", + "rpc": ["https://evm.wardenprotocol.org", "wss://evm-ws.wardenprotocol.org"], + "faucets": [], + "nativeCurrency": { + "name": "WARD", + "symbol": "WARD", + "decimals": 18 + }, + "infoURL": "https://wardenprotocol.org", + "icon": "warden", + "shortName": "ward", + "chainId": 8765, + "networkId": 8765 +}