@cowprotocol/sdk-flash-loans 1.7.2 → 1.7.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/dist/index.js +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +10 -10
package/dist/index.js
CHANGED
|
@@ -65,7 +65,8 @@ var AAVE_POOL_ADDRESS = {
|
|
|
65
65
|
[import_sdk_config.SupportedChainId.BNB]: "0x6807dc923806fE8Fd134338EABCA509979a7e0cB",
|
|
66
66
|
[import_sdk_config.SupportedChainId.POLYGON]: "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
|
|
67
67
|
[import_sdk_config.SupportedChainId.LINEA]: "0xc47b8C00b0f69a36fa203Ffeac0334874574a8Ac",
|
|
68
|
-
[import_sdk_config.SupportedChainId.PLASMA]: "0x925a2A7214Ed92428B5b1B090F80b25700095e12"
|
|
68
|
+
[import_sdk_config.SupportedChainId.PLASMA]: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
69
|
+
[import_sdk_config.SupportedChainId.INK]: "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA"
|
|
69
70
|
};
|
|
70
71
|
var AAVE_ADAPTER_FACTORY = (0, import_sdk_config.mapAddressToSupportedNetworks)(
|
|
71
72
|
"0x43c658Ea38bBfD897706fDb35e2468ef5D8F6927"
|
package/dist/index.mjs
CHANGED
|
@@ -28,7 +28,8 @@ var AAVE_POOL_ADDRESS = {
|
|
|
28
28
|
[SupportedChainId.BNB]: "0x6807dc923806fE8Fd134338EABCA509979a7e0cB",
|
|
29
29
|
[SupportedChainId.POLYGON]: "0x794a61358D6845594F94dc1DB02A252b5b4814aD",
|
|
30
30
|
[SupportedChainId.LINEA]: "0xc47b8C00b0f69a36fa203Ffeac0334874574a8Ac",
|
|
31
|
-
[SupportedChainId.PLASMA]: "0x925a2A7214Ed92428B5b1B090F80b25700095e12"
|
|
31
|
+
[SupportedChainId.PLASMA]: "0x925a2A7214Ed92428B5b1B090F80b25700095e12",
|
|
32
|
+
[SupportedChainId.INK]: "0x2816cf15F6d2A220E789aA011D5EE4eB6c47FEbA"
|
|
32
33
|
};
|
|
33
34
|
var AAVE_ADAPTER_FACTORY = mapAddressToSupportedNetworks(
|
|
34
35
|
"0x43c658Ea38bBfD897706fDb35e2468ef5D8F6927"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cowprotocol/sdk-flash-loans",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.4",
|
|
4
4
|
"description": "Flash loans for CoW Protocol",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -14,12 +14,12 @@
|
|
|
14
14
|
"access": "public"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
|
-
"@cowprotocol/sdk-common": "0.5.
|
|
18
|
-
"@cowprotocol/sdk-app-data": "4.6.
|
|
19
|
-
"@cowprotocol/sdk-
|
|
20
|
-
"@cowprotocol/sdk-order-
|
|
21
|
-
"@cowprotocol/sdk-config": "0.7.
|
|
22
|
-
"@cowprotocol/sdk-
|
|
17
|
+
"@cowprotocol/sdk-common": "0.5.4",
|
|
18
|
+
"@cowprotocol/sdk-app-data": "4.6.2",
|
|
19
|
+
"@cowprotocol/sdk-trading": "0.10.0",
|
|
20
|
+
"@cowprotocol/sdk-order-signing": "0.1.30",
|
|
21
|
+
"@cowprotocol/sdk-config": "0.7.3",
|
|
22
|
+
"@cowprotocol/sdk-order-book": "0.6.3"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"ethers-v5": "npm:ethers@^5.7.2",
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"ethers": "^5.7.2",
|
|
36
36
|
"viem": "2.30.5",
|
|
37
37
|
"@cow-sdk/typescript-config": "0.0.0-beta.0",
|
|
38
|
-
"@cowprotocol/sdk-ethers-v5-adapter": "0.3.
|
|
39
|
-
"@cowprotocol/sdk-ethers-v6-adapter": "0.3.
|
|
40
|
-
"@cowprotocol/sdk-viem-adapter": "0.3.
|
|
38
|
+
"@cowprotocol/sdk-ethers-v5-adapter": "0.3.5",
|
|
39
|
+
"@cowprotocol/sdk-ethers-v6-adapter": "0.3.5",
|
|
40
|
+
"@cowprotocol/sdk-viem-adapter": "0.3.5"
|
|
41
41
|
},
|
|
42
42
|
"scripts": {
|
|
43
43
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|