Skip to content

Commit

Permalink
[PAY-2368] Add lockAmount flag to web withdrawals (#7286)
Browse files Browse the repository at this point in the history
  • Loading branch information
schottra authored Jan 23, 2024
1 parent 4b87ece commit f118aeb
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 42 deletions.
89 changes: 48 additions & 41 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@audius/stems": "*",
"@audius/trpc-server": "*",
"@coinbase/cbpay-js": "1.2.0",
"@coinflowlabs/react": "3.1.3",
"@coinflowlabs/react": "3.1.5",
"@emotion/css": "^11.11.2",
"@emotion/styled": "^11.11.0",
"@fingerprintjs/fingerprintjs-pro": "3.5.6",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const CoinflowWithdrawPage = () => {
return adapter ? (
<CoinflowWithdraw
amount={amountCents / 100}
lockAmount={true}
wallet={adapter.wallet}
connection={adapter.connection}
onSuccess={handleSuccess}
Expand Down

0 comments on commit f118aeb

Please sign in to comment.