@subwallet/chain-list 0.2.105-beta.14 → 0.2.105-beta.15
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.
|
@@ -11209,7 +11209,7 @@
|
|
|
11209
11209
|
originChain: "chainflip_dot",
|
|
11210
11210
|
slug: "chainflip_dot-NATIVE-pDOT",
|
|
11211
11211
|
name: "Polkadot Chainflip Testnet",
|
|
11212
|
-
symbol: "
|
|
11212
|
+
symbol: "DOT",
|
|
11213
11213
|
decimals: 10,
|
|
11214
11214
|
priceId: null,
|
|
11215
11215
|
minAmount: "10000000000",
|
|
@@ -27850,7 +27850,7 @@
|
|
|
27850
27850
|
crowdloanUrl: null,
|
|
27851
27851
|
blockExplorer: null,
|
|
27852
27852
|
existentialDeposit: "10000000000",
|
|
27853
|
-
symbol: "
|
|
27853
|
+
symbol: "DOT",
|
|
27854
27854
|
decimals: 10,
|
|
27855
27855
|
hasNativeNft: null,
|
|
27856
27856
|
supportStaking: null,
|
package/cjs/data/ChainAsset.json
CHANGED
package/cjs/data/ChainInfo.json
CHANGED
package/cjs/packageInfo.js
CHANGED
package/data/ChainAsset.json
CHANGED
package/data/ChainInfo.json
CHANGED
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.105-beta.
|
|
10
|
+
version: '0.2.105-beta.15'
|
|
11
11
|
};
|