@defisaver/sdk 1.3.1-dev-linea-3 → 1.3.1-dev-linea-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 +1 -1
package/esm/src/addresses.js
CHANGED
|
@@ -544,7 +544,7 @@ export const actionAddresses = {
|
|
|
544
544
|
MerklClaim: '0x4E1946059Dc2426Ef3a9AE82fB30B7718a09B7E1',
|
|
545
545
|
TransferNFT: '0xAC17f651591f417934EeA04CF6629584Eb50A4bB',
|
|
546
546
|
// Flashloan
|
|
547
|
-
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F
|
|
547
|
+
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
548
548
|
FLAaveV3: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
549
549
|
// AaveV3
|
|
550
550
|
AaveV3Withdraw: '0xae56474aBe3C271579b513b6668864e39f65Ae15',
|
package/package.json
CHANGED
package/src/addresses.ts
CHANGED
|
@@ -616,7 +616,7 @@ export const actionAddresses = {
|
|
|
616
616
|
TransferNFT: '0xAC17f651591f417934EeA04CF6629584Eb50A4bB',
|
|
617
617
|
|
|
618
618
|
// Flashloan
|
|
619
|
-
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F
|
|
619
|
+
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F', // fix temp
|
|
620
620
|
FLAaveV3: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
621
621
|
|
|
622
622
|
// AaveV3
|
package/umd/index.js
CHANGED
|
@@ -1847,7 +1847,7 @@ var actionAddresses = {
|
|
|
1847
1847
|
MerklClaim: '0x4E1946059Dc2426Ef3a9AE82fB30B7718a09B7E1',
|
|
1848
1848
|
TransferNFT: '0xAC17f651591f417934EeA04CF6629584Eb50A4bB',
|
|
1849
1849
|
// Flashloan
|
|
1850
|
-
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F
|
|
1850
|
+
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
1851
1851
|
// fix temp
|
|
1852
1852
|
FLAaveV3: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
1853
1853
|
// AaveV3
|