@gearbox-protocol/sdk 14.11.18 → 14.11.20

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.
@@ -652,7 +652,8 @@ class MarketConfiguratorContract extends import_sdk.BaseContract {
652
652
  accountFactoryParams.constructorParams
653
653
  )[0]
654
654
  }
655
- }
655
+ },
656
+ creditFacadeParams: (0, import_sdk.json_stringify)(decoded[1])
656
657
  })
657
658
  };
658
659
  }
@@ -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,
@@ -647,7 +647,8 @@ class MarketConfiguratorContract extends BaseContract {
647
647
  accountFactoryParams.constructorParams
648
648
  )[0]
649
649
  }
650
- }
650
+ },
651
+ creditFacadeParams: json_stringify(decoded[1])
651
652
  })
652
653
  };
653
654
  }
@@ -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.20",
4
4
  "description": "Gearbox SDK",
5
5
  "license": "MIT",
6
6
  "repository": {