Shawn Lu 1 жил өмнө
parent
commit
30b0dcd12e
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  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,
         },
       })
     }