@@ -16,7 +16,7 @@ const HashEnabledVerifier = "torus-test-verifierid-hash";
16
16
const TORUS_EXTENDED_VERIFIER_EMAIL = "[email protected] " ;
17
17
const TORUS_IMPORT_EMAIL = "[email protected] " ;
18
18
19
- describe ( "torus utils sapphire mainnet" , function ( ) {
19
+ describe . only ( "torus utils sapphire mainnet" , function ( ) {
20
20
let torus : TorusUtils ;
21
21
let TORUS_NODE_MANAGER : NodeManager ;
22
22
@@ -50,7 +50,7 @@ describe("torus utils sapphire mainnet", function () {
50
50
X : "56e803db7710adbfe0ecca35bc6a3ad27e966df142e157e76e492773c88e8433" ,
51
51
Y : "f4168594c1126ca731756dd480f992ee73b0834ba4b787dd892a9211165f50a3" ,
52
52
} ,
53
- nonce : new BN ( "f3ba568eeeaca5c285b25878a067fd85b1720b94f9099591d4274dc0a8cada9b " , "hex" ) ,
53
+ nonce : new BN ( "0 " , "hex" ) ,
54
54
upgraded : false ,
55
55
typeOfUser : "v2" ,
56
56
} ,
@@ -203,7 +203,7 @@ describe("torus utils sapphire mainnet", function () {
203
203
X : "498ed301af25a3b7136f478fa58677c79a6d6fe965bc13002a6f459b896313bd" ,
204
204
Y : "d6feb9a1e0d6d0627fbb1ce75682bc09ab4cf0e2da4f0f7fcac0ba9d07596c8f" ,
205
205
} ,
206
- nonce : new BN ( "3c2b6ba5b54ca0ba4ae978eb48429a84c47b7b3e526b35e7d46dd716887f52bf " , "hex" ) ,
206
+ nonce : new BN ( "0 " , "hex" ) ,
207
207
upgraded : false ,
208
208
typeOfUser : "v2" ,
209
209
} ,
@@ -233,7 +233,7 @@ describe("torus utils sapphire mainnet", function () {
233
233
X : "498ed301af25a3b7136f478fa58677c79a6d6fe965bc13002a6f459b896313bd" ,
234
234
Y : "d6feb9a1e0d6d0627fbb1ce75682bc09ab4cf0e2da4f0f7fcac0ba9d07596c8f" ,
235
235
} ,
236
- nonce : new BN ( "3c2b6ba5b54ca0ba4ae978eb48429a84c47b7b3e526b35e7d46dd716887f52bf " , "hex" ) ,
236
+ nonce : new BN ( "0 " , "hex" ) ,
237
237
upgraded : false ,
238
238
typeOfUser : "v2" ,
239
239
} ,
0 commit comments