Skip to content

Commit

Permalink
add storage prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Dec 20, 2024
1 parent 62fb237 commit 3487c7a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/widget/src/constants/wagmi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,8 @@ export const config: Config = createConfig({
connectors: [
walletConnect({
projectId: "19b7fb4e5adc3e74e37aa00c05937fa5",
showQrModal: true
showQrModal: true,
customStoragePrefix: "skip-go-widget-wallet-connect",
})
]
});
Expand Down

0 comments on commit 3487c7a

Please sign in to comment.