@cowprotocol/sdk-bridging 4.2.0 → 4.2.2
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/README.md +1 -1
- package/dist/index.js +3 -2
- package/dist/index.mjs +3 -2
- package/package.json +11 -11
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
| Statements | Branches | Functions | Lines |
|
|
10
10
|
| --------------------------- | ----------------------- | ------------------------- | ----------------- |
|
|
11
|
-
|  |  |  |  |
|
|
12
12
|
|
|
13
13
|
This package provides bridging functionality for the CoW Protocol SDK, enabling cross-chain token transfers and interactions. It integrates with various bridge providers to facilitate seamless asset movement across supported blockchain networks.
|
|
14
14
|
|
package/dist/index.js
CHANGED
|
@@ -5103,7 +5103,9 @@ var NearIntentsApi = class _NearIntentsApi {
|
|
|
5103
5103
|
static DEPRECATED_ASSET_IDS = /* @__PURE__ */ new Set([
|
|
5104
5104
|
// POA BTC bridge, replaced by `1cs_v1:btc:native:coin` (Omni migration).
|
|
5105
5105
|
// https://partners.near-intents.org/omni-migration
|
|
5106
|
-
"nep141:btc.omft.near"
|
|
5106
|
+
"nep141:btc.omft.near",
|
|
5107
|
+
"nep245:v2_1.omni.hot.tg:9745_3aL9skCy1yhPoDB8oKMmRHRN7SJW",
|
|
5108
|
+
"nep245:v2_1.omni.hot.tg:9745_11111111111111111111"
|
|
5107
5109
|
]);
|
|
5108
5110
|
cachedTokens = [];
|
|
5109
5111
|
constructor(apiKey) {
|
|
@@ -5282,7 +5284,6 @@ var hashQuote = ({
|
|
|
5282
5284
|
customRecipientMsg: void 0,
|
|
5283
5285
|
sessionId: void 0,
|
|
5284
5286
|
connectedWallets: void 0,
|
|
5285
|
-
depositMode: quoteRequest.depositMode,
|
|
5286
5287
|
amountIn: quote.amountIn,
|
|
5287
5288
|
amountInFormatted: quote.amountInFormatted,
|
|
5288
5289
|
amountInUsd: quote.amountInUsd,
|
package/dist/index.mjs
CHANGED
|
@@ -5062,7 +5062,9 @@ var NearIntentsApi = class _NearIntentsApi {
|
|
|
5062
5062
|
static DEPRECATED_ASSET_IDS = /* @__PURE__ */ new Set([
|
|
5063
5063
|
// POA BTC bridge, replaced by `1cs_v1:btc:native:coin` (Omni migration).
|
|
5064
5064
|
// https://partners.near-intents.org/omni-migration
|
|
5065
|
-
"nep141:btc.omft.near"
|
|
5065
|
+
"nep141:btc.omft.near",
|
|
5066
|
+
"nep245:v2_1.omni.hot.tg:9745_3aL9skCy1yhPoDB8oKMmRHRN7SJW",
|
|
5067
|
+
"nep245:v2_1.omni.hot.tg:9745_11111111111111111111"
|
|
5066
5068
|
]);
|
|
5067
5069
|
cachedTokens = [];
|
|
5068
5070
|
constructor(apiKey) {
|
|
@@ -5258,7 +5260,6 @@ var hashQuote = ({
|
|
|
5258
5260
|
customRecipientMsg: void 0,
|
|
5259
5261
|
sessionId: void 0,
|
|
5260
5262
|
connectedWallets: void 0,
|
|
5261
|
-
depositMode: quoteRequest.depositMode,
|
|
5262
5263
|
amountIn: quote.amountIn,
|
|
5263
5264
|
amountInFormatted: quote.amountInFormatted,
|
|
5264
5265
|
amountInUsd: quote.amountInUsd,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cowprotocol/sdk-bridging",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.2",
|
|
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-common": "0.12.0",
|
|
25
|
-
"@cowprotocol/sdk-app-data": "5.3.0",
|
|
26
24
|
"@cowprotocol/sdk-config": "2.3.1",
|
|
27
|
-
"@cowprotocol/sdk-
|
|
28
|
-
"@cowprotocol/sdk-
|
|
29
|
-
"@cowprotocol/sdk-
|
|
30
|
-
"@cowprotocol/sdk-
|
|
31
|
-
"@cowprotocol/sdk-
|
|
25
|
+
"@cowprotocol/sdk-common": "0.12.0",
|
|
26
|
+
"@cowprotocol/sdk-contracts-ts": "3.2.1",
|
|
27
|
+
"@cowprotocol/sdk-app-data": "5.3.1",
|
|
28
|
+
"@cowprotocol/sdk-cow-shed": "0.4.1",
|
|
29
|
+
"@cowprotocol/sdk-trading": "2.2.2",
|
|
30
|
+
"@cowprotocol/sdk-weiroll": "0.2.0",
|
|
31
|
+
"@cowprotocol/sdk-order-book": "4.0.1"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@types/jest": "^29.4.0",
|
|
@@ -42,11 +42,11 @@
|
|
|
42
42
|
"tsup": "^7.2.0",
|
|
43
43
|
"typescript": "^5.2.2",
|
|
44
44
|
"viem": "^2.28.4",
|
|
45
|
-
"@cowprotocol/sdk-ethers-v5-adapter": "0.4.10",
|
|
46
45
|
"@cow-sdk/typescript-config": "0.0.0-beta.0",
|
|
47
46
|
"@cowprotocol/sdk-ethers-v6-adapter": "0.4.10",
|
|
48
|
-
"@cowprotocol/sdk-
|
|
49
|
-
"@cowprotocol/sdk-order-signing": "1.1.
|
|
47
|
+
"@cowprotocol/sdk-ethers-v5-adapter": "0.4.10",
|
|
48
|
+
"@cowprotocol/sdk-order-signing": "1.1.2",
|
|
49
|
+
"@cowprotocol/sdk-viem-adapter": "0.3.24"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|