Skip to content

Commit

Permalink
changing to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
scguaquetam committed Sep 22, 2023
1 parent ceb8638 commit c0b87ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { WEB3AUTH_NETWORK_TYPE } from '@/config/web3AuthNetwork'

export default function App({ Component, pageProps }: AppProps) {

const [web3AuthNetwork, setWeb3AuthNetwork] = useState<WEB3AUTH_NETWORK_TYPE>('testnet');
const [web3AuthNetwork, setWeb3AuthNetwork] = useState<WEB3AUTH_NETWORK_TYPE>('mainnet');
const [chain, setChain] = useState<CHAIN_CONFIG_TYPE>('polygon');

return (
Expand Down

0 comments on commit c0b87ea

Please sign in to comment.