@talismn/balances 0.0.0-pr2043-20250623130728 → 0.0.0-pr2043-20250623150257
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.
@@ -243,6 +243,7 @@ export declare const defaultBalanceModules: (import("..").NewBalanceModule<"evm-
|
|
243
243
|
symbol: string;
|
244
244
|
type: "substrate-psp22";
|
245
245
|
platform: "polkadot";
|
246
|
+
existentialDeposit: string;
|
246
247
|
contractAddress: string;
|
247
248
|
isDefault?: boolean | undefined;
|
248
249
|
name?: string | undefined;
|
@@ -250,7 +251,6 @@ export declare const defaultBalanceModules: (import("..").NewBalanceModule<"evm-
|
|
250
251
|
coingeckoId?: string | undefined;
|
251
252
|
noDiscovery?: boolean | undefined;
|
252
253
|
mirrorOf?: string | undefined;
|
253
|
-
existentialDeposit?: string | undefined;
|
254
254
|
}, import("..").DefaultChainMeta, undefined, {
|
255
255
|
contractAddress: string;
|
256
256
|
symbol?: string | undefined;
|
@@ -324,6 +324,7 @@ export declare class Balance {
|
|
324
324
|
symbol: string;
|
325
325
|
type: "substrate-psp22";
|
326
326
|
platform: "polkadot";
|
327
|
+
existentialDeposit: string;
|
327
328
|
contractAddress: string;
|
328
329
|
isDefault?: boolean | undefined;
|
329
330
|
name?: string | undefined;
|
@@ -331,7 +332,6 @@ export declare class Balance {
|
|
331
332
|
coingeckoId?: string | undefined;
|
332
333
|
noDiscovery?: boolean | undefined;
|
333
334
|
mirrorOf?: string | undefined;
|
334
|
-
existentialDeposit?: string | undefined;
|
335
335
|
} | {
|
336
336
|
id: string;
|
337
337
|
networkId: string;
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@talismn/balances",
|
3
|
-
"version": "0.0.0-pr2043-
|
3
|
+
"version": "0.0.0-pr2043-20250623150257",
|
4
4
|
"author": "Talisman",
|
5
5
|
"homepage": "https://talisman.xyz",
|
6
6
|
"license": "GPL-3.0-or-later",
|
@@ -35,13 +35,13 @@
|
|
35
35
|
"scale-ts": "^1.6.1",
|
36
36
|
"viem": "^2.27.3",
|
37
37
|
"zod": "^3.25.62",
|
38
|
-
"@talismn/chain-connector": "0.0.0-pr2043-
|
39
|
-
"@talismn/chain-connector-evm": "0.0.0-pr2043-
|
40
|
-
"@talismn/chaindata-provider": "0.0.0-pr2043-
|
38
|
+
"@talismn/chain-connector": "0.0.0-pr2043-20250623150257",
|
39
|
+
"@talismn/chain-connector-evm": "0.0.0-pr2043-20250623150257",
|
40
|
+
"@talismn/chaindata-provider": "0.0.0-pr2043-20250623150257",
|
41
|
+
"@talismn/sapi": "0.0.0-pr2043-20250623150257",
|
41
42
|
"@talismn/scale": "0.1.2",
|
42
|
-
"@talismn/
|
43
|
-
"@talismn/
|
44
|
-
"@talismn/util": "0.0.0-pr2043-20250623130728"
|
43
|
+
"@talismn/util": "0.0.0-pr2043-20250623150257",
|
44
|
+
"@talismn/token-rates": "0.0.0-pr2043-20250623150257"
|
45
45
|
},
|
46
46
|
"devDependencies": {
|
47
47
|
"@polkadot/api-contract": "16.1.2",
|
@@ -56,8 +56,8 @@
|
|
56
56
|
"jest": "^29.7.0",
|
57
57
|
"ts-jest": "^29.2.5",
|
58
58
|
"typescript": "^5.6.3",
|
59
|
-
"@talismn/
|
60
|
-
"@talismn/
|
59
|
+
"@talismn/tsconfig": "0.0.2",
|
60
|
+
"@talismn/eslint-config": "0.0.3"
|
61
61
|
},
|
62
62
|
"peerDependencies": {
|
63
63
|
"@polkadot/api-contract": "*",
|