@defisaver/sdk 0.3.26 → 0.3.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "0.3.26",
3
+ "version": "0.3.27",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -13,7 +13,6 @@ const GasFeeAction = require('./GasFeeAction');
13
13
  const UpdateSubAction = require('./UpdateSubAction');
14
14
  const ToggleSubAction = require('./ToggleSubAction');
15
15
  const GasFeeActionL2 = require('./GasFeeActionL2');
16
- const TransferNFTAction = require('./TransferNFTAction');
17
16
 
18
17
  module.exports = {
19
18
  SellAction,
@@ -31,5 +30,4 @@ module.exports = {
31
30
  SendTokenAndUnwrapAction,
32
31
  ToggleSubAction,
33
32
  GasFeeActionL2,
34
- TransferNFTAction,
35
33
  };
@@ -19,7 +19,6 @@ const mstable = require('./mstable');
19
19
  const rari = require('./rari');
20
20
  const aaveV3 = require('./aaveV3');
21
21
  const convex = require('./convex');
22
- const chickenBonds = require('./chickenBonds');
23
22
  const compoundV3 = require('./compoundV3');
24
23
 
25
24
  module.exports = {
@@ -44,6 +43,5 @@ module.exports = {
44
43
  rari,
45
44
  aaveV3,
46
45
  convex,
47
- chickenBonds,
48
46
  compoundV3,
49
47
  };
package/src/addresses.js CHANGED
@@ -15,7 +15,6 @@ const actionAddresses = {
15
15
  SendTokenAndUnwrap: '0xeecd376026335261c89faD40D89625391b1eFF6a',
16
16
  ToggleSub: '0x9A78E9d6538cfDbA0242Ca5eC46771E6132E8085',
17
17
  UpdateSub: '0x94D707f411B852082a5ce49C3f47c49c7757761f',
18
- TransferNFT: '0x861e893E1796F81248e75F06C0b09Abdc8fe2f6F',
19
18
 
20
19
  // exchange
21
20
  DFSSell: '0xB744474Bdd7226736ACa4Ba87593e32d8315e5c9',
@@ -134,7 +133,7 @@ const actionAddresses = {
134
133
  CurveWithdraw: '0xA2A6D75417807ebAf8364613018D697f88021771',
135
134
 
136
135
  // Euler
137
- FLEuler: '0xaf591afeCbAa4026Be377AA3cF02dA366f18DE07',
136
+ FLEuler: '0x66DC6444CdC099153f89332e0d4C87af5C966A75',
138
137
 
139
138
  TrailingStopTrigger: '0x0000000000000000000000000000000000000000',
140
139
 
@@ -143,11 +142,6 @@ const actionAddresses = {
143
142
  ConvexWithdraw: '0x2B2c235F9e27A121947c34A39d447bD4C585aA15',
144
143
  ConvexClaim: '0xA012afAA97B48894b8FCB2ECC007045Be7a8E8B6',
145
144
 
146
- // Chicken Bonds
147
- CBCreate: '0xAB38eCb27aBc1d75cb83725a4c408C22F426A1c1',
148
- CBRedeem: '0xdD06754cA5367B03af7014AB359332eD82D988d1',
149
- CBChickenIn: '0x1E990AF6dCf9E9f8a0b2fc76f3BC032A34fFfD14',
150
- CBChickenOut: '0x3d2f2d88749BB387abD07A2408b68D2Bf2D4be3f',
151
145
  // CompV3
152
146
  CompV3Allow: '0xC4a80f22bf56E0dFa2CB378561B934F41E14bc9f',
153
147
  CompV3Borrow: '0xAb01C815063178C3021a516ecaf56915fD0E6534',
@@ -250,8 +244,6 @@ const otherAddresses = {
250
244
  CrvToken: '0xD533a949740bb3306d119CC777fa900bA034cd52',
251
245
  CvxToken: '0x4e3FBD56CD56c3e72c1403e103b45Db9da5B9D2B',
252
246
  DAI: '0x6b175474e89094c44da98b954eedeac495271d0f',
253
- LUSD: '0x5f98805A4E8be255a32880FDeC7F6728C6568bA0',
254
- BLUSD: '0x76F7774139bf0097d2882C41AF5A37717e3641A7',
255
247
  Empty: '0x0000000000000000000000000000000000000000',
256
248
  },
257
249
  [NETWORKS.optimism.chainId]: {