Skip to content

Commit

Permalink
fix: undo hyperchain config change
Browse files Browse the repository at this point in the history
  • Loading branch information
JackHamer09 committed May 23, 2024
1 parent ce4f257 commit d22ae4b
Showing 1 changed file with 1 addition and 39 deletions.
40 changes: 1 addition & 39 deletions hyperchains/config.json
Original file line number Diff line number Diff line change
@@ -1,39 +1 @@
[
{
"network": {
"id": 11123,
"name": "Abstract Devnet",
"key": "abstract-devnet",
"rpcUrl": "https://dev-api.staging.abstract.zksync.dev",
"blockExplorerUrl": "https://block-explorer-api.staging.abstract.zksync.dev/",
"l1Network": {
"id": 11155111,
"name": "Sepolia",
"nativeCurrency": {
"name": "Ether",
"symbol": "ETH",
"decimals": 18
},
"rpcUrls": {
"default": {
"http": ["https://rpc.sepolia.org"]
},
"public": {
"http": ["https://rpc.sepolia.org"]
}
},
"blockExplorerUrl": "https://sepolia.etherscan.io/"
}
},
"tokens": [
{
"address": "0x000000000000000000000000000000000000800A",
"l1Address": "0x0000000000000000000000000000000000000000",
"symbol": "ETH",
"name": "Ether",
"decimals": 18,
"iconUrl": "/img/eth.svg"
}
]
}
]
[]

0 comments on commit d22ae4b

Please sign in to comment.