From f31b50ebec8b0a01eb5b556fcc2433b1b532f87e Mon Sep 17 00:00:00 2001 From: Matt Katz Date: Sat, 19 Oct 2024 15:59:46 -0700 Subject: [PATCH] Add empty faucets --- _data/chains/eip155-33139.json | 44 +++++++++++++++++----------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/_data/chains/eip155-33139.json b/_data/chains/eip155-33139.json index 0b2b6640360d..2db170dd0b3c 100644 --- a/_data/chains/eip155-33139.json +++ b/_data/chains/eip155-33139.json @@ -1,23 +1,23 @@ { - "name": "ApeChain", - "chain": "apechain", - "rpc": ["https://rpc.apechain.com"], - "nativeCurrency": { - "name": "ApeCoin", - "symbol": "APE", - "decimals": 18 - }, - "infoURL": "https://apechain.com", - "shortName": "apechain", - "chainId": 33139, - "networkId": 33139, - "icon": "apechain", - "explorers": [ - { - "name": "ApeChain Explorer", - "url": "https://apescan.io/", - "standard": "EIP3091" - } - ] - } - \ No newline at end of file + "name": "ApeChain", + "chain": "apechain", + "rpc": ["https://rpc.apechain.com"], + "faucets": [], + "nativeCurrency": { + "name": "ApeCoin", + "symbol": "APE", + "decimals": 18 + }, + "infoURL": "https://apechain.com", + "shortName": "apechain", + "chainId": 33139, + "networkId": 33139, + "icon": "apechain", + "explorers": [ + { + "name": "ApeChain Explorer", + "url": "https://apescan.io/", + "standard": "EIP3091" + } + ] +}