@circle-fin/app-kit 1.2.0 → 1.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/CHANGELOG.md +6 -0
- package/chains.cjs +2 -2
- package/chains.d.ts +2 -2
- package/chains.mjs +2 -2
- package/index.cjs +5 -5
- package/index.d.ts +2 -2
- package/index.mjs +5 -5
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
package/chains.cjs
CHANGED
|
@@ -2458,7 +2458,7 @@ const Solana = defineChain({
|
|
|
2458
2458
|
},
|
|
2459
2459
|
forwarderSupported: {
|
|
2460
2460
|
source: true,
|
|
2461
|
-
destination:
|
|
2461
|
+
destination: true,
|
|
2462
2462
|
},
|
|
2463
2463
|
},
|
|
2464
2464
|
kitContracts: {
|
|
@@ -2505,7 +2505,7 @@ const SolanaDevnet = defineChain({
|
|
|
2505
2505
|
},
|
|
2506
2506
|
forwarderSupported: {
|
|
2507
2507
|
source: true,
|
|
2508
|
-
destination:
|
|
2508
|
+
destination: true,
|
|
2509
2509
|
},
|
|
2510
2510
|
},
|
|
2511
2511
|
kitContracts: {
|
package/chains.d.ts
CHANGED
|
@@ -1393,7 +1393,7 @@ declare const Solana: {
|
|
|
1393
1393
|
};
|
|
1394
1394
|
readonly forwarderSupported: {
|
|
1395
1395
|
readonly source: true;
|
|
1396
|
-
readonly destination:
|
|
1396
|
+
readonly destination: true;
|
|
1397
1397
|
};
|
|
1398
1398
|
};
|
|
1399
1399
|
readonly kitContracts: {
|
|
@@ -1440,7 +1440,7 @@ declare const SolanaDevnet: {
|
|
|
1440
1440
|
};
|
|
1441
1441
|
readonly forwarderSupported: {
|
|
1442
1442
|
readonly source: true;
|
|
1443
|
-
readonly destination:
|
|
1443
|
+
readonly destination: true;
|
|
1444
1444
|
};
|
|
1445
1445
|
};
|
|
1446
1446
|
readonly kitContracts: {
|
package/chains.mjs
CHANGED
|
@@ -2456,7 +2456,7 @@ const Solana = defineChain({
|
|
|
2456
2456
|
},
|
|
2457
2457
|
forwarderSupported: {
|
|
2458
2458
|
source: true,
|
|
2459
|
-
destination:
|
|
2459
|
+
destination: true,
|
|
2460
2460
|
},
|
|
2461
2461
|
},
|
|
2462
2462
|
kitContracts: {
|
|
@@ -2503,7 +2503,7 @@ const SolanaDevnet = defineChain({
|
|
|
2503
2503
|
},
|
|
2504
2504
|
forwarderSupported: {
|
|
2505
2505
|
source: true,
|
|
2506
|
-
destination:
|
|
2506
|
+
destination: true,
|
|
2507
2507
|
},
|
|
2508
2508
|
},
|
|
2509
2509
|
kitContracts: {
|
package/index.cjs
CHANGED
|
@@ -5644,7 +5644,7 @@ const Solana = defineChain({
|
|
|
5644
5644
|
},
|
|
5645
5645
|
forwarderSupported: {
|
|
5646
5646
|
source: true,
|
|
5647
|
-
destination:
|
|
5647
|
+
destination: true,
|
|
5648
5648
|
},
|
|
5649
5649
|
},
|
|
5650
5650
|
kitContracts: {
|
|
@@ -5691,7 +5691,7 @@ const SolanaDevnet = defineChain({
|
|
|
5691
5691
|
},
|
|
5692
5692
|
forwarderSupported: {
|
|
5693
5693
|
source: true,
|
|
5694
|
-
destination:
|
|
5694
|
+
destination: true,
|
|
5695
5695
|
},
|
|
5696
5696
|
},
|
|
5697
5697
|
kitContracts: {
|
|
@@ -9207,7 +9207,7 @@ function buildForwardingHookData() {
|
|
|
9207
9207
|
}
|
|
9208
9208
|
|
|
9209
9209
|
var name$1 = "@circle-fin/bridge-kit";
|
|
9210
|
-
var version$2 = "1.8.
|
|
9210
|
+
var version$2 = "1.8.1";
|
|
9211
9211
|
var pkg$2 = {
|
|
9212
9212
|
name: name$1,
|
|
9213
9213
|
version: version$2};
|
|
@@ -13474,7 +13474,7 @@ async function buildBatchedStep(name, receipt, batchId, adapter, chain) {
|
|
|
13474
13474
|
return step;
|
|
13475
13475
|
}
|
|
13476
13476
|
|
|
13477
|
-
var version$1 = "1.6.
|
|
13477
|
+
var version$1 = "1.6.1";
|
|
13478
13478
|
var pkg$1 = {
|
|
13479
13479
|
version: version$1};
|
|
13480
13480
|
|
|
@@ -16284,7 +16284,7 @@ const createBridgeKit = (context) => {
|
|
|
16284
16284
|
};
|
|
16285
16285
|
|
|
16286
16286
|
var name = "@circle-fin/swap-kit";
|
|
16287
|
-
var version = "1.0.
|
|
16287
|
+
var version = "1.0.3";
|
|
16288
16288
|
var pkg = {
|
|
16289
16289
|
name: name,
|
|
16290
16290
|
version: version};
|
package/index.d.ts
CHANGED
|
@@ -2794,7 +2794,7 @@ declare const Solana: {
|
|
|
2794
2794
|
};
|
|
2795
2795
|
readonly forwarderSupported: {
|
|
2796
2796
|
readonly source: true;
|
|
2797
|
-
readonly destination:
|
|
2797
|
+
readonly destination: true;
|
|
2798
2798
|
};
|
|
2799
2799
|
};
|
|
2800
2800
|
readonly kitContracts: {
|
|
@@ -2841,7 +2841,7 @@ declare const SolanaDevnet: {
|
|
|
2841
2841
|
};
|
|
2842
2842
|
readonly forwarderSupported: {
|
|
2843
2843
|
readonly source: true;
|
|
2844
|
-
readonly destination:
|
|
2844
|
+
readonly destination: true;
|
|
2845
2845
|
};
|
|
2846
2846
|
};
|
|
2847
2847
|
readonly kitContracts: {
|
package/index.mjs
CHANGED
|
@@ -5637,7 +5637,7 @@ const Solana = defineChain({
|
|
|
5637
5637
|
},
|
|
5638
5638
|
forwarderSupported: {
|
|
5639
5639
|
source: true,
|
|
5640
|
-
destination:
|
|
5640
|
+
destination: true,
|
|
5641
5641
|
},
|
|
5642
5642
|
},
|
|
5643
5643
|
kitContracts: {
|
|
@@ -5684,7 +5684,7 @@ const SolanaDevnet = defineChain({
|
|
|
5684
5684
|
},
|
|
5685
5685
|
forwarderSupported: {
|
|
5686
5686
|
source: true,
|
|
5687
|
-
destination:
|
|
5687
|
+
destination: true,
|
|
5688
5688
|
},
|
|
5689
5689
|
},
|
|
5690
5690
|
kitContracts: {
|
|
@@ -9200,7 +9200,7 @@ function buildForwardingHookData() {
|
|
|
9200
9200
|
}
|
|
9201
9201
|
|
|
9202
9202
|
var name$1 = "@circle-fin/bridge-kit";
|
|
9203
|
-
var version$2 = "1.8.
|
|
9203
|
+
var version$2 = "1.8.1";
|
|
9204
9204
|
var pkg$2 = {
|
|
9205
9205
|
name: name$1,
|
|
9206
9206
|
version: version$2};
|
|
@@ -13467,7 +13467,7 @@ async function buildBatchedStep(name, receipt, batchId, adapter, chain) {
|
|
|
13467
13467
|
return step;
|
|
13468
13468
|
}
|
|
13469
13469
|
|
|
13470
|
-
var version$1 = "1.6.
|
|
13470
|
+
var version$1 = "1.6.1";
|
|
13471
13471
|
var pkg$1 = {
|
|
13472
13472
|
version: version$1};
|
|
13473
13473
|
|
|
@@ -16277,7 +16277,7 @@ const createBridgeKit = (context) => {
|
|
|
16277
16277
|
};
|
|
16278
16278
|
|
|
16279
16279
|
var name = "@circle-fin/swap-kit";
|
|
16280
|
-
var version = "1.0.
|
|
16280
|
+
var version = "1.0.3";
|
|
16281
16281
|
var pkg = {
|
|
16282
16282
|
name: name,
|
|
16283
16283
|
version: version};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@circle-fin/app-kit",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.1",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=16.0.0"
|
|
6
6
|
},
|
|
@@ -8,8 +8,8 @@
|
|
|
8
8
|
"module": "./index.mjs",
|
|
9
9
|
"types": "./index.d.ts",
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@circle-fin/bridge-kit": "1.8.
|
|
12
|
-
"@circle-fin/swap-kit": "1.0.
|
|
11
|
+
"@circle-fin/bridge-kit": "1.8.1",
|
|
12
|
+
"@circle-fin/swap-kit": "1.0.3",
|
|
13
13
|
"zod": "3.25.67",
|
|
14
14
|
"@ethersproject/address": "^5.8.0",
|
|
15
15
|
"@ethersproject/bytes": "^5.8.0",
|