@circle-fin/provider-cctp-v2 1.6.0 → 1.6.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/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @circle-fin/provider-cctp-v2
2
2
 
3
+ ## 1.6.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Add support for Solana as a forwarder destination
8
+
3
9
  ## 1.6.0
4
10
 
5
11
  ### Minor Changes
package/index.cjs CHANGED
@@ -2479,7 +2479,7 @@ const Solana = defineChain({
2479
2479
  },
2480
2480
  forwarderSupported: {
2481
2481
  source: true,
2482
- destination: false,
2482
+ destination: true,
2483
2483
  },
2484
2484
  },
2485
2485
  kitContracts: {
@@ -2526,7 +2526,7 @@ const SolanaDevnet = defineChain({
2526
2526
  },
2527
2527
  forwarderSupported: {
2528
2528
  source: true,
2529
- destination: false,
2529
+ destination: true,
2530
2530
  },
2531
2531
  },
2532
2532
  kitContracts: {
@@ -9686,7 +9686,7 @@ async function buildBatchedStep(name, receipt, batchId, adapter, chain) {
9686
9686
  return step;
9687
9687
  }
9688
9688
 
9689
- var version = "1.6.0";
9689
+ var version = "1.6.1";
9690
9690
  var pkg = {
9691
9691
  version: version};
9692
9692
 
package/index.mjs CHANGED
@@ -2472,7 +2472,7 @@ const Solana = defineChain({
2472
2472
  },
2473
2473
  forwarderSupported: {
2474
2474
  source: true,
2475
- destination: false,
2475
+ destination: true,
2476
2476
  },
2477
2477
  },
2478
2478
  kitContracts: {
@@ -2519,7 +2519,7 @@ const SolanaDevnet = defineChain({
2519
2519
  },
2520
2520
  forwarderSupported: {
2521
2521
  source: true,
2522
- destination: false,
2522
+ destination: true,
2523
2523
  },
2524
2524
  },
2525
2525
  kitContracts: {
@@ -9679,7 +9679,7 @@ async function buildBatchedStep(name, receipt, batchId, adapter, chain) {
9679
9679
  return step;
9680
9680
  }
9681
9681
 
9682
- var version = "1.6.0";
9682
+ var version = "1.6.1";
9683
9683
  var pkg = {
9684
9684
  version: version};
9685
9685
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@circle-fin/provider-cctp-v2",
3
- "version": "1.6.0",
3
+ "version": "1.6.1",
4
4
  "description": "Circle's official Cross-Chain Transfer Protocol v2 provider for native USDC bridging",
5
5
  "keywords": [
6
6
  "circle",