-
Notifications
You must be signed in to change notification settings - Fork 0
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
Conversation
@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. |
src/store/consts/static.ts
Outdated
@@ -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], |
There was a problem hiding this comment.
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/sagas/wallet.ts
Outdated
@@ -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) |
There was a problem hiding this comment.
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
Co-authored-by: Wojciech Cichocki <43304803+wojciech-cichocki@users.noreply.github.com>
Co-authored-by: Wojciech Cichocki <43304803+wojciech-cichocki@users.noreply.github.com>
reduced amount of faucet tokens by 5