@defisaver/sdk 1.3.1-dev-linea-1 → 1.3.1-dev-linea-3
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.d.ts +1 -1
- package/esm/src/addresses.js +2 -1
- package/esm/src/index.d.ts +4 -4
- package/package.json +2 -2
- package/src/addresses.ts +2 -1
- package/umd/index.js +2 -2
package/esm/src/addresses.d.ts
CHANGED
|
@@ -1117,6 +1117,7 @@ export declare const actionAddresses: {
|
|
|
1117
1117
|
MerklClaim: string;
|
|
1118
1118
|
TransferNFT: string;
|
|
1119
1119
|
FLAction: string;
|
|
1120
|
+
FLAaveV3: string;
|
|
1120
1121
|
AaveV3Withdraw: string;
|
|
1121
1122
|
AaveV3Supply: string;
|
|
1122
1123
|
AaveV3SetEMode: string;
|
|
@@ -1210,7 +1211,6 @@ export declare const actionAddresses: {
|
|
|
1210
1211
|
FLAaveV2?: undefined;
|
|
1211
1212
|
FLAaveV3NoFee?: undefined;
|
|
1212
1213
|
FLAaveV3CarryDebt?: undefined;
|
|
1213
|
-
FLAaveV3?: undefined;
|
|
1214
1214
|
FLDyDx?: undefined;
|
|
1215
1215
|
FLMaker?: undefined;
|
|
1216
1216
|
FLBalancer?: undefined;
|
package/esm/src/addresses.js
CHANGED
|
@@ -526,7 +526,7 @@ export const actionAddresses = {
|
|
|
526
526
|
// summer.fi
|
|
527
527
|
SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9',
|
|
528
528
|
},
|
|
529
|
-
[NETWORKS.
|
|
529
|
+
[NETWORKS.linea.chainId]: {
|
|
530
530
|
// Basic
|
|
531
531
|
DFSSell: '0x0a9b2080c14daf008ae87c977dfdf5f5d6d0937f',
|
|
532
532
|
DFSSellNoFee: '0x0000000000000000000000000000000000000000',
|
|
@@ -545,6 +545,7 @@ export const actionAddresses = {
|
|
|
545
545
|
TransferNFT: '0xAC17f651591f417934EeA04CF6629584Eb50A4bB',
|
|
546
546
|
// Flashloan
|
|
547
547
|
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F ',
|
|
548
|
+
FLAaveV3: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
548
549
|
// AaveV3
|
|
549
550
|
AaveV3Withdraw: '0xae56474aBe3C271579b513b6668864e39f65Ae15',
|
|
550
551
|
AaveV3Supply: '0x7dFF34190d0307fC234fc7E8C152C9715083eB02',
|
package/esm/src/index.d.ts
CHANGED
|
@@ -1128,6 +1128,7 @@ declare const actionAddressesAllChains: {
|
|
|
1128
1128
|
MerklClaim: string;
|
|
1129
1129
|
TransferNFT: string;
|
|
1130
1130
|
FLAction: string;
|
|
1131
|
+
FLAaveV3: string;
|
|
1131
1132
|
AaveV3Withdraw: string;
|
|
1132
1133
|
AaveV3Supply: string;
|
|
1133
1134
|
AaveV3SetEMode: string;
|
|
@@ -1221,7 +1222,6 @@ declare const actionAddressesAllChains: {
|
|
|
1221
1222
|
FLAaveV2?: undefined;
|
|
1222
1223
|
FLAaveV3NoFee?: undefined;
|
|
1223
1224
|
FLAaveV3CarryDebt?: undefined;
|
|
1224
|
-
FLAaveV3?: undefined;
|
|
1225
1225
|
FLDyDx?: undefined;
|
|
1226
1226
|
FLMaker?: undefined;
|
|
1227
1227
|
FLBalancer?: undefined;
|
|
@@ -2505,6 +2505,7 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2505
2505
|
MerklClaim: string;
|
|
2506
2506
|
TransferNFT: string;
|
|
2507
2507
|
FLAction: string;
|
|
2508
|
+
FLAaveV3: string;
|
|
2508
2509
|
AaveV3Withdraw: string;
|
|
2509
2510
|
AaveV3Supply: string;
|
|
2510
2511
|
AaveV3SetEMode: string;
|
|
@@ -2598,7 +2599,6 @@ declare const actionAddresses: (chainId?: null) => {
|
|
|
2598
2599
|
FLAaveV2?: undefined;
|
|
2599
2600
|
FLAaveV3NoFee?: undefined;
|
|
2600
2601
|
FLAaveV3CarryDebt?: undefined;
|
|
2601
|
-
FLAaveV3?: undefined;
|
|
2602
2602
|
FLDyDx?: undefined;
|
|
2603
2603
|
FLMaker?: undefined;
|
|
2604
2604
|
FLBalancer?: undefined;
|
|
@@ -4067,6 +4067,7 @@ declare const _default: {
|
|
|
4067
4067
|
MerklClaim: string;
|
|
4068
4068
|
TransferNFT: string;
|
|
4069
4069
|
FLAction: string;
|
|
4070
|
+
FLAaveV3: string;
|
|
4070
4071
|
AaveV3Withdraw: string;
|
|
4071
4072
|
AaveV3Supply: string;
|
|
4072
4073
|
AaveV3SetEMode: string;
|
|
@@ -4160,7 +4161,6 @@ declare const _default: {
|
|
|
4160
4161
|
FLAaveV2?: undefined;
|
|
4161
4162
|
FLAaveV3NoFee?: undefined;
|
|
4162
4163
|
FLAaveV3CarryDebt?: undefined;
|
|
4163
|
-
FLAaveV3?: undefined;
|
|
4164
4164
|
FLDyDx?: undefined;
|
|
4165
4165
|
FLMaker?: undefined;
|
|
4166
4166
|
FLBalancer?: undefined;
|
|
@@ -5444,6 +5444,7 @@ declare const _default: {
|
|
|
5444
5444
|
MerklClaim: string;
|
|
5445
5445
|
TransferNFT: string;
|
|
5446
5446
|
FLAction: string;
|
|
5447
|
+
FLAaveV3: string;
|
|
5447
5448
|
AaveV3Withdraw: string;
|
|
5448
5449
|
AaveV3Supply: string;
|
|
5449
5450
|
AaveV3SetEMode: string;
|
|
@@ -5537,7 +5538,6 @@ declare const _default: {
|
|
|
5537
5538
|
FLAaveV2?: undefined;
|
|
5538
5539
|
FLAaveV3NoFee?: undefined;
|
|
5539
5540
|
FLAaveV3CarryDebt?: undefined;
|
|
5540
|
-
FLAaveV3?: undefined;
|
|
5541
5541
|
FLDyDx?: undefined;
|
|
5542
5542
|
FLMaker?: undefined;
|
|
5543
5543
|
FLBalancer?: undefined;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@defisaver/sdk",
|
|
3
|
-
"version": "1.3.1-dev-linea-
|
|
3
|
+
"version": "1.3.1-dev-linea-3",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "./umd/index.js",
|
|
6
6
|
"module": "./esm/src/index.js",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"license": "ISC",
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@defisaver/eslint-config": "^1.0.0",
|
|
26
|
-
"@defisaver/tokens": "^1.
|
|
26
|
+
"@defisaver/tokens": "^1.7.0",
|
|
27
27
|
"@ethersproject/address": "^5.0.10",
|
|
28
28
|
"@ethersproject/solidity": "^5.0.9",
|
|
29
29
|
"@types/web3-eth-abi": "^1.2.2",
|
package/src/addresses.ts
CHANGED
|
@@ -597,7 +597,7 @@ export const actionAddresses = {
|
|
|
597
597
|
// summer.fi
|
|
598
598
|
SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9',
|
|
599
599
|
},
|
|
600
|
-
[NETWORKS.
|
|
600
|
+
[NETWORKS.linea.chainId]: {
|
|
601
601
|
// Basic
|
|
602
602
|
DFSSell: '0x0a9b2080c14daf008ae87c977dfdf5f5d6d0937f',
|
|
603
603
|
DFSSellNoFee: '0x0000000000000000000000000000000000000000',
|
|
@@ -617,6 +617,7 @@ export const actionAddresses = {
|
|
|
617
617
|
|
|
618
618
|
// Flashloan
|
|
619
619
|
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F ', // fix temp
|
|
620
|
+
FLAaveV3: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
620
621
|
|
|
621
622
|
// AaveV3
|
|
622
623
|
AaveV3Withdraw: '0xae56474aBe3C271579b513b6668864e39f65Ae15',
|
package/umd/index.js
CHANGED
|
@@ -1829,7 +1829,7 @@ var actionAddresses = {
|
|
|
1829
1829
|
// summer.fi
|
|
1830
1830
|
SFApproveTokens: '0x03EDC9A683f37BFB7516FF234223fFb6E38D5eb9'
|
|
1831
1831
|
},
|
|
1832
|
-
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.
|
|
1832
|
+
[_config__WEBPACK_IMPORTED_MODULE_0__.NETWORKS.linea.chainId]: {
|
|
1833
1833
|
// Basic
|
|
1834
1834
|
DFSSell: '0x0a9b2080c14daf008ae87c977dfdf5f5d6d0937f',
|
|
1835
1835
|
DFSSellNoFee: '0x0000000000000000000000000000000000000000',
|
|
@@ -1849,7 +1849,7 @@ var actionAddresses = {
|
|
|
1849
1849
|
// Flashloan
|
|
1850
1850
|
FLAction: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F ',
|
|
1851
1851
|
// fix temp
|
|
1852
|
-
|
|
1852
|
+
FLAaveV3: '0xdDFFd19564F9703800Da8a2FB9c2b4a7242bf01F',
|
|
1853
1853
|
// AaveV3
|
|
1854
1854
|
AaveV3Withdraw: '0xae56474aBe3C271579b513b6668864e39f65Ae15',
|
|
1855
1855
|
AaveV3Supply: '0x7dFF34190d0307fC234fc7E8C152C9715083eB02',
|