Skip to content

Commit

Permalink
Merge branch 'color-theme' of wynd:cosmorama/wyndex-ui into color-theme
Browse files Browse the repository at this point in the history
  • Loading branch information
msteiner96 committed Jun 19, 2023
2 parents acb8cd7 + edf11c8 commit 9899265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1"
}
}
}

1 comment on commit 9899265

@vercel
Copy link

@vercel vercel bot commented on 9899265 Jun 19, 2023

Choose a reason for hiding this comment

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

@msteiner96 is attempting to deploy a commit to the daowynd Team on Vercel.

To accomplish this, @msteiner96 needs to request access to the Team.

Afterwards, an owner of the Team is required to accept their membership request.

If you're already a member of the respective Vercel Team, make sure that your Personal Vercel Account is connected to your GitHub account.

Please sign in to comment.