Skip to content

Commit b0a5a7e

Browse files
aaronmgdrlvpeschke
andauthored
Add Celo Sepolia + update Celo (#7543)
* update celo with new block explorer and L2 data * add celo sepolia * fix block explorer and parent chain --------- Co-authored-by: Victoria <[email protected]>
1 parent 3d0e2ca commit b0a5a7e

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

_data/chains/eip155-11142220.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
{
2+
"name": "Celo Sepolia Testnet",
3+
"chainId": 11142220,
4+
"shortName": "celo-sep",
5+
"chain": "CELO",
6+
"networkId": 11142220,
7+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
8+
"slip44": 60,
9+
"nativeCurrency": {
10+
"name": "CELO-S",
11+
"symbol": "CELO",
12+
"decimals": 18
13+
},
14+
"parent": {
15+
"type": "L2",
16+
"chain": "eip155-11155111",
17+
"bridges": [
18+
{
19+
"url": "https://superbridge.app/?fromChainId=11155111&toChainId=11142220"
20+
}
21+
]
22+
},
23+
"rpc": ["https://forno.celo-sepolia.celo-testnet.org"],
24+
"faucets": ["https://faucet.celo.org"],
25+
"infoURL": "https://docs.celo.org",
26+
"explorers": [
27+
{
28+
"name": "Celo Sepolia Explorer",
29+
"url": "https://celo-sepolia.blockscout.com",
30+
"icon": "blockscout",
31+
"standard": "EIP3091"
32+
}
33+
]
34+
}

_data/chains/eip155-42220.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@
1212
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
1313
"faucets": [],
1414
"infoURL": "https://docs.celo.org/",
15+
"parent": {
16+
"type": "L2",
17+
"chain": "eip155-1",
18+
"bridges": [{ "url": "https://superbridge.app/celo" }]
19+
},
1520
"explorers": [
1621
{
1722
"name": "Celoscan",
@@ -20,8 +25,8 @@
2025
},
2126
{
2227
"name": "blockscout",
23-
"url": "https://explorer.celo.org",
24-
"standard": "none"
28+
"url": "https://celo.blockscout.com",
29+
"standard": "EIP3091"
2530
}
2631
]
2732
}

0 commit comments

Comments
 (0)