From 1c1097d5389af833551c0342944a456837ee7328 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Mon, 16 Oct 2023 14:35:27 -0700 Subject: [PATCH] Add Astria Dusk Devnet --- _data/chains/eip155-912559.json | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/_data/chains/eip155-912559.json b/_data/chains/eip155-912559.json index f2cac5e0e25f..133472c762ed 100644 --- a/_data/chains/eip155-912559.json +++ b/_data/chains/eip155-912559.json @@ -2,22 +2,20 @@ "name": "Astria EVM Dusk Devnet", "chain": "RIA", "icon": "astria", - "rpc": ["https://rpc.evm.dusk-1.devnet.astria.org"], - "faucets": [ - "https://faucet.evm.dusk-1.devnet.astria.org/" - ], + "chainId": 912559, + "networkId": 912559, + "infoURL": "https://docs.astria.org", + "shortName": "astria-evm-dusk", "nativeCurrency": { - "name": "Astria Ria", + "name": "RIA", "symbol": "RIA", "decimals": 18 }, - "infoURL": "https://astria.org", - "shortName": "ria", - "chainId": 912559, - "networkId": 912559, + "rpc": ["https://rpc.evm.dusk-1.devnet.astria.org"], + "faucets": ["https://faucet.evm.dusk-1.devnet.astria.org/"], "explorers": [ { - "name": "blockscout", + "name": "Astria EVM Dusk Devnet Explorer", "url": "https://explorer.evm.dusk-1.devnet.astria.org", "standard": "EIP3091" }