Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

change amount of faucet #47

Merged
merged 4 commits into from
May 27, 2024
Merged

change amount of faucet #47

merged 4 commits into from
May 27, 2024

Conversation

p6te
Copy link
Collaborator

@p6te p6te commented May 27, 2024

reduced amount of faucet tokens by 5

Copy link

vercel bot commented May 27, 2024

@p6te is attempting to deploy a commit to the invariantlabs Team on Vercel.

To accomplish this, @p6te 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.

@@ -257,9 +257,9 @@ export const airdropTokens: Record<NetworkType, PublicKey[]> = {
}

export const airdropQuantities: Record<NetworkType, number[]> = {
Devnet: [100 * 10 ** USDC_DEV.decimals, 0.0025 * 10 ** BTC_DEV.decimals],
Devnet: [20 * 10 ** USDC_DEV.decimals, 0.0005 * 10 ** BTC_DEV.decimals],
Copy link
Member

Choose a reason for hiding this comment

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

please come back to the previous one in Devnet

@@ -156,7 +156,7 @@ export function* handleAirdrop(): Generator {
})
)
} else {
yield* call([connection, connection.requestAirdrop], wallet.publicKey, 1 * 1e9)
yield* call([connection, connection.requestAirdrop], wallet.publicKey, 2 * 1e8)
Copy link
Member

Choose a reason for hiding this comment

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

please come back to the previous one in Devnet

src/store/consts/static.ts Outdated Show resolved Hide resolved
src/store/sagas/wallet.ts Outdated Show resolved Hide resolved
Co-authored-by: Wojciech Cichocki <43304803+wojciech-cichocki@users.noreply.github.com>
Co-authored-by: Wojciech Cichocki <43304803+wojciech-cichocki@users.noreply.github.com>
@wojciech-cichocki wojciech-cichocki merged commit 0545fd4 into main May 27, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants