Skip to content

Commit

Permalink
Update customNetworks.tsx - add apechain
Browse files Browse the repository at this point in the history
  • Loading branch information
409H authored Oct 20, 2024
1 parent 583c309 commit 92de056
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions app/util/networks/customNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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'),
},
},
];

/**
Expand Down

0 comments on commit 92de056

Please sign in to comment.