Skip to content

Commit

Permalink
Add ZKBase Sepolia Testnet (#5178)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwavex authored May 29, 2024
1 parent 55f28bb commit 38f695e
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 0 deletions.
31 changes: 31 additions & 0 deletions _data/chains/eip155-1789.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"name": "ZKBase Sepolia Testnet",
"chain": "ETH",
"rpc": ["https://sepolia-rpc.zkbase.app"],
"faucets": [],
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"infoURL": "https://zkbase.org/",
"shortName": "zkbase-sepolia",
"chainId": 1789,
"networkId": 1789,
"slip44": 1,
"icon": "zkbase",
"explorers": [
{
"name": "ZKbase Block Explorer",
"url": "https://sepolia-explorer.zkbase.app",
"icon": "zkbase",
"standard": "EIP3091"
}
],
"parent": {
"type": "L2",
"chain": "eip155-1",
"bridges": [{ "url": "https://portral.zkbase.app/" }]
},
"redFlags": ["reusedChainId"]
}
8 changes: 8 additions & 0 deletions _data/icons/zkbase.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx",
"width": 400,
"height": 400,
"format": "jpg"
}
]
Binary file not shown.

0 comments on commit 38f695e

Please sign in to comment.