@soltracer/nft-staking 0.6.2 → 0.6.4

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
@@ -6151,21 +6151,6 @@
6151
6151
  "writable": true,
6152
6152
  "optional": true
6153
6153
  },
6154
- {
6155
- "name": "authorization_rules_program",
6156
- "docs": [
6157
- "ruleset attached (`programmable_config.rule_set` is Some). Address is",
6158
- "validated against the well-known mpl-token-auth-rules program."
6159
- ],
6160
- "optional": true
6161
- },
6162
- {
6163
- "name": "authorization_rules",
6164
- "docs": [
6165
- "has a ruleset attached. The Token Metadata program reads & validates it."
6166
- ],
6167
- "optional": true
6168
- },
6169
6154
  {
6170
6155
  "name": "staker",
6171
6156
  "writable": true,
@@ -6181,6 +6166,21 @@
6181
6166
  {
6182
6167
  "name": "system_program",
6183
6168
  "address": "11111111111111111111111111111111"
6169
+ },
6170
+ {
6171
+ "name": "authorization_rules_program",
6172
+ "docs": [
6173
+ "ruleset attached (`programmable_config.rule_set` is Some). Address is",
6174
+ "validated against the well-known mpl-token-auth-rules program."
6175
+ ],
6176
+ "optional": true
6177
+ },
6178
+ {
6179
+ "name": "authorization_rules",
6180
+ "docs": [
6181
+ "has a ruleset attached. The Token Metadata program reads & validates it."
6182
+ ],
6183
+ "optional": true
6184
6184
  }
6185
6185
  ],
6186
6186
  "args": [
@@ -7443,17 +7443,6 @@
7443
7443
  "writable": true,
7444
7444
  "optional": true
7445
7445
  },
7446
- {
7447
- "name": "authorization_rules_program",
7448
- "docs": [
7449
- "ruleset attached. Address pinned to the well-known mpl-token-auth-rules program."
7450
- ],
7451
- "optional": true
7452
- },
7453
- {
7454
- "name": "authorization_rules",
7455
- "optional": true
7456
- },
7457
7446
  {
7458
7447
  "name": "staker",
7459
7448
  "writable": true,
@@ -7529,6 +7518,17 @@
7529
7518
  {
7530
7519
  "name": "system_program",
7531
7520
  "address": "11111111111111111111111111111111"
7521
+ },
7522
+ {
7523
+ "name": "authorization_rules_program",
7524
+ "docs": [
7525
+ "ruleset attached. Address pinned to the well-known mpl-token-auth-rules program."
7526
+ ],
7527
+ "optional": true
7528
+ },
7529
+ {
7530
+ "name": "authorization_rules",
7531
+ "optional": true
7532
7532
  }
7533
7533
  ],
7534
7534
  "args": [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@soltracer/nft-staking",
3
- "version": "0.6.2",
3
+ "version": "0.6.4",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -12,8 +12,8 @@
12
12
  },
13
13
  "dependencies": {
14
14
  "@noble/hashes": "^1.8.0",
15
- "@soltracer/cpi-accounts": "0.2.0",
16
- "@soltracer/core": "0.5.1"
15
+ "@soltracer/core": "0.5.1",
16
+ "@soltracer/cpi-accounts": "0.2.0"
17
17
  },
18
18
  "devDependencies": {
19
19
  "typescript": "^5.7.0"