Skip to content

Commit

Permalink
Update APE chain asset url
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Jul 29, 2024
1 parent 3a2f7f1 commit 32e5fc9
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 @@ -688,7 +688,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
type: NetworkType.TESTNET,
name: 'ape-chain-testnet',
title: 'APE Chain Testnet',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.B3_SEPOLIA}.webp`,
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.APE_CHAIN_TESTNET}.webp`,
blockExplorer: {
name: 'APE Chain Explorer',
rootUrl: 'https://curtis.explorer.caldera.xyz/'
Expand Down

0 comments on commit 32e5fc9

Please sign in to comment.