Browse Source

device model and os

Shawn Lu 1 năm trước cách đây
mục cha
commit
30b0dcd12e
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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,
         },
       })
     }