Skip to content

Commit

Permalink
hardcode wc (#202)
Browse files Browse the repository at this point in the history
Co-authored-by: jmzwar <[email protected]>
  • Loading branch information
jmzwar and jmzwar authored Mar 26, 2024
1 parent b161012 commit 22462cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions liquidity/ui/src/utils/onboard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ export const onboard = init({
email: '[email protected]',
}),
ledgerModule({
projectId: process.env.WC_PROJECT_ID ?? '',
projectId: 'a4aa25aa9a6ed6fd4c3b11c0cedc4b7c',
walletConnectVersion: 2,
}),
walletConnectModule({
version: 2,
projectId: process.env.WC_PROJECT_ID,
projectId: 'a4aa25aa9a6ed6fd4c3b11c0cedc4b7c',
}),
// gnosisModule(),
coinbaseModule(),
Expand Down

0 comments on commit 22462cd

Please sign in to comment.