@defisaver/sdk 0.3.0 → 0.3.1

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/addresses.js +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@defisaver/sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/src/addresses.js CHANGED
@@ -130,7 +130,7 @@ const actionAddresses = {
130
130
  CurveStethPoolWithdraw: '0x4089731d843Ce52699Fe64F68556aBbD95D70D00', // REDEPLOY
131
131
  },
132
132
  [NETWORKS.optimism.chainId]: {
133
- DFSSell: '0xfA015aD97E25247c2144F1C89AeD449cc3Fd1FCB',
133
+ DFSSell: '0xBA0f6039b95CC0A02B5fc983eCf0FC4437BaacC7',
134
134
 
135
135
  // basic
136
136
  WrapEth: '0x6D735db054AC4a1F10f96b99f8550E9eefbC2AC5',
@@ -152,7 +152,7 @@ const actionAddresses = {
152
152
  FLAaveV3: '0x352D4a1622f2DC34c738F542934372855f219F05',
153
153
  },
154
154
  [NETWORKS.arbitrum.chainId]: {
155
- DFSSell: '0x49E1574Ba6b8134c29B1EbC010784A01D91b794F',
155
+ DFSSell: '0x77c02Bb7CbBb2F896c5Ea14e1b60D65f81e552db',
156
156
 
157
157
  // basic
158
158
  WrapEth: '0x35136b25bFA7CCC8f5b94E3181a16B61c06980F0',