@gearbox-protocol/sdk 11.8.10 → 11.8.11

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.
@@ -170,7 +170,8 @@ const adapterConstructorAbi = {
170
170
  311: import_conctructorAbiPatterns.PHANTOM_TOKEN_ADAPTER_ABI
171
171
  },
172
172
  [import_types.AdapterType.UPSHIFT_VAULT]: {
173
- 310: import_conctructorAbiPatterns.PHANTOM_TOKEN_ADAPTER_ABI
173
+ 310: import_conctructorAbiPatterns.PHANTOM_TOKEN_ADAPTER_ABI,
174
+ 311: import_conctructorAbiPatterns.PHANTOM_TOKEN_ADAPTER_ABI
174
175
  },
175
176
  [import_types.AdapterType.INFINIFI_UNWINDING]: {
176
177
  310: import_conctructorAbiPatterns.PHANTOM_TOKEN_ADAPTER_ABI
@@ -161,7 +161,8 @@ const adapterConstructorAbi = {
161
161
  311: PHANTOM_TOKEN_ADAPTER_ABI
162
162
  },
163
163
  [AdapterType.UPSHIFT_VAULT]: {
164
- 310: PHANTOM_TOKEN_ADAPTER_ABI
164
+ 310: PHANTOM_TOKEN_ADAPTER_ABI,
165
+ 311: PHANTOM_TOKEN_ADAPTER_ABI
165
166
  },
166
167
  [AdapterType.INFINIFI_UNWINDING]: {
167
168
  310: PHANTOM_TOKEN_ADAPTER_ABI
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "11.8.10",
3
+ "version": "11.8.11",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "main": "./dist/cjs/sdk/index.js",