@reown/appkit-testing 1.8.20-wc-client-id-2.0 → 1.8.20
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.
|
@@ -357,6 +357,9 @@ export declare function getNetworksByLibrary(library: string): ({
|
|
|
357
357
|
readonly default: {
|
|
358
358
|
readonly http: readonly ["https://rpc.walletconnect.org/v1"];
|
|
359
359
|
};
|
|
360
|
+
readonly chainDefault: {
|
|
361
|
+
readonly http: readonly ["https://api.trongrid.io"];
|
|
362
|
+
};
|
|
360
363
|
};
|
|
361
364
|
sourceId?: number | undefined | undefined;
|
|
362
365
|
testnet: false;
|
|
@@ -410,6 +413,9 @@ export declare function getNetworksByLibrary(library: string): ({
|
|
|
410
413
|
readonly default: {
|
|
411
414
|
readonly http: readonly ["https://rpc.walletconnect.org/v1"];
|
|
412
415
|
};
|
|
416
|
+
readonly chainDefault: {
|
|
417
|
+
readonly http: readonly ["https://api.shasta.trongrid.io"];
|
|
418
|
+
};
|
|
413
419
|
};
|
|
414
420
|
sourceId?: number | undefined | undefined;
|
|
415
421
|
testnet: true;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@reown/appkit-testing",
|
|
3
|
-
"version": "1.8.20
|
|
3
|
+
"version": "1.8.20",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/esm/exports/index.js",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"README.md"
|
|
12
12
|
],
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@reown/appkit": "1.8.20
|
|
14
|
+
"@reown/appkit": "1.8.20"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"vitest": "3.1.3",
|