@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 +6 -0
- package/index.cjs +3 -3
- package/index.mjs +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/index.cjs
CHANGED
|
@@ -2479,7 +2479,7 @@ const Solana = defineChain({
|
|
|
2479
2479
|
},
|
|
2480
2480
|
forwarderSupported: {
|
|
2481
2481
|
source: true,
|
|
2482
|
-
destination:
|
|
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:
|
|
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.
|
|
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:
|
|
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:
|
|
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.
|
|
9682
|
+
var version = "1.6.1";
|
|
9683
9683
|
var pkg = {
|
|
9684
9684
|
version: version};
|
|
9685
9685
|
|