@cowprotocol/sdk-bridging 4.2.0 → 4.2.1
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 -1
- package/dist/index.mjs +3 -1
- package/package.json +9 -9
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) {
|
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) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cowprotocol/sdk-bridging",
|
|
3
|
-
"version": "4.2.
|
|
3
|
+
"version": "4.2.1",
|
|
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
24
|
"@cowprotocol/sdk-app-data": "5.3.0",
|
|
25
|
+
"@cowprotocol/sdk-cow-shed": "0.4.0",
|
|
26
|
+
"@cowprotocol/sdk-common": "0.12.0",
|
|
26
27
|
"@cowprotocol/sdk-config": "2.3.1",
|
|
28
|
+
"@cowprotocol/sdk-trading": "2.2.1",
|
|
27
29
|
"@cowprotocol/sdk-contracts-ts": "3.2.0",
|
|
28
|
-
"@cowprotocol/sdk-
|
|
29
|
-
"@cowprotocol/sdk-order-book": "4.0.
|
|
30
|
-
"@cowprotocol/sdk-trading": "2.2.0",
|
|
31
|
-
"@cowprotocol/sdk-weiroll": "0.2.0"
|
|
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",
|
|
46
|
+
"@cowprotocol/sdk-ethers-v5-adapter": "0.4.10",
|
|
47
47
|
"@cowprotocol/sdk-ethers-v6-adapter": "0.4.10",
|
|
48
|
-
"@cowprotocol/sdk-
|
|
49
|
-
"@cowprotocol/sdk-
|
|
48
|
+
"@cowprotocol/sdk-order-signing": "1.1.1",
|
|
49
|
+
"@cowprotocol/sdk-viem-adapter": "0.3.24"
|
|
50
50
|
},
|
|
51
51
|
"scripts": {
|
|
52
52
|
"build": "tsup src/index.ts --format esm,cjs --dts",
|