diff --git a/_data/chains/eip155-2420.json b/_data/chains/eip155-2420.json new file mode 100644 index 000000000000..f9404595e099 --- /dev/null +++ b/_data/chains/eip155-2420.json @@ -0,0 +1,31 @@ +{ + "name": "Rufus", + "chain": "rufus", + "rpc": ["https://rufus.calderachain.xyz/http"], + "faucets": [], + "nativeCurrency": { + "name": "Dogelon", + "symbol": "ELON", + "decimals": 18 + }, + "features": [ + { + "name": "EIP155" + }, + { + "name": "EIP1559" + } + ], + "infoURL": "https://rufus.hub.caldera.xyz", + "shortName": "rufus", + "chainId": 2420, + "networkId": 2420, + "icon": "rufus", + "explorers": [ + { + "name": "Rufus Caldera Explorer", + "url": "https://rufus.calderaexplorer.xyz", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/rufus.json b/_data/icons/rufus.json new file mode 100644 index 000000000000..41fa688049d0 --- /dev/null +++ b/_data/icons/rufus.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreihcbx557v446mhd7z4kfogqy3f3i5zdx2fsc5udg2obdstzxt66be", + "width": 400, + "height": 400, + "format": "jpg" + } +]