From b316035ac20e051fe0d7a8a7aedfe8f0a6f2bb2e Mon Sep 17 00:00:00 2001 From: weequan Date: Fri, 29 Nov 2024 17:47:14 +0800 Subject: [PATCH] Add Deriw devnet (#6289) * Add Deriw devnet * deriw logo --------- Co-authored-by: weequan Co-authored-by: ligi --- _data/chains/eip155-44474237230.json | 33 ++++++++++++++++++++++++++++ _data/icons/deriw.json | 8 +++++++ 2 files changed, 41 insertions(+) create mode 100644 _data/chains/eip155-44474237230.json create mode 100644 _data/icons/deriw.json diff --git a/_data/chains/eip155-44474237230.json b/_data/chains/eip155-44474237230.json new file mode 100644 index 000000000000..dd1e344858b6 --- /dev/null +++ b/_data/chains/eip155-44474237230.json @@ -0,0 +1,33 @@ +{ + "name": "Deriw Devnet", + "chainId": 44474237230, + "shortName": "deriw-dev", + "title": "Deriw Devnet", + "chain": "Deriw Devnet", + "networkId": 44474237230, + "icon": "deriw", + "rpc": ["https://rpc.dev.deriw.com"], + "faucets": [], + "nativeCurrency": { + "name": "Deriw", + "symbol": "Der", + "decimals": 18 + }, + "infoURL": "https://deriw.com", + "explorers": [ + { + "name": "Deriw Explorer", + "url": "https://explorer.dev.deriw.com", + "standard": "EIP3091" + } + ], + "parent": { + "type": "L2", + "chain": "eip155-421614", + "bridges": [ + { + "url": "https://bridge.arbitrum.io" + } + ] + } +} diff --git a/_data/icons/deriw.json b/_data/icons/deriw.json new file mode 100644 index 000000000000..b90021bd905b --- /dev/null +++ b/_data/icons/deriw.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmf3bGpAoPV6K4JLpmzDW748Toqb9WArGzYP5rMUY5P9ED", + "width": 256, + "height": 256, + "format": "png" + } +]