Skip to content

Commit

Permalink
Update connect-wallet-context.tsx (#2675)
Browse files Browse the repository at this point in the history
  • Loading branch information
Randynamic authored Nov 27, 2024
1 parent 4c684a2 commit 4594d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/apps/tools/src/context/connect-wallet-context.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export const StorageKeys: Record<
};

export const DefaultValues: { NETWORK: Network; CHAIN_ID: ChainwebChainId } = {
NETWORK: 'testnet04',
NETWORK: 'mainnet01',
CHAIN_ID: '1',
};

Expand Down

0 comments on commit 4594d76

Please sign in to comment.