@triadxyz/poseidons-protocol 0.4.9 → 0.5.0

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.
@@ -175,6 +175,7 @@ class Wheel {
175
175
  })
176
176
  .accounts({
177
177
  signer: this.program.provider.publicKey,
178
+ user: (0, pda_1.getUserPDA)(this.program.provider.publicKey),
178
179
  wheel: (0, pda_1.getWheelPDA)(wheelId)
179
180
  })
180
181
  .instruction()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/poseidons-protocol",
3
- "version": "0.4.9",
3
+ "version": "0.5.0",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",