Skip to content

Commit 38f695e

Browse files
authored
Add ZKBase Sepolia Testnet (ethereum-lists#5178)
1 parent 55f28bb commit 38f695e

File tree

3 files changed

+39
-0
lines changed

3 files changed

+39
-0
lines changed

_data/chains/eip155-1789.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
{
2+
"name": "ZKBase Sepolia Testnet",
3+
"chain": "ETH",
4+
"rpc": ["https://sepolia-rpc.zkbase.app"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://zkbase.org/",
12+
"shortName": "zkbase-sepolia",
13+
"chainId": 1789,
14+
"networkId": 1789,
15+
"slip44": 1,
16+
"icon": "zkbase",
17+
"explorers": [
18+
{
19+
"name": "ZKbase Block Explorer",
20+
"url": "https://sepolia-explorer.zkbase.app",
21+
"icon": "zkbase",
22+
"standard": "EIP3091"
23+
}
24+
],
25+
"parent": {
26+
"type": "L2",
27+
"chain": "eip155-1",
28+
"bridges": [{ "url": "https://portral.zkbase.app/" }]
29+
},
30+
"redFlags": ["reusedChainId"]
31+
}

_data/icons/zkbase.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx",
4+
"width": 400,
5+
"height": 400,
6+
"format": "jpg"
7+
}
8+
]
Binary file not shown.

0 commit comments

Comments
 (0)