From cd831b9a26eaeb939d953b09173db133fade7565 Mon Sep 17 00:00:00 2001 From: Ori Pomerantz Date: Tue, 28 Nov 2023 08:46:43 -0600 Subject: [PATCH] Add the Redstone Holesky network (ID 17001) (#3804) * Create eip155-17001.json * Create redstone.json icon * Update eip155-17001.json * Fix the errors * Trying to get the formatting to work * Try another name for nativeCurrency * Ran prettier as @ligi suggested --------- Co-authored-by: ligi --- _data/chains/eip155-17001.json | 24 ++++++++++++++++++++++++ _data/icons/redstone.json | 8 ++++++++ 2 files changed, 32 insertions(+) create mode 100644 _data/chains/eip155-17001.json create mode 100644 _data/icons/redstone.json diff --git a/_data/chains/eip155-17001.json b/_data/chains/eip155-17001.json new file mode 100644 index 000000000000..c877fc0241af --- /dev/null +++ b/_data/chains/eip155-17001.json @@ -0,0 +1,24 @@ +{ + "name": "Redstone Holesky Testnet", + "chain": "ETH", + "rpc": ["https://rpc.holesky.redstone.xyz"], + "faucets": [], + "nativeCurrency": { + "name": "Redstone Testnet Ether", + "symbol": "ETH", + "decimals": 18 + }, + "infoURL": "https://redstone.xyz/docs/network-info", + "shortName": "redstone", + "chainId": 17001, + "networkId": 17001, + "icon": "redstone", + "explorers": [ + { + "name": "Redstone Holesky Explorer", + "url": "https://explorer.holesky.redstone.xyz", + "icon": "ethereum", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/redstone.json b/_data/icons/redstone.json new file mode 100644 index 000000000000..53bfe0aef954 --- /dev/null +++ b/_data/icons/redstone.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreieyaqgkgntvxuo5tnhgseladga5q6gutc37dab7kqqfdguhq7vkxq", + "width": 5836, + "height": 5836, + "format": "png" + } +]