Skip to content

Commit

Permalink
Add the Redstone Holesky network (ID 17001) (#3804)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
qbzzt and ligi authored Nov 28, 2023
1 parent a223b03 commit cd831b9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
24 changes: 24 additions & 0 deletions _data/chains/eip155-17001.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/redstone.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://bafkreieyaqgkgntvxuo5tnhgseladga5q6gutc37dab7kqqfdguhq7vkxq",
"width": 5836,
"height": 5836,
"format": "png"
}
]

0 comments on commit cd831b9

Please sign in to comment.