Skip to content

Commit

Permalink
Add testnet true to testnet chains (#552)
Browse files Browse the repository at this point in the history
  • Loading branch information
yigiterdev committed Jul 29, 2024
1 parent 970fd34 commit eafb21f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/network/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -673,6 +673,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
name: 'b3-sepolia',
title: 'B3 Sepolia',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.B3_SEPOLIA}.webp`,
testnet: true,
blockExplorer: {
name: 'B3 Sepolia Explorer',
rootUrl: 'https://sepolia.explorer.b3.fun/'
Expand All @@ -689,6 +690,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
name: 'ape-chain-testnet',
title: 'APE Chain Testnet',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.APE_CHAIN_TESTNET}.webp`,
testnet: true,
blockExplorer: {
name: 'APE Chain Explorer',
rootUrl: 'https://curtis.explorer.caldera.xyz/'
Expand Down Expand Up @@ -721,6 +723,7 @@ export const networks: Record<ChainId, NetworkMetadata> = {
name: 'blast-sepolia',
title: 'Blast Sepolia',
logoURI: `https://assets.sequence.info/images/networks/medium/${ChainId.BLAST_SEPOLIA}.webp`,
testnet: true,
blockExplorer: {
name: 'Blast Sepolia Explorer',
rootUrl: 'https://sepolia.blastexplorer.io/'
Expand Down

0 comments on commit eafb21f

Please sign in to comment.