Skip to content

Commit

Permalink
Update APE chain name
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Jul 29, 2024
1 parent e874a5d commit 4d154d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/network/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
[ChainId.APE_CHAIN_TESTNET]: {
chainId: ChainId.APE_CHAIN_TESTNET,
type: NetworkType.TESTNET,
name: 'ape-chain-testnet',
name: 'apechain-testnet',
title: 'APE Chain Testnet',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.APE_CHAIN_TESTNET}.webp`,
testnet: true,
Expand Down

0 comments on commit 4d154d0

Please sign in to comment.