@triadxyz/triad-protocol 2.6.0-beta → 2.6.1-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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -633,7 +633,8 @@ class TriadProtocolClient {
633
633
  ixs.push(yield this.program.methods
634
634
  .createUserTrade()
635
635
  .accounts({
636
- signer: this.program.provider.publicKey
636
+ signer: this.program.provider.publicKey,
637
+ refer: referPDA
637
638
  })
638
639
  .instruction());
639
640
  return {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@triadxyz/triad-protocol",
3
- "version": "2.6.0-beta",
3
+ "version": "2.6.1-beta",
4
4
  "main": "./dist/index.js",
5
5
  "module": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",