Skip to content

Commit

Permalink
Add rufus (#6485)
Browse files Browse the repository at this point in the history
* Add rufus chain

* Run prettier
  • Loading branch information
regynald authored Dec 21, 2024
1 parent 2c7b156 commit 8149445
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-2420.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/rufus.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreihcbx557v446mhd7z4kfogqy3f3i5zdx2fsc5udg2obdstzxt66be",
"width": 400,
"height": 400,
"format": "jpg"
}
]

0 comments on commit 8149445

Please sign in to comment.