Skip to content

Commit

Permalink
fix: network
Browse files Browse the repository at this point in the history
  • Loading branch information
seven-feng committed Jan 26, 2025
1 parent 44bdcb1 commit 809c020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/example-web-app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ registerMwa({
uri: getUriForAppIdentity(),
},
authorizationResultCache: createDefaultAuthorizationResultCache(),
chain: 'solana:testnet',
chain: 'solana:mainnet',
remoteHostAuthority: '4.tcp.us-cal-1.ngrok.io:15762',
onWalletNotFound: createDefaultWalletNotFoundHandler(),
})

const CLUSTER = WalletAdapterNetwork.Devnet;
const CLUSTER = WalletAdapterNetwork.Mainnet;
const CONNECTION_CONFIG: ConnectionConfig = { commitment: 'processed' };
const ENDPOINT = /*#__PURE__*/ clusterApiUrl(CLUSTER);

Expand Down

0 comments on commit 809c020

Please sign in to comment.