Skip to content

Commit

Permalink
Update ape chain naming
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Jul 29, 2024
1 parent 4d154d0 commit e116853
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/network/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export enum ChainId {
B3_SEPOLIA = 1993,

// APE Chain
APE_CHAIN_TESTNET = 33111,
APECHAIN_TESTNET = 33111,

// Blast
BLAST = 81457,
Expand Down Expand Up @@ -684,12 +684,12 @@ export const networks: Record<ChainId, NetworkMetadata> = {
decimals: 18
}
},
[ChainId.APE_CHAIN_TESTNET]: {
chainId: ChainId.APE_CHAIN_TESTNET,
[ChainId.APECHAIN_TESTNET]: {
chainId: ChainId.APECHAIN_TESTNET,
type: NetworkType.TESTNET,
name: 'apechain-testnet',
title: 'APE Chain Testnet',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.APE_CHAIN_TESTNET}.webp`,
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.APECHAIN_TESTNET}.webp`,
testnet: true,
blockExplorer: {
name: 'APE Chain Explorer',
Expand Down

0 comments on commit e116853

Please sign in to comment.