Skip to content

Commit

Permalink
Add Gelato Testnets (Raspberry, Blueberry, Blackberry) (ethereum-list…
Browse files Browse the repository at this point in the history
…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
PatrickZuest and ligi authored Apr 3, 2024
1 parent 534d438 commit 47de977
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 0 deletions.
36 changes: 36 additions & 0 deletions _data/chains/eip155-123420111.json
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"
}
34 changes: 34 additions & 0 deletions _data/chains/eip155-88153591557.json
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"
}
36 changes: 36 additions & 0 deletions _data/chains/eip155-94204209.json
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"
}

0 comments on commit 47de977

Please sign in to comment.