Skip to content

Commit

Permalink
Update CreatePoolModal.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
WYNerD authored Jun 16, 2023
1 parent dc88ec6 commit edf11c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/Dex/Pools/CreatePoolModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const CreatePoolModal = ({ isOpen, onClose }: { isOpen: boolean; onClose: () =>

await txToast(async (): Promise<ExecuteResult> => {
const result = await sendCW20({
amount: "1000000000",
amount: "500000000",
contract: FACTORY_CONTRACT_ADDRESS,
msg: toBase64(
toUtf8(
Expand Down Expand Up @@ -169,7 +169,7 @@ const CreatePoolModal = ({ isOpen, onClose }: { isOpen: boolean; onClose: () =>
{tokens.map((token, index) => formGroup(token, index))}
<Alert status="warning">
<AlertIcon />
Creating a pool requires a 1000 WYND deposit
Creating a pool requires a 500 WYND deposit
</Alert>
</ModalBody>

Expand Down

1 comment on commit edf11c8

@vercel
Copy link

@vercel vercel bot commented on edf11c8 Jun 16, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.