@triadxyz/triad-protocol 0.4.6-beta → 0.4.7-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -137,6 +137,7 @@ class TriadProtocolClient {
137
137
  .openOre()
138
138
  .accounts({
139
139
  signer: user,
140
+ payer: payer.publicKey,
140
141
  minerInfo: userPDA,
141
142
  proofInfo: proofInfoPDA,
142
143
  sysvarHashesInfo: new web3_js_1.PublicKey('SysvarS1otHashes111111111111111111111111111'),
@@ -517,6 +517,11 @@
517
517
  "writable": true,
518
518
  "signer": true
519
519
  },
520
+ {
521
+ "name": "payer",
522
+ "writable": true,
523
+ "signer": true
524
+ },
520
525
  {
521
526
  "name": "user",
522
527
  "writable": true,
@@ -496,6 +496,11 @@ export type TriadProtocol = {
496
496
  writable: true;
497
497
  signer: true;
498
498
  },
499
+ {
500
+ name: 'payer';
501
+ writable: true;
502
+ signer: true;
503
+ },
499
504
  {
500
505
  name: 'user';
501
506
  writable: true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "0.4.6-beta",
3
+ "version": "0.4.7-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",