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" + } +]