File tree Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Expand file tree Collapse file tree 2 files changed +24
-20
lines changed Original file line number Diff line number Diff line change 12
12
"scripts" : {
13
13
"test" : " jest --config jestconfig.json" ,
14
14
"build" : " tsc" ,
15
- "format" : " prettier --write \" src/**/*.ts \" " ,
15
+ "format" : " prettier --write \" src/**/*.{ts,json} \" " ,
16
16
"lint" : " tslint -p tsconfig.json" ,
17
17
"prepare" : " npm run build" ,
18
18
"prepublishOnly" : " npm test && npm run lint" ,
Original file line number Diff line number Diff line change 411
411
{
412
412
"name" : " programDataAccount" ,
413
413
"isMut" : false ,
414
- "isSigner" : false
414
+ "isSigner" : false
415
415
},
416
416
{
417
417
"name" : " permissionsAccount" ,
418
418
"isMut" : true ,
419
419
"isSigner" : false ,
420
420
"pda" : {
421
- "seeds" : [{
422
- "kind" : " const" ,
423
- "type" : " string" ,
424
- "value" : " permissions"
425
- }]
421
+ "seeds" : [
422
+ {
423
+ "kind" : " const" ,
424
+ "type" : " string" ,
425
+ "value" : " permissions"
426
+ }
427
+ ]
426
428
}
427
429
},
428
430
{
431
433
"isSigner" : false
432
434
}
433
435
],
434
- "args" : [ {
435
- "name" : " masterAuthority" ,
436
- "type" : " publicKey"
437
- },
438
- {
439
- "name" : " dataCurationAuthority" ,
440
- "type" : " publicKey"
441
- },
442
- {
443
- "name" : " securityAuthority" ,
444
- "type" : " publicKey"
445
- }]
436
+ "args" : [
437
+ {
438
+ "name" : " masterAuthority" ,
439
+ "type" : " publicKey"
440
+ },
441
+ {
442
+ "name" : " dataCurationAuthority" ,
443
+ "type" : " publicKey"
444
+ },
445
+ {
446
+ "name" : " securityAuthority" ,
447
+ "type" : " publicKey"
448
+ }
449
+ ]
446
450
}
447
451
]
448
- }
452
+ }
You can’t perform that action at this time.
0 commit comments