|
@@ -82,7 +82,7 @@ async function faucetLunch(concurrency: number = 8) {
|
|
|
account.xrpPrivateKey = xrpl.Wallet.generate().seed
|
|
|
if (!account.duid) account.duid = uuidv4().toUpperCase()
|
|
|
await polly()
|
|
|
- .waitAndRetry([10000, 20000])
|
|
|
+ .waitAndRetry(2)
|
|
|
.executeForPromise(async () => {
|
|
|
const key = new MnemonicKey({ mnemonic: account.mnemonic })
|
|
|
const evmWallet = new ethers.Wallet(key.privateKey.toString('hex'))
|
|
@@ -127,7 +127,7 @@ async function faucetLunch(concurrency: number = 8) {
|
|
|
const airdropResp = await client.post(
|
|
|
'https://api.lunchlunch.xyz/v1/dish/submit-action/airdrop',
|
|
|
{
|
|
|
- dishId: 42,
|
|
|
+ dishId: 43,
|
|
|
},
|
|
|
)
|
|
|
console.log(`${index}: airdrop done`)
|