@defisaver/sdk 1.0.66-dev-3 → 1.0.66-dev-4
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/esm/src/addresses.js +1 -1
- package/package.json +1 -1
- package/src/addresses.ts +1 -1
- package/umd/index.js +2 -1
package/esm/src/addresses.js
CHANGED
|
@@ -110,7 +110,7 @@ export const actionAddresses = {
|
|
|
110
110
|
FLMaker: '0x672DE08e36A1698fD5e9E34045F81558dB4c1AFE',
|
|
111
111
|
FLBalancer: '0x540a83E36E5E6Aa916A6c591934d800e17115048',
|
|
112
112
|
FLSpark: '0xe9Fe5a0f5e4B370Ae60d837da58744666D5C06F7',
|
|
113
|
-
FLAction: '
|
|
113
|
+
FLAction: '0xC2b92B6c69e5c3b6b29385C1a17FEe906e0CA910',
|
|
114
114
|
FLActionTEMP: '0xC2b92B6c69e5c3b6b29385C1a17FEe906e0CA910',
|
|
115
115
|
FLUniV3: '0x9CAdAC8Be718572F82B672b950c53F0b58483A35',
|
|
116
116
|
FLGho: '0xbb67b81dD080a406227A38965d0393f396ddECBc',
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -123,7 +123,7 @@ export const actionAddresses = {
|
|
|
123
123
|
FLMaker: '0x672DE08e36A1698fD5e9E34045F81558dB4c1AFE',
|
|
124
124
|
FLBalancer: '0x540a83E36E5E6Aa916A6c591934d800e17115048',
|
|
125
125
|
FLSpark: '0xe9Fe5a0f5e4B370Ae60d837da58744666D5C06F7',
|
|
126
|
-
FLAction: '
|
|
126
|
+
FLAction: '0xC2b92B6c69e5c3b6b29385C1a17FEe906e0CA910', // temp fixed
|
|
127
127
|
FLActionTEMP: '0xC2b92B6c69e5c3b6b29385C1a17FEe906e0CA910',
|
|
128
128
|
FLUniV3: '0x9CAdAC8Be718572F82B672b950c53F0b58483A35',
|
|
129
129
|
FLGho: '0xbb67b81dD080a406227A38965d0393f396ddECBc',
|
package/umd/index.js
CHANGED
|
@@ -1360,7 +1360,8 @@ var actionAddresses = {
|
|
|
1360
1360
|
FLMaker: '0x672DE08e36A1698fD5e9E34045F81558dB4c1AFE',
|
|
1361
1361
|
FLBalancer: '0x540a83E36E5E6Aa916A6c591934d800e17115048',
|
|
1362
1362
|
FLSpark: '0xe9Fe5a0f5e4B370Ae60d837da58744666D5C06F7',
|
|
1363
|
-
FLAction: '
|
|
1363
|
+
FLAction: '0xC2b92B6c69e5c3b6b29385C1a17FEe906e0CA910',
|
|
1364
|
+
// temp fixed
|
|
1364
1365
|
FLActionTEMP: '0xC2b92B6c69e5c3b6b29385C1a17FEe906e0CA910',
|
|
1365
1366
|
FLUniV3: '0x9CAdAC8Be718572F82B672b950c53F0b58483A35',
|
|
1366
1367
|
FLGho: '0xbb67b81dD080a406227A38965d0393f396ddECBc',
|