From b77acc73f48fff3bbc2bb2a4e57eac1d467ae18b Mon Sep 17 00:00:00 2001 From: Regynald Augustin Date: Fri, 20 Dec 2024 16:50:13 -0500 Subject: [PATCH 1/2] Add rufus chain --- _data/chains/eip155-2420.json | 33 +++++++++++++++++++++++++++++++++ _data/icons/rufus.json | 8 ++++++++ 2 files changed, 41 insertions(+) create mode 100644 _data/chains/eip155-2420.json create mode 100644 _data/icons/rufus.json diff --git a/_data/chains/eip155-2420.json b/_data/chains/eip155-2420.json new file mode 100644 index 000000000000..584cc573772d --- /dev/null +++ b/_data/chains/eip155-2420.json @@ -0,0 +1,33 @@ +{ + "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" + } +] From bd4812c586028bebe993700659df2dbe4abe0441 Mon Sep 17 00:00:00 2001 From: Regynald Augustin Date: Fri, 20 Dec 2024 16:54:17 -0500 Subject: [PATCH 2/2] Run prettier --- _data/chains/eip155-2420.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/_data/chains/eip155-2420.json b/_data/chains/eip155-2420.json index 584cc573772d..f9404595e099 100644 --- a/_data/chains/eip155-2420.json +++ b/_data/chains/eip155-2420.json @@ -1,9 +1,7 @@ { "name": "Rufus", "chain": "rufus", - "rpc": [ - "https://rufus.calderachain.xyz/http" - ], + "rpc": ["https://rufus.calderachain.xyz/http"], "faucets": [], "nativeCurrency": { "name": "Dogelon",