Explorar o código

device model and os

Shawn Lu hai 1 ano
pai
achega
30b0dcd12e
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/faucet/faucet.ts

+ 4 - 0
src/faucet/faucet.ts

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