-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add the Redstone Holesky network (ID 17001) (#3804)
* 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
Showing
2 changed files
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
[ | ||
{ | ||
"url": "ipfs://bafkreieyaqgkgntvxuo5tnhgseladga5q6gutc37dab7kqqfdguhq7vkxq", | ||
"width": 5836, | ||
"height": 5836, | ||
"format": "png" | ||
} | ||
] |