From 92de056f9d7f2c34943b7df405d418c7cc93c8bc Mon Sep 17 00:00:00 2001 From: Harry <409H@users.noreply.github.com> Date: Sun, 20 Oct 2024 18:07:39 +0100 Subject: [PATCH] Update customNetworks.tsx - add apechain --- app/util/networks/customNetworks.tsx | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/app/util/networks/customNetworks.tsx b/app/util/networks/customNetworks.tsx index 8f1518733cd..acb93b101b4 100644 --- a/app/util/networks/customNetworks.tsx +++ b/app/util/networks/customNetworks.tsx @@ -96,6 +96,18 @@ export const PopularList = [ imageSource: require('../../images/zk-sync.png'), }, }, + { + chainId: toHex('33139'), + nickname: 'ApeChain Mainnet', + rpcUrl: `https://rpc.apechain.com/http`, + ticker: 'APE', + warning: true, + rpcPrefs: { + blockExplorerUrl: 'https://apescan.io/', + imageUrl: 'APE_CHAIN', + imageSource: require('../../images/ape-chain.png'), + }, + }, ]; /**