From 36391300349e6b6671aec7bc197727c0565eb261 Mon Sep 17 00:00:00 2001 From: Jordan Oroshiba Date: Mon, 16 Oct 2023 14:21:06 -0700 Subject: [PATCH] Add Astria Dusk Devnet --- _data/chains/eip155-912559.json | 23 +++++++++++++++++++++++ _data/icons/astria.json | 8 ++++++++ 2 files changed, 31 insertions(+) create mode 100644 _data/chains/eip155-912559.json create mode 100644 _data/icons/astria.json diff --git a/_data/chains/eip155-912559.json b/_data/chains/eip155-912559.json new file mode 100644 index 0000000000000..c6bd91e71ab4b --- /dev/null +++ b/_data/chains/eip155-912559.json @@ -0,0 +1,23 @@ +{ + "name": "Astria EVM Dusk Devnet", + "chain": "RIA", + "icon": "astria", + "chainId": 912559, + "networkId": 912559, + "infoURL": "https://docs.astria.org", + "shortName": "astria-evm-dusk", + "nativeCurrency": { + "name": "RIA", + "symbol": "RIA", + "decimals": 18 + }, + "rpc": ["https://rpc.evm.dusk-2.devnet.astria.org"], + "faucets": ["https://faucet.evm.dusk-1.devnet.astria.org/"], + "explorers": [ + { + "name": "Astria EVM Dusk Devnet Explorer", + "url": "https://explorer.evm.dusk-2.devnet.astria.org", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/astria.json b/_data/icons/astria.json new file mode 100644 index 0000000000000..1c7a7d956de86 --- /dev/null +++ b/_data/icons/astria.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmQVeniMeu1LGd1z43dSsgge6YJPzqZPGxcxra3F9Sw6KE", + "width": 200, + "height": 200, + "format": "png" + } +]