Skip to content

Commit

Permalink
chore: change env to prod
Browse files Browse the repository at this point in the history
  • Loading branch information
0xChin committed Oct 5, 2023
1 parent 0999d91 commit d96998e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integrations/xmtp/xmtp-create-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const XMTPCreateClient = () => {

const handleConnect = useCallback(async () => {
if (!walletClient) return
await initialize({ signer: walletClient })
await initialize({ signer: walletClient, options: { env: "production" } })
}, [walletClient, initialize])

if (error) {
Expand Down

0 comments on commit d96998e

Please sign in to comment.