Skip to content

Commit

Permalink
fix: endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
seven-feng committed Jan 26, 2025
1 parent 809c020 commit a6abe38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example-web-app/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ registerMwa({

const CLUSTER = WalletAdapterNetwork.Mainnet;
const CONNECTION_CONFIG: ConnectionConfig = { commitment: 'processed' };
const ENDPOINT = /*#__PURE__*/ clusterApiUrl(CLUSTER);
const ENDPOINT = /*#__PURE__*/ 'https://mainnet.helius-rpc.com/?api-key=fb1aa938-422b-4f2d-aa64-80fe84a84138';

const theme = /*#__PURE__*/ createTheme();

Expand Down

0 comments on commit a6abe38

Please sign in to comment.