@gearbox-protocol/sdk 14.11.18 → 14.11.19

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.
@@ -63,7 +63,7 @@ const adapterConstructorAbi = {
63
63
  310: import_conctructorAbiPatterns.BASIC_ADAPTER_ABI
64
64
  },
65
65
  [import_types.AdapterType.MIDAS_GATEWAY]: {
66
- 311: import_conctructorAbiPatterns.REFERER_ID_ADAPTER_ABI
66
+ 311: import_conctructorAbiPatterns.BASIC_ADAPTER_ABI
67
67
  },
68
68
  [import_types.AdapterType.MIDAS_REDEMPTION_VAULT]: {
69
69
  310: import_conctructorAbiPatterns.BASIC_ADAPTER_ABI,
@@ -54,7 +54,7 @@ const adapterConstructorAbi = {
54
54
  310: BASIC_ADAPTER_ABI
55
55
  },
56
56
  [AdapterType.MIDAS_GATEWAY]: {
57
- 311: REFERER_ID_ADAPTER_ABI
57
+ 311: BASIC_ADAPTER_ABI
58
58
  },
59
59
  [AdapterType.MIDAS_REDEMPTION_VAULT]: {
60
60
  310: BASIC_ADAPTER_ABI,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.11.18",
3
+ "version": "14.11.19",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {