|
@@ -331,6 +331,8 @@ async function faucetLunch(concurrency: number = 8) {
|
|
xrpPrivateKey: account.xrpPrivateKey,
|
|
xrpPrivateKey: account.xrpPrivateKey,
|
|
gmail: account.gmail,
|
|
gmail: account.gmail,
|
|
duid: account.duid,
|
|
duid: account.duid,
|
|
|
|
+ deviceModel: account.deviceModel,
|
|
|
|
+ deviceOS: account.deviceOS,
|
|
},
|
|
},
|
|
})
|
|
})
|
|
} catch (e) {
|
|
} catch (e) {
|
|
@@ -344,6 +346,8 @@ async function faucetLunch(concurrency: number = 8) {
|
|
xrpPrivateKey: account.xrpPrivateKey,
|
|
xrpPrivateKey: account.xrpPrivateKey,
|
|
gmail: account.gmail,
|
|
gmail: account.gmail,
|
|
duid: account.duid,
|
|
duid: account.duid,
|
|
|
|
+ deviceModel: account.deviceModel,
|
|
|
|
+ deviceOS: account.deviceOS,
|
|
},
|
|
},
|
|
})
|
|
})
|
|
}
|
|
}
|