@hawksightco/hawk-sdk 1.3.95 → 1.3.97

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.
@@ -3107,18 +3107,47 @@ exports.IDL = {
3107
3107
  ],
3108
3108
  "accounts": [
3109
3109
  {
3110
- "name": "userPda",
3110
+ "name": "farm",
3111
3111
  "docs": [
3112
- "Hawksight user pda"
3112
+ "Hawksight multi-index farm"
3113
3113
  ]
3114
3114
  },
3115
3115
  {
3116
- "name": "hawksightAuthority",
3116
+ "name": "userPda",
3117
3117
  "docs": [
3118
- "Rebalancer which is hard coded to be a Hawksight rebalance wallet"
3118
+ "Hawksight user pda"
3119
3119
  ],
3120
- "writable": true,
3121
- "signer": true
3120
+ "pda": {
3121
+ "seeds": [
3122
+ {
3123
+ "kind": "const",
3124
+ "value": [
3125
+ 109,
3126
+ 117,
3127
+ 108,
3128
+ 116,
3129
+ 105,
3130
+ 45,
3131
+ 117,
3132
+ 115,
3133
+ 101,
3134
+ 114
3135
+ ]
3136
+ },
3137
+ {
3138
+ "kind": "account",
3139
+ "path": "farm"
3140
+ },
3141
+ {
3142
+ "kind": "account",
3143
+ "path": "authority"
3144
+ }
3145
+ ],
3146
+ "program": {
3147
+ "kind": "account",
3148
+ "path": "iyfProgram"
3149
+ }
3150
+ }
3122
3151
  },
3123
3152
  {
3124
3153
  "name": "authority",
@@ -3130,6 +3159,21 @@ exports.IDL = {
3130
3159
  "userPda"
3131
3160
  ]
3132
3161
  },
3162
+ {
3163
+ "name": "iyfProgram",
3164
+ "docs": [
3165
+ "Main index yield farming program"
3166
+ ],
3167
+ "address": "FqGg2Y1FNxMiGd51Q6UETixQWkF5fB92MysbYogRJb3P"
3168
+ },
3169
+ {
3170
+ "name": "hawksightAuthority",
3171
+ "docs": [
3172
+ "Rebalancer which is hard coded to be a Hawksight rebalance wallet"
3173
+ ],
3174
+ "writable": true,
3175
+ "signer": true
3176
+ },
3133
3177
  {
3134
3178
  "name": "position",
3135
3179
  "writable": true
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hawksightco/hawk-sdk",
3
- "version": "1.3.95",
3
+ "version": "1.3.97",
4
4
  "description": "Hawksight v2 SDK",
5
5
  "main": "dist/src/index.js",
6
6
  "repository": "https://github.com/ghabxph/hawk-api-client.git",