Skip to content

Commit

Permalink
Adjusted web3 button for withdraw
Browse files Browse the repository at this point in the history
  • Loading branch information
namedotget committed Oct 19, 2023
1 parent b6c8437 commit 2545a43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion ui/pages/lock.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,10 @@ export default function Lock() {
<div>
<p className="">{t('expDesc')}</p>
<div className="card-actions mt-4">
<Web3Button contractAddress="" action={() => withdraw()}>
<Web3Button
contractAddress={VMOONEY_ADDRESSES[selectedChain.slug]}
action={withdraw}
>
{t('withdraw')}
</Web3Button>
</div>
Expand Down

0 comments on commit 2545a43

Please sign in to comment.