Skip to content
This repository has been archived by the owner on Sep 6, 2023. It is now read-only.

Commit

Permalink
Update modeTestnet.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom authored Aug 9, 2023
1 parent d772f11 commit 459183a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/chains/src/modeTestnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ export const modeTestnet = {
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
rpcUrls: {
default: {
http: ['https://sepolia.mode.network/'],
http: ['https://sepolia.mode.network'],
},
public: {
http: ['https://sepolia.mode.network/'],
http: ['https://sepolia.mode.network'],
},
},
blockExplorers: {
default: {
name: 'Blockscout',
url: 'https://sepolia.explorer.mode.network/',
url: 'https://sepolia.explorer.mode.network',
},
},
testnet: true,
Expand Down

0 comments on commit 459183a

Please sign in to comment.