@compass-labs/api-sdk 2.1.12-rc.0 → 2.1.12-rc.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.
@@ -12,7 +12,7 @@ import { Result } from "../types/fp.js";
12
12
  * Initiate USDC bridging
13
13
  *
14
14
  * @remarks
15
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
15
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
16
16
  *
17
17
  * **Transfer modes:**
18
18
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -50,7 +50,7 @@ const async_js_1 = require("../types/async.js");
50
50
  * Initiate USDC bridging
51
51
  *
52
52
  * @remarks
53
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
53
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
54
54
  *
55
55
  * **Transfer modes:**
56
56
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -6,7 +6,7 @@ export declare class Bridge extends ClientSDK {
6
6
  * Initiate USDC bridging
7
7
  *
8
8
  * @remarks
9
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
9
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
10
10
  *
11
11
  * **Transfer modes:**
12
12
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -13,7 +13,7 @@ class Bridge extends sdks_js_1.ClientSDK {
13
13
  * Initiate USDC bridging
14
14
  *
15
15
  * @remarks
16
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
16
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
17
17
  *
18
18
  * **Transfer modes:**
19
19
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -12,7 +12,7 @@ import { Result } from "../types/fp.js";
12
12
  * Initiate USDC bridging
13
13
  *
14
14
  * @remarks
15
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
15
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
16
16
  *
17
17
  * **Transfer modes:**
18
18
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -14,7 +14,7 @@ import { APIPromise } from "../types/async.js";
14
14
  * Initiate USDC bridging
15
15
  *
16
16
  * @remarks
17
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
17
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
18
18
  *
19
19
  * **Transfer modes:**
20
20
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -6,7 +6,7 @@ export declare class Bridge extends ClientSDK {
6
6
  * Initiate USDC bridging
7
7
  *
8
8
  * @remarks
9
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
9
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
10
10
  *
11
11
  * **Transfer modes:**
12
12
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -10,7 +10,7 @@ export class Bridge extends ClientSDK {
10
10
  * Initiate USDC bridging
11
11
  *
12
12
  * @remarks
13
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
13
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
14
14
  *
15
15
  * **Transfer modes:**
16
16
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
@@ -10,7 +10,7 @@
10
10
 
11
11
  ## cctpBurn
12
12
 
13
- Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
13
+ Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
14
14
 
15
15
  **Transfer modes:**
16
16
  - `standard` (default): ~15-19 minute transfers, **free** (no fee)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@compass-labs/api-sdk",
3
- "version": "2.1.12-rc.0",
3
+ "version": "2.1.12-rc.1",
4
4
  "author": "royalnine",
5
5
  "type": "module",
6
6
  "tshy": {
@@ -29,7 +29,7 @@ import { Result } from "../types/fp.js";
29
29
  * Initiate USDC bridging
30
30
  *
31
31
  * @remarks
32
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
32
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
33
33
  *
34
34
  * **Transfer modes:**
35
35
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)
package/src/sdk/bridge.ts CHANGED
@@ -14,7 +14,7 @@ export class Bridge extends ClientSDK {
14
14
  * Initiate USDC bridging
15
15
  *
16
16
  * @remarks
17
- * Bridge USDC from any Product account to any chain using Circle's CCTP Protocol.
17
+ * Bridge USDC to any chain for any Product account using Circle's CCTP Protocol.
18
18
  *
19
19
  * **Transfer modes:**
20
20
  * - `standard` (default): ~15-19 minute transfers, **free** (no fee)