@cowprotocol/sdk-bridging 4.0.5 → 4.1.0
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 +5 -5
- package/dist/index.mjs +5 -5
- package/package.json +13 -13
package/dist/index.js
CHANGED
|
@@ -1585,7 +1585,7 @@ var ACROSS_SPOOK_CONTRACT_ADDRESSES = {
|
|
|
1585
1585
|
[import_sdk_config4.SupportedChainId.GNOSIS_CHAIN]: void 0,
|
|
1586
1586
|
[import_sdk_config4.SupportedChainId.AVALANCHE]: void 0,
|
|
1587
1587
|
[import_sdk_config4.AdditionalTargetChainId.BITCOIN]: void 0,
|
|
1588
|
-
[import_sdk_config4.
|
|
1588
|
+
[import_sdk_config4.SupportedChainId.SOLANA]: void 0
|
|
1589
1589
|
};
|
|
1590
1590
|
var ACROSS_MATH_CONTRACT_ADDRESSES = {
|
|
1591
1591
|
[import_sdk_config4.SupportedChainId.MAINNET]: "0xf2ae6728b6f146556977Af0A68bFbf5bADA22863",
|
|
@@ -1607,7 +1607,7 @@ var ACROSS_MATH_CONTRACT_ADDRESSES = {
|
|
|
1607
1607
|
// TODO: confirm
|
|
1608
1608
|
[import_sdk_config4.AdditionalTargetChainId.OPTIMISM]: void 0,
|
|
1609
1609
|
[import_sdk_config4.AdditionalTargetChainId.BITCOIN]: void 0,
|
|
1610
|
-
[import_sdk_config4.
|
|
1610
|
+
[import_sdk_config4.SupportedChainId.SOLANA]: void 0
|
|
1611
1611
|
};
|
|
1612
1612
|
|
|
1613
1613
|
// src/providers/across/util.ts
|
|
@@ -4054,7 +4054,7 @@ var BungeeCowswapLibAddresses = {
|
|
|
4054
4054
|
[import_sdk_config6.SupportedChainId.SEPOLIA]: void 0,
|
|
4055
4055
|
[import_sdk_config6.AdditionalTargetChainId.OPTIMISM]: BUNGEE_COWSWAP_LIB_ADDRESS,
|
|
4056
4056
|
[import_sdk_config6.AdditionalTargetChainId.BITCOIN]: void 0,
|
|
4057
|
-
[import_sdk_config6.
|
|
4057
|
+
[import_sdk_config6.SupportedChainId.SOLANA]: void 0
|
|
4058
4058
|
};
|
|
4059
4059
|
var SOCKET_VERIFIER_ADDRESS = "0xa27A3f5A96DF7D8Be26EE2790999860C00eb688D";
|
|
4060
4060
|
var SocketVerifierAddresses = {
|
|
@@ -4075,7 +4075,7 @@ var SocketVerifierAddresses = {
|
|
|
4075
4075
|
[import_sdk_config6.SupportedChainId.SEPOLIA]: void 0,
|
|
4076
4076
|
[import_sdk_config6.AdditionalTargetChainId.OPTIMISM]: SOCKET_VERIFIER_ADDRESS,
|
|
4077
4077
|
[import_sdk_config6.AdditionalTargetChainId.BITCOIN]: void 0,
|
|
4078
|
-
[import_sdk_config6.
|
|
4078
|
+
[import_sdk_config6.SupportedChainId.SOLANA]: void 0
|
|
4079
4079
|
};
|
|
4080
4080
|
var BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS = "0xD06a673fe1fa27B1b9E5BA0be980AB15Dbce85cc";
|
|
4081
4081
|
var BungeeApproveAndBridgeV1Addresses = {
|
|
@@ -4096,7 +4096,7 @@ var BungeeApproveAndBridgeV1Addresses = {
|
|
|
4096
4096
|
[import_sdk_config6.SupportedChainId.SEPOLIA]: void 0,
|
|
4097
4097
|
[import_sdk_config6.AdditionalTargetChainId.OPTIMISM]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
|
|
4098
4098
|
[import_sdk_config6.AdditionalTargetChainId.BITCOIN]: void 0,
|
|
4099
|
-
[import_sdk_config6.
|
|
4099
|
+
[import_sdk_config6.SupportedChainId.SOLANA]: void 0
|
|
4100
4100
|
};
|
|
4101
4101
|
|
|
4102
4102
|
// src/providers/bungee/abi.ts
|
package/dist/index.mjs
CHANGED
|
@@ -1528,7 +1528,7 @@ var ACROSS_SPOOK_CONTRACT_ADDRESSES = {
|
|
|
1528
1528
|
[SupportedChainId2.GNOSIS_CHAIN]: void 0,
|
|
1529
1529
|
[SupportedChainId2.AVALANCHE]: void 0,
|
|
1530
1530
|
[AdditionalTargetChainId.BITCOIN]: void 0,
|
|
1531
|
-
[
|
|
1531
|
+
[SupportedChainId2.SOLANA]: void 0
|
|
1532
1532
|
};
|
|
1533
1533
|
var ACROSS_MATH_CONTRACT_ADDRESSES = {
|
|
1534
1534
|
[SupportedChainId2.MAINNET]: "0xf2ae6728b6f146556977Af0A68bFbf5bADA22863",
|
|
@@ -1550,7 +1550,7 @@ var ACROSS_MATH_CONTRACT_ADDRESSES = {
|
|
|
1550
1550
|
// TODO: confirm
|
|
1551
1551
|
[AdditionalTargetChainId.OPTIMISM]: void 0,
|
|
1552
1552
|
[AdditionalTargetChainId.BITCOIN]: void 0,
|
|
1553
|
-
[
|
|
1553
|
+
[SupportedChainId2.SOLANA]: void 0
|
|
1554
1554
|
};
|
|
1555
1555
|
|
|
1556
1556
|
// src/providers/across/util.ts
|
|
@@ -4004,7 +4004,7 @@ var BungeeCowswapLibAddresses = {
|
|
|
4004
4004
|
[SupportedChainId4.SEPOLIA]: void 0,
|
|
4005
4005
|
[AdditionalTargetChainId2.OPTIMISM]: BUNGEE_COWSWAP_LIB_ADDRESS,
|
|
4006
4006
|
[AdditionalTargetChainId2.BITCOIN]: void 0,
|
|
4007
|
-
[
|
|
4007
|
+
[SupportedChainId4.SOLANA]: void 0
|
|
4008
4008
|
};
|
|
4009
4009
|
var SOCKET_VERIFIER_ADDRESS = "0xa27A3f5A96DF7D8Be26EE2790999860C00eb688D";
|
|
4010
4010
|
var SocketVerifierAddresses = {
|
|
@@ -4025,7 +4025,7 @@ var SocketVerifierAddresses = {
|
|
|
4025
4025
|
[SupportedChainId4.SEPOLIA]: void 0,
|
|
4026
4026
|
[AdditionalTargetChainId2.OPTIMISM]: SOCKET_VERIFIER_ADDRESS,
|
|
4027
4027
|
[AdditionalTargetChainId2.BITCOIN]: void 0,
|
|
4028
|
-
[
|
|
4028
|
+
[SupportedChainId4.SOLANA]: void 0
|
|
4029
4029
|
};
|
|
4030
4030
|
var BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS = "0xD06a673fe1fa27B1b9E5BA0be980AB15Dbce85cc";
|
|
4031
4031
|
var BungeeApproveAndBridgeV1Addresses = {
|
|
@@ -4046,7 +4046,7 @@ var BungeeApproveAndBridgeV1Addresses = {
|
|
|
4046
4046
|
[SupportedChainId4.SEPOLIA]: void 0,
|
|
4047
4047
|
[AdditionalTargetChainId2.OPTIMISM]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
|
|
4048
4048
|
[AdditionalTargetChainId2.BITCOIN]: void 0,
|
|
4049
|
-
[
|
|
4049
|
+
[SupportedChainId4.SOLANA]: void 0
|
|
4050
4050
|
};
|
|
4051
4051
|
|
|
4052
4052
|
// src/providers/bungee/abi.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cowprotocol/sdk-bridging",
|
|
3
|
-
"version": "4.0
|
|
3
|
+
"version": "4.1.0",
|
|
4
4
|
"description": "Bridging for CoW Protocol",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -21,14 +21,14 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@defuse-protocol/one-click-sdk-typescript": "0.1.1-0.2",
|
|
23
23
|
"json-stable-stringify": "^1.3.0",
|
|
24
|
-
"@cowprotocol/sdk-
|
|
25
|
-
"@cowprotocol/sdk-
|
|
26
|
-
"@cowprotocol/sdk-
|
|
27
|
-
"@cowprotocol/sdk-cow-shed": "0.3.
|
|
28
|
-
"@cowprotocol/sdk-
|
|
29
|
-
"@cowprotocol/sdk-
|
|
30
|
-
"@cowprotocol/sdk-
|
|
31
|
-
"@cowprotocol/sdk-weiroll": "0.1.
|
|
24
|
+
"@cowprotocol/sdk-common": "0.11.0",
|
|
25
|
+
"@cowprotocol/sdk-app-data": "5.1.3",
|
|
26
|
+
"@cowprotocol/sdk-config": "2.2.0",
|
|
27
|
+
"@cowprotocol/sdk-cow-shed": "0.3.11",
|
|
28
|
+
"@cowprotocol/sdk-contracts-ts": "3.1.0",
|
|
29
|
+
"@cowprotocol/sdk-order-book": "3.2.0",
|
|
30
|
+
"@cowprotocol/sdk-trading": "2.1.0",
|
|
31
|
+
"@cowprotocol/sdk-weiroll": "0.1.33"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/jest": "^29.4.0",
|
|
@@ -43,11 +43,11 @@
|
|
|
43
43
|
"tsup": "^7.2.0",
|
|
44
44
|
"typescript": "^5.2.2",
|
|
45
45
|
"viem": "^2.28.4",
|
|
46
|
+
"@cowprotocol/sdk-ethers-v5-adapter": "0.4.7",
|
|
46
47
|
"@cow-sdk/typescript-config": "0.0.0-beta.0",
|
|
47
|
-
"@cowprotocol/sdk-ethers-
|
|
48
|
-
"@cowprotocol/sdk-
|
|
49
|
-
"@cowprotocol/sdk-
|
|
50
|
-
"@cowprotocol/sdk-order-signing": "1.0.3"
|
|
48
|
+
"@cowprotocol/sdk-ethers-v6-adapter": "0.4.7",
|
|
49
|
+
"@cowprotocol/sdk-viem-adapter": "0.3.21",
|
|
50
|
+
"@cowprotocol/sdk-order-signing": "1.0.4"
|
|
51
51
|
},
|
|
52
52
|
"scripts": {
|
|
53
53
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|