@soltracer/nft-staking 0.7.0 → 0.7.1

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/idl.json CHANGED
@@ -2647,6 +2647,43 @@
2647
2647
  "name": "token_program",
2648
2648
  "optional": true
2649
2649
  },
2650
+ {
2651
+ "name": "pool_secondary",
2652
+ "docs": [
2653
+ "that never configured secondary rewards."
2654
+ ],
2655
+ "pda": {
2656
+ "seeds": [
2657
+ {
2658
+ "kind": "const",
2659
+ "value": [
2660
+ 112,
2661
+ 111,
2662
+ 111,
2663
+ 108,
2664
+ 95,
2665
+ 115,
2666
+ 101,
2667
+ 99,
2668
+ 111,
2669
+ 110,
2670
+ 100,
2671
+ 97,
2672
+ 114,
2673
+ 121
2674
+ ]
2675
+ },
2676
+ {
2677
+ "kind": "arg",
2678
+ "path": "project_id"
2679
+ },
2680
+ {
2681
+ "kind": "arg",
2682
+ "path": "pool_id"
2683
+ }
2684
+ ]
2685
+ }
2686
+ },
2650
2687
  {
2651
2688
  "name": "authority",
2652
2689
  "writable": true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soltracer/nft-staking",
3
- "version": "0.7.0",
3
+ "version": "0.7.1",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",