Procházet zdrojové kódy

device model and os

Shawn Lu před 1 rokem
rodič
revize
30b0dcd12e
1 změnil soubory, kde provedl 4 přidání a 0 odebrání
  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,
           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,
         },
         },
       })
       })
     }
     }