@gearbox-protocol/sdk 14.11.17 → 14.11.18

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.
@@ -62,6 +62,9 @@ const adapterConstructorAbi = {
62
62
  [import_types.AdapterType.LIDO_WSTETH_V1]: {
63
63
  310: import_conctructorAbiPatterns.BASIC_ADAPTER_ABI
64
64
  },
65
+ [import_types.AdapterType.MIDAS_GATEWAY]: {
66
+ 311: import_conctructorAbiPatterns.REFERER_ID_ADAPTER_ABI
67
+ },
65
68
  [import_types.AdapterType.MIDAS_REDEMPTION_VAULT]: {
66
69
  310: import_conctructorAbiPatterns.BASIC_ADAPTER_ABI,
67
70
  311: import_conctructorAbiPatterns.BASIC_ADAPTER_ABI
@@ -196,9 +199,6 @@ const adapterConstructorAbi = {
196
199
  [import_types.AdapterType.MIDAS_ISSUANCE_VAULT]: {
197
200
  310: import_conctructorAbiPatterns.REFERER_ID_ADAPTER_ABI,
198
201
  311: import_conctructorAbiPatterns.REFERER_ID_ADAPTER_ABI
199
- },
200
- [import_types.AdapterType.MIDAS_GATEWAY]: {
201
- 311: import_conctructorAbiPatterns.REFERER_ID_ADAPTER_ABI
202
202
  }
203
203
  };
204
204
  // Annotate the CommonJS export names for ESM import in node:
@@ -53,6 +53,9 @@ const adapterConstructorAbi = {
53
53
  [AdapterType.LIDO_WSTETH_V1]: {
54
54
  310: BASIC_ADAPTER_ABI
55
55
  },
56
+ [AdapterType.MIDAS_GATEWAY]: {
57
+ 311: REFERER_ID_ADAPTER_ABI
58
+ },
56
59
  [AdapterType.MIDAS_REDEMPTION_VAULT]: {
57
60
  310: BASIC_ADAPTER_ABI,
58
61
  311: BASIC_ADAPTER_ABI
@@ -187,9 +190,6 @@ const adapterConstructorAbi = {
187
190
  [AdapterType.MIDAS_ISSUANCE_VAULT]: {
188
191
  310: REFERER_ID_ADAPTER_ABI,
189
192
  311: REFERER_ID_ADAPTER_ABI
190
- },
191
- [AdapterType.MIDAS_GATEWAY]: {
192
- 311: REFERER_ID_ADAPTER_ABI
193
193
  }
194
194
  };
195
195
  export {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gearbox-protocol/sdk",
3
- "version": "14.11.17",
3
+ "version": "14.11.18",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {