@subwallet/chain-list 0.2.105-beta.13 → 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.
- package/bundle-subwallet-chain-list.js +4 -49
- package/cjs/data/AssetLogoMap.json +0 -1
- package/cjs/data/ChainAsset.json +1 -15
- package/cjs/data/ChainInfo.json +2 -29
- package/cjs/data/ChainLogoMap.json +0 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +0 -1
- package/data/ChainAsset.json +1 -15
- package/data/ChainInfo.json +2 -29
- package/data/ChainLogoMap.json +0 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1302,7 +1302,6 @@
|
|
|
1302
1302
|
"statemint-local-usdt-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-usdt-snowbridge.png",
|
|
1303
1303
|
"statemint-local-wbtc-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc-snowbridge.png",
|
|
1304
1304
|
"statemint-local-weth-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth-snowbridge.png",
|
|
1305
|
-
"redstone-NATIVE-ETH": null,
|
|
1306
1305
|
"chainflip_assethub-native-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-native-dot.png",
|
|
1307
1306
|
"chainflip_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-local-usdt.png",
|
|
1308
1307
|
"chainflip_assethub-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-local-usdc.png",
|
|
@@ -11210,7 +11209,7 @@
|
|
|
11210
11209
|
originChain: "chainflip_dot",
|
|
11211
11210
|
slug: "chainflip_dot-NATIVE-pDOT",
|
|
11212
11211
|
name: "Polkadot Chainflip Testnet",
|
|
11213
|
-
symbol: "
|
|
11212
|
+
symbol: "DOT",
|
|
11214
11213
|
decimals: 10,
|
|
11215
11214
|
priceId: null,
|
|
11216
11215
|
minAmount: "10000000000",
|
|
@@ -19456,20 +19455,6 @@
|
|
|
19456
19455
|
multiChainAsset: null,
|
|
19457
19456
|
hasValue: false,
|
|
19458
19457
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-native-dot.png"
|
|
19459
|
-
},
|
|
19460
|
-
"redstone-NATIVE-ETH": {
|
|
19461
|
-
originChain: "redstone",
|
|
19462
|
-
slug: "redstone-NATIVE-ETH",
|
|
19463
|
-
name: "Redstone",
|
|
19464
|
-
symbol: "ETH",
|
|
19465
|
-
decimals: 18,
|
|
19466
|
-
priceId: null,
|
|
19467
|
-
minAmount: "0",
|
|
19468
|
-
assetType: "NATIVE",
|
|
19469
|
-
metadata: null,
|
|
19470
|
-
multiChainAsset: null,
|
|
19471
|
-
hasValue: true,
|
|
19472
|
-
icon: null
|
|
19473
19458
|
},
|
|
19474
19459
|
"chainflip_assethub-LOCAL-USDT": {
|
|
19475
19460
|
originChain: "chainflip_assethub",
|
|
@@ -21281,7 +21266,7 @@
|
|
|
21281
21266
|
relaySlug: "polkadot",
|
|
21282
21267
|
paraId: 2034,
|
|
21283
21268
|
genesisHash: "0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
|
|
21284
|
-
addressPrefix:
|
|
21269
|
+
addressPrefix: 0,
|
|
21285
21270
|
chainType: "PARACHAIN",
|
|
21286
21271
|
crowdloanUrl: "https://loan.hydradx.io/",
|
|
21287
21272
|
blockExplorer: "https://hydration.subscan.io/",
|
|
@@ -27865,7 +27850,7 @@
|
|
|
27865
27850
|
crowdloanUrl: null,
|
|
27866
27851
|
blockExplorer: null,
|
|
27867
27852
|
existentialDeposit: "10000000000",
|
|
27868
|
-
symbol: "
|
|
27853
|
+
symbol: "DOT",
|
|
27869
27854
|
decimals: 10,
|
|
27870
27855
|
hasNativeNft: null,
|
|
27871
27856
|
supportStaking: null,
|
|
@@ -31838,33 +31823,6 @@
|
|
|
31838
31823
|
tonInfo: null,
|
|
31839
31824
|
cardanoInfo: null
|
|
31840
31825
|
};
|
|
31841
|
-
var redstone$1 = {
|
|
31842
|
-
slug: "redstone",
|
|
31843
|
-
name: "Redstone",
|
|
31844
|
-
isTestnet: false,
|
|
31845
|
-
chainStatus: "ACTIVE",
|
|
31846
|
-
icon: null,
|
|
31847
|
-
providers: {
|
|
31848
|
-
Redstone: "https://rpc.redstonechain.com/"
|
|
31849
|
-
},
|
|
31850
|
-
evmInfo: {
|
|
31851
|
-
evmChainId: 690,
|
|
31852
|
-
blockExplorer: "https://explorer.redstone.xyz/",
|
|
31853
|
-
existentialDeposit: "0",
|
|
31854
|
-
symbol: "ETH",
|
|
31855
|
-
decimals: 18,
|
|
31856
|
-
supportSmartContract: [
|
|
31857
|
-
"ERC20",
|
|
31858
|
-
"ERC721"
|
|
31859
|
-
],
|
|
31860
|
-
abiExplorer: null
|
|
31861
|
-
},
|
|
31862
|
-
substrateInfo: null,
|
|
31863
|
-
extraInfo: null,
|
|
31864
|
-
bitcoinInfo: null,
|
|
31865
|
-
tonInfo: null,
|
|
31866
|
-
cardanoInfo: null
|
|
31867
|
-
};
|
|
31868
31826
|
const _ChainInfoMap = {
|
|
31869
31827
|
polkadot: polkadot$1,
|
|
31870
31828
|
kusama: kusama$1,
|
|
@@ -32270,8 +32228,7 @@
|
|
|
32270
32228
|
truth_network: truth_network$1,
|
|
32271
32229
|
tassi_demo: tassi_demo$1,
|
|
32272
32230
|
zora: zora$1,
|
|
32273
|
-
chainflip_assethub: chainflip_assethub$1
|
|
32274
|
-
redstone: redstone$1
|
|
32231
|
+
chainflip_assethub: chainflip_assethub$1
|
|
32275
32232
|
};
|
|
32276
32233
|
|
|
32277
32234
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -32618,7 +32575,6 @@
|
|
|
32618
32575
|
var truth_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png";
|
|
32619
32576
|
var tassi_demo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png";
|
|
32620
32577
|
var zora = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zora.png";
|
|
32621
|
-
var redstone = null;
|
|
32622
32578
|
var chainflip_assethub = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
32623
32579
|
const _ChainLogoMap = {
|
|
32624
32580
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
@@ -32968,7 +32924,6 @@
|
|
|
32968
32924
|
truth_network: truth_network,
|
|
32969
32925
|
tassi_demo: tassi_demo,
|
|
32970
32926
|
zora: zora,
|
|
32971
|
-
redstone: redstone,
|
|
32972
32927
|
chainflip_assethub: chainflip_assethub,
|
|
32973
32928
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
32974
32929
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
@@ -963,7 +963,6 @@
|
|
|
963
963
|
"statemint-local-usdt-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-usdt-snowbridge.png",
|
|
964
964
|
"statemint-local-wbtc-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc-snowbridge.png",
|
|
965
965
|
"statemint-local-weth-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth-snowbridge.png",
|
|
966
|
-
"redstone-NATIVE-ETH": null,
|
|
967
966
|
"chainflip_assethub-native-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-native-dot.png",
|
|
968
967
|
"chainflip_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-local-usdt.png",
|
|
969
968
|
"chainflip_assethub-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-local-usdc.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7994,7 +7994,7 @@
|
|
|
7994
7994
|
"originChain": "chainflip_dot",
|
|
7995
7995
|
"slug": "chainflip_dot-NATIVE-pDOT",
|
|
7996
7996
|
"name": "Polkadot Chainflip Testnet",
|
|
7997
|
-
"symbol": "
|
|
7997
|
+
"symbol": "DOT",
|
|
7998
7998
|
"decimals": 10,
|
|
7999
7999
|
"priceId": null,
|
|
8000
8000
|
"minAmount": "10000000000",
|
|
@@ -16241,20 +16241,6 @@
|
|
|
16241
16241
|
"hasValue": false,
|
|
16242
16242
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-native-dot.png"
|
|
16243
16243
|
},
|
|
16244
|
-
"redstone-NATIVE-ETH": {
|
|
16245
|
-
"originChain": "redstone",
|
|
16246
|
-
"slug": "redstone-NATIVE-ETH",
|
|
16247
|
-
"name": "Redstone",
|
|
16248
|
-
"symbol": "ETH",
|
|
16249
|
-
"decimals": 18,
|
|
16250
|
-
"priceId": null,
|
|
16251
|
-
"minAmount": "0",
|
|
16252
|
-
"assetType": "NATIVE",
|
|
16253
|
-
"metadata": null,
|
|
16254
|
-
"multiChainAsset": null,
|
|
16255
|
-
"hasValue": true,
|
|
16256
|
-
"icon": null
|
|
16257
|
-
},
|
|
16258
16244
|
"chainflip_assethub-LOCAL-USDT": {
|
|
16259
16245
|
"originChain": "chainflip_assethub",
|
|
16260
16246
|
"slug": "chainflip_assethub-LOCAL-USDT",
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
"relaySlug": "polkadot",
|
|
1748
1748
|
"paraId": 2034,
|
|
1749
1749
|
"genesisHash": "0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
|
|
1750
|
-
"addressPrefix":
|
|
1750
|
+
"addressPrefix": 0,
|
|
1751
1751
|
"chainType": "PARACHAIN",
|
|
1752
1752
|
"crowdloanUrl": "https://loan.hydradx.io/",
|
|
1753
1753
|
"blockExplorer": "https://hydration.subscan.io/",
|
|
@@ -8225,7 +8225,7 @@
|
|
|
8225
8225
|
"crowdloanUrl": null,
|
|
8226
8226
|
"blockExplorer": null,
|
|
8227
8227
|
"existentialDeposit": "10000000000",
|
|
8228
|
-
"symbol": "
|
|
8228
|
+
"symbol": "DOT",
|
|
8229
8229
|
"decimals": 10,
|
|
8230
8230
|
"hasNativeNft": null,
|
|
8231
8231
|
"supportStaking": null,
|
|
@@ -12180,32 +12180,5 @@
|
|
|
12180
12180
|
"bitcoinInfo": null,
|
|
12181
12181
|
"tonInfo": null,
|
|
12182
12182
|
"cardanoInfo": null
|
|
12183
|
-
},
|
|
12184
|
-
"redstone": {
|
|
12185
|
-
"slug": "redstone",
|
|
12186
|
-
"name": "Redstone",
|
|
12187
|
-
"isTestnet": false,
|
|
12188
|
-
"chainStatus": "ACTIVE",
|
|
12189
|
-
"icon": null,
|
|
12190
|
-
"providers": {
|
|
12191
|
-
"Redstone": "https://rpc.redstonechain.com/"
|
|
12192
|
-
},
|
|
12193
|
-
"evmInfo": {
|
|
12194
|
-
"evmChainId": 690,
|
|
12195
|
-
"blockExplorer": "https://explorer.redstone.xyz/",
|
|
12196
|
-
"existentialDeposit": "0",
|
|
12197
|
-
"symbol": "ETH",
|
|
12198
|
-
"decimals": 18,
|
|
12199
|
-
"supportSmartContract": [
|
|
12200
|
-
"ERC20",
|
|
12201
|
-
"ERC721"
|
|
12202
|
-
],
|
|
12203
|
-
"abiExplorer": null
|
|
12204
|
-
},
|
|
12205
|
-
"substrateInfo": null,
|
|
12206
|
-
"extraInfo": null,
|
|
12207
|
-
"bitcoinInfo": null,
|
|
12208
|
-
"tonInfo": null,
|
|
12209
|
-
"cardanoInfo": null
|
|
12210
12183
|
}
|
|
12211
12184
|
}
|
|
@@ -346,7 +346,6 @@
|
|
|
346
346
|
"truth_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
347
347
|
"tassi_demo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
348
348
|
"zora": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zora.png",
|
|
349
|
-
"redstone": null,
|
|
350
349
|
"chainflip_assethub": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
351
350
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
352
351
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -963,7 +963,6 @@
|
|
|
963
963
|
"statemint-local-usdt-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-usdt-snowbridge.png",
|
|
964
964
|
"statemint-local-wbtc-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-wbtc-snowbridge.png",
|
|
965
965
|
"statemint-local-weth-snowbridge": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-weth-snowbridge.png",
|
|
966
|
-
"redstone-NATIVE-ETH": null,
|
|
967
966
|
"chainflip_assethub-native-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-native-dot.png",
|
|
968
967
|
"chainflip_assethub-local-usdt": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-local-usdt.png",
|
|
969
968
|
"chainflip_assethub-local-usdc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-local-usdc.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -7994,7 +7994,7 @@
|
|
|
7994
7994
|
"originChain": "chainflip_dot",
|
|
7995
7995
|
"slug": "chainflip_dot-NATIVE-pDOT",
|
|
7996
7996
|
"name": "Polkadot Chainflip Testnet",
|
|
7997
|
-
"symbol": "
|
|
7997
|
+
"symbol": "DOT",
|
|
7998
7998
|
"decimals": 10,
|
|
7999
7999
|
"priceId": null,
|
|
8000
8000
|
"minAmount": "10000000000",
|
|
@@ -16241,20 +16241,6 @@
|
|
|
16241
16241
|
"hasValue": false,
|
|
16242
16242
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/chainflip_assethub-native-dot.png"
|
|
16243
16243
|
},
|
|
16244
|
-
"redstone-NATIVE-ETH": {
|
|
16245
|
-
"originChain": "redstone",
|
|
16246
|
-
"slug": "redstone-NATIVE-ETH",
|
|
16247
|
-
"name": "Redstone",
|
|
16248
|
-
"symbol": "ETH",
|
|
16249
|
-
"decimals": 18,
|
|
16250
|
-
"priceId": null,
|
|
16251
|
-
"minAmount": "0",
|
|
16252
|
-
"assetType": "NATIVE",
|
|
16253
|
-
"metadata": null,
|
|
16254
|
-
"multiChainAsset": null,
|
|
16255
|
-
"hasValue": true,
|
|
16256
|
-
"icon": null
|
|
16257
|
-
},
|
|
16258
16244
|
"chainflip_assethub-LOCAL-USDT": {
|
|
16259
16245
|
"originChain": "chainflip_assethub",
|
|
16260
16246
|
"slug": "chainflip_assethub-LOCAL-USDT",
|
package/data/ChainInfo.json
CHANGED
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
"relaySlug": "polkadot",
|
|
1748
1748
|
"paraId": 2034,
|
|
1749
1749
|
"genesisHash": "0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
|
|
1750
|
-
"addressPrefix":
|
|
1750
|
+
"addressPrefix": 0,
|
|
1751
1751
|
"chainType": "PARACHAIN",
|
|
1752
1752
|
"crowdloanUrl": "https://loan.hydradx.io/",
|
|
1753
1753
|
"blockExplorer": "https://hydration.subscan.io/",
|
|
@@ -8225,7 +8225,7 @@
|
|
|
8225
8225
|
"crowdloanUrl": null,
|
|
8226
8226
|
"blockExplorer": null,
|
|
8227
8227
|
"existentialDeposit": "10000000000",
|
|
8228
|
-
"symbol": "
|
|
8228
|
+
"symbol": "DOT",
|
|
8229
8229
|
"decimals": 10,
|
|
8230
8230
|
"hasNativeNft": null,
|
|
8231
8231
|
"supportStaking": null,
|
|
@@ -12180,32 +12180,5 @@
|
|
|
12180
12180
|
"bitcoinInfo": null,
|
|
12181
12181
|
"tonInfo": null,
|
|
12182
12182
|
"cardanoInfo": null
|
|
12183
|
-
},
|
|
12184
|
-
"redstone": {
|
|
12185
|
-
"slug": "redstone",
|
|
12186
|
-
"name": "Redstone",
|
|
12187
|
-
"isTestnet": false,
|
|
12188
|
-
"chainStatus": "ACTIVE",
|
|
12189
|
-
"icon": null,
|
|
12190
|
-
"providers": {
|
|
12191
|
-
"Redstone": "https://rpc.redstonechain.com/"
|
|
12192
|
-
},
|
|
12193
|
-
"evmInfo": {
|
|
12194
|
-
"evmChainId": 690,
|
|
12195
|
-
"blockExplorer": "https://explorer.redstone.xyz/",
|
|
12196
|
-
"existentialDeposit": "0",
|
|
12197
|
-
"symbol": "ETH",
|
|
12198
|
-
"decimals": 18,
|
|
12199
|
-
"supportSmartContract": [
|
|
12200
|
-
"ERC20",
|
|
12201
|
-
"ERC721"
|
|
12202
|
-
],
|
|
12203
|
-
"abiExplorer": null
|
|
12204
|
-
},
|
|
12205
|
-
"substrateInfo": null,
|
|
12206
|
-
"extraInfo": null,
|
|
12207
|
-
"bitcoinInfo": null,
|
|
12208
|
-
"tonInfo": null,
|
|
12209
|
-
"cardanoInfo": null
|
|
12210
12183
|
}
|
|
12211
12184
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -346,7 +346,6 @@
|
|
|
346
346
|
"truth_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/truth_network.png",
|
|
347
347
|
"tassi_demo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/tassi_demo.png",
|
|
348
348
|
"zora": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/zora.png",
|
|
349
|
-
"redstone": null,
|
|
350
349
|
"chainflip_assethub": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
351
350
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
352
351
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
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
|
};
|