Commit de06da0 1 parent 46c9248 commit de06da0 Copy full SHA for de06da0
File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -157,10 +157,10 @@ export async function retrieveOrImportShare(params: {
157
157
{
158
158
headers : {
159
159
verifier,
160
- verifierId : verifierParams . verifier_id ,
160
+ verifierid : verifierParams . verifier_id ,
161
161
network,
162
- clientId,
163
- enableGating : "true" ,
162
+ clientid : clientId ,
163
+ enablegating : "true" ,
164
164
} ,
165
165
} ,
166
166
{ useAPIKey : true }
@@ -689,10 +689,10 @@ export const legacyKeyAssign = async ({
689
689
data ,
690
690
{
691
691
headers : {
692
- pubKeyX : torusNodePubs [ nodeNum ] . X ,
693
- pubKeyY : torusNodePubs [ nodeNum ] . Y ,
692
+ pubkeyx : torusNodePubs [ nodeNum ] . X ,
693
+ pubkeyy : torusNodePubs [ nodeNum ] . Y ,
694
694
network,
695
- clientId,
695
+ clientid : clientId ,
696
696
} ,
697
697
} ,
698
698
{ useAPIKey : true }
Original file line number Diff line number Diff line change @@ -266,10 +266,10 @@ class Torus {
266
266
{
267
267
headers : {
268
268
verifier,
269
- verifierId : verifierParams . verifier_id ,
269
+ verifierid : verifierParams . verifier_id ,
270
270
network : this . network ,
271
- clientId : this . clientId ,
272
- enableGating : "true" ,
271
+ clientid : this . clientId ,
272
+ enablegating : "true" ,
273
273
} ,
274
274
} ,
275
275
{ useAPIKey : true }
You can’t perform that action at this time.
0 commit comments