From d22ae4bf5345388e6883b9ad74f28055200dce9b Mon Sep 17 00:00:00 2001 From: Jack Hamer Date: Thu, 23 May 2024 21:47:29 +0300 Subject: [PATCH] fix: undo hyperchain config change --- hyperchains/config.json | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/hyperchains/config.json b/hyperchains/config.json index aee8bde97..fe51488c7 100644 --- a/hyperchains/config.json +++ b/hyperchains/config.json @@ -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" - } - ] - } -] +[]