@defisaver/automation-sdk 3.2.1 → 3.2.2

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.
package/.env CHANGED
@@ -1,5 +1,4 @@
1
- # Used for testing
2
- RPC_1=https://eth-mainnet.g.alchemy.com/v2/4jm0fn2xvapd3pDpmdE8Y1rZKEp71U0Y
3
- RPC_10=https://opt-mainnet.g.alchemy.com/v2/4jm0fn2xvapd3pDpmdE8Y1rZKEp71U0Y
4
- RPC_42161=https://arb-mainnet.g.alchemy.com/v2/4jm0fn2xvapd3pDpmdE8Y1rZKEp71U0Y
5
- RPC_8453=https://base-mainnet.g.alchemy.com/v2/4jm0fn2xvapd3pDpmdE8Y1rZKEp71U0Y
1
+ RPC_1 = https://eth-mainnet.alchemyapi.io/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
2
+ RPC_10 = https://base-mainnet.g.alchemy.com/v2/TERsAaPNcA7sgCVHHAMBvd95UtT4wCEf
3
+ RPC_8453 = https://arb-mainnet.alchemyapi.io/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
4
+ RPC_42161 = https://opt-mainnet.g.alchemy.com/v2/Pwh-hdbsP7Bf0CP_UMw4_Pw-NfHhSpIA
@@ -126,7 +126,6 @@ class StrategiesAutomation extends Automation_1.default {
126
126
  }
127
127
  });
128
128
  if (mergeExtension.length > 0) {
129
- console.error('Not all merge-able extensions were used', mergeExtension);
130
129
  subscriptions = [...subscriptions, ...mergeExtension.map((s) => (Object.assign(Object.assign({}, s), { subIds: [s.subId] })))];
131
130
  }
132
131
  return subscriptions;
@@ -121,7 +121,6 @@ export default class StrategiesAutomation extends Automation {
121
121
  }
122
122
  });
123
123
  if (mergeExtension.length > 0) {
124
- console.error('Not all merge-able extensions were used', mergeExtension);
125
124
  subscriptions = [...subscriptions, ...mergeExtension.map((s) => (Object.assign(Object.assign({}, s), { subIds: [s.subId] })))];
126
125
  }
127
126
  return subscriptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/automation-sdk",
3
- "version": "3.2.1",
3
+ "version": "3.2.2",
4
4
  "description": "",
5
5
  "main": "./cjs/index.js",
6
6
  "module": "./esm/index.js",
@@ -169,7 +169,6 @@ export default class StrategiesAutomation extends Automation {
169
169
  }
170
170
  });
171
171
  if (mergeExtension.length > 0) {
172
- console.error('Not all merge-able extensions were used', mergeExtension);
173
172
  subscriptions = [...subscriptions, ...mergeExtension.map((s) => ({
174
173
  ...s,
175
174
  subIds: [s.subId],