@swapkit/core 4.0.0-beta.60 → 4.0.0-beta.61
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/dist/types/index.d.ts +1 -1
- package/package.json +3 -3
package/dist/types/index.d.ts
CHANGED
|
@@ -1500,7 +1500,7 @@ export declare function SwapKit<Plugins extends ReturnType<typeof createPlugin>,
|
|
|
1500
1500
|
isProgramDerivedAddress?: boolean;
|
|
1501
1501
|
}) => Promise<AssetValue>;
|
|
1502
1502
|
};
|
|
1503
|
-
|
|
1503
|
+
TRON: ChainWallet<Chain.Tron> & {
|
|
1504
1504
|
tronWeb: import("tronweb").TronWeb;
|
|
1505
1505
|
getAddress: () => Promise<string>;
|
|
1506
1506
|
validateAddress: (address: string) => boolean;
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"author": "swapkit-oss",
|
|
3
3
|
"dependencies": {
|
|
4
|
-
"@swapkit/helpers": "4.0.0-beta.
|
|
5
|
-
"@swapkit/toolboxes": "4.0.0-beta.
|
|
4
|
+
"@swapkit/helpers": "4.0.0-beta.43",
|
|
5
|
+
"@swapkit/toolboxes": "4.0.0-beta.60"
|
|
6
6
|
},
|
|
7
7
|
"description": "SwapKit - Core",
|
|
8
8
|
"exports": {
|
|
@@ -31,5 +31,5 @@
|
|
|
31
31
|
"type-check:go": "tsgo"
|
|
32
32
|
},
|
|
33
33
|
"type": "module",
|
|
34
|
-
"version": "4.0.0-beta.
|
|
34
|
+
"version": "4.0.0-beta.61"
|
|
35
35
|
}
|