forked from ethereum-lists/chains
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Gelato Testnets (Raspberry, Blueberry, Blackberry) (ethereum-list…
…s#4735) * add gelato testnets * include slip44 * add new line to end of file * apply prettier --------- Co-authored-by: ligi <[email protected]>
- Loading branch information
1 parent
534d438
commit 47de977
Showing
3 changed files
with
106 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,36 @@ | ||
{ | ||
"name": "OP Celestia Raspberry", | ||
"title": "OP Celestia Raspberry Testnet", | ||
"chain": "ETH", | ||
"rpc": [ | ||
"https://rpc.opcelestia-raspberry.gelato.digital", | ||
"wss://ws.opcelestia-raspberry.gelato.digital" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/opcelestia-raspberry", | ||
"shortName": "opcelestia-raspberry", | ||
"chainId": 123420111, | ||
"networkId": 123420111, | ||
"slip44": 60, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://opcelestia-raspberry.gelatoscout.com", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [ | ||
{ "url": "https://bridge.gelato.network/bridge/opcelestia-raspberry" } | ||
] | ||
}, | ||
"status": "active" | ||
} |
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,34 @@ | ||
{ | ||
"name": "Arbitrum Blueberry", | ||
"title": "Arbitrum Blueberry Testnet", | ||
"chain": "ETH", | ||
"rpc": [ | ||
"https://rpc.arb-blueberry.gelato.digital", | ||
"wss://ws.arb-blueberry.gelato.digital" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "GelatoCGT", | ||
"symbol": "CGT", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/arb-blueberry", | ||
"shortName": "arb-blueberry", | ||
"chainId": 88153591557, | ||
"networkId": 88153591557, | ||
"slip44": 60, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://arb-blueberry.gelatoscout.com", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-421614", | ||
"bridges": [{ "url": "https://bridge.gelato.network/bridge/arb-blueberry" }] | ||
}, | ||
"status": "active" | ||
} |
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,36 @@ | ||
{ | ||
"name": "Polygon Blackberry", | ||
"title": "Polygon Blackberry Testnet", | ||
"chain": "ETH", | ||
"rpc": [ | ||
"https://rpc.polygon-blackberry.gelato.digital", | ||
"wss://ws.polygon-blackberry.gelato.digital" | ||
], | ||
"faucets": [], | ||
"nativeCurrency": { | ||
"name": "Sepolia Ether", | ||
"symbol": "ETH", | ||
"decimals": 18 | ||
}, | ||
"infoURL": "https://raas.gelato.network/rollups/details/public/polygon-blackberry", | ||
"shortName": "polygon-blackberry", | ||
"chainId": 94204209, | ||
"networkId": 94204209, | ||
"slip44": 60, | ||
"explorers": [ | ||
{ | ||
"name": "blockscout", | ||
"url": "https://polygon-blackberry.gelatoscout.com", | ||
"icon": "blockscout", | ||
"standard": "EIP3091" | ||
} | ||
], | ||
"parent": { | ||
"type": "L2", | ||
"chain": "eip155-11155111", | ||
"bridges": [ | ||
{ "url": "https://bridge.gelato.network/bridge/polygon-blackberry" } | ||
] | ||
}, | ||
"status": "active" | ||
} |