@subwallet/chain-list 0.1.2 → 0.1.4
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 +123 -25
- package/cjs/data/AssetLogoMap.json +3 -1
- package/cjs/data/ChainAsset.json +30 -2
- package/cjs/data/ChainInfo.json +76 -16
- package/cjs/data/ChainLogoMap.json +6 -3
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +3 -1
- package/data/ChainAsset.json +30 -2
- package/data/ChainInfo.json +76 -16
- package/data/ChainLogoMap.json +6 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -249,7 +249,9 @@
|
|
|
249
249
|
var cat = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
250
250
|
var exrp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
251
251
|
var moonpets = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
252
|
+
var vara = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
252
253
|
const _AssetLogoMap = {
|
|
254
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
253
255
|
dot: dot,
|
|
254
256
|
ksm: ksm,
|
|
255
257
|
eth: eth,
|
|
@@ -493,7 +495,8 @@
|
|
|
493
495
|
anaut: anaut,
|
|
494
496
|
cat: cat,
|
|
495
497
|
exrp: exrp,
|
|
496
|
-
moonpets: moonpets
|
|
498
|
+
moonpets: moonpets,
|
|
499
|
+
vara: vara
|
|
497
500
|
};
|
|
498
501
|
|
|
499
502
|
const _AssetRefMap = {
|
|
@@ -1865,9 +1868,9 @@
|
|
|
1865
1868
|
hasValue: true,
|
|
1866
1869
|
icon: "nodle.png"
|
|
1867
1870
|
},
|
|
1868
|
-
"
|
|
1871
|
+
"darwinia2-NATIVE-RING": {
|
|
1869
1872
|
originChain: "darwinia",
|
|
1870
|
-
slug: "
|
|
1873
|
+
slug: "darwinia2-NATIVE-RING",
|
|
1871
1874
|
name: "Darwinia",
|
|
1872
1875
|
symbol: "RING",
|
|
1873
1876
|
decimals: 18,
|
|
@@ -6265,6 +6268,34 @@
|
|
|
6265
6268
|
multiChainAsset: null,
|
|
6266
6269
|
hasValue: true,
|
|
6267
6270
|
icon: "default.png"
|
|
6271
|
+
},
|
|
6272
|
+
"vara_network-NATIVE-VARA": {
|
|
6273
|
+
originChain: "vara_network",
|
|
6274
|
+
slug: "vara_network-NATIVE-VARA",
|
|
6275
|
+
name: "Vara",
|
|
6276
|
+
symbol: "VARA",
|
|
6277
|
+
decimals: 12,
|
|
6278
|
+
priceId: null,
|
|
6279
|
+
minAmount: "10000000000000",
|
|
6280
|
+
assetType: "NATIVE",
|
|
6281
|
+
metadata: null,
|
|
6282
|
+
multiChainAsset: null,
|
|
6283
|
+
hasValue: true,
|
|
6284
|
+
icon: "default.png"
|
|
6285
|
+
},
|
|
6286
|
+
"snow_evm-NATIVE-ICZ": {
|
|
6287
|
+
originChain: "snow_evm",
|
|
6288
|
+
slug: "snow_evm-NATIVE-ICZ",
|
|
6289
|
+
name: "Snow",
|
|
6290
|
+
symbol: "ICZ",
|
|
6291
|
+
decimals: 18,
|
|
6292
|
+
priceId: null,
|
|
6293
|
+
minAmount: "0",
|
|
6294
|
+
assetType: "NATIVE",
|
|
6295
|
+
metadata: null,
|
|
6296
|
+
multiChainAsset: null,
|
|
6297
|
+
hasValue: true,
|
|
6298
|
+
icon: "default.png"
|
|
6268
6299
|
}
|
|
6269
6300
|
};
|
|
6270
6301
|
|
|
@@ -7556,18 +7587,19 @@
|
|
|
7556
7587
|
evmInfo: null,
|
|
7557
7588
|
icon: "nodle.png"
|
|
7558
7589
|
};
|
|
7559
|
-
var
|
|
7560
|
-
slug: "
|
|
7561
|
-
name: "Darwinia",
|
|
7590
|
+
var darwinia2$1 = {
|
|
7591
|
+
slug: "darwinia2",
|
|
7592
|
+
name: "Darwinia 2",
|
|
7562
7593
|
chainStatus: "ACTIVE",
|
|
7563
7594
|
providers: {
|
|
7564
|
-
"Darwinia Network": "wss://parachain-rpc.darwinia.network"
|
|
7595
|
+
"Darwinia Network": "wss://parachain-rpc.darwinia.network",
|
|
7596
|
+
"Darwinia EVM": "https://rpc.darwinia.network"
|
|
7565
7597
|
},
|
|
7566
7598
|
isTestnet: false,
|
|
7567
7599
|
substrateInfo: {
|
|
7568
7600
|
paraId: 2046,
|
|
7569
7601
|
relaySlug: "polkadot",
|
|
7570
|
-
genesisHash: "
|
|
7602
|
+
genesisHash: "0xf0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e",
|
|
7571
7603
|
addressPrefix: 18,
|
|
7572
7604
|
crowdloanUrl: "https://darwinia.network/plo_contribute",
|
|
7573
7605
|
chainType: "PARACHAIN",
|
|
@@ -7579,7 +7611,18 @@
|
|
|
7579
7611
|
supportSmartContract: null,
|
|
7580
7612
|
supportStaking: false
|
|
7581
7613
|
},
|
|
7582
|
-
evmInfo:
|
|
7614
|
+
evmInfo: {
|
|
7615
|
+
evmChainId: 46,
|
|
7616
|
+
blockExplorer: "https://darwinia.subscan.io/",
|
|
7617
|
+
symbol: "RING",
|
|
7618
|
+
decimals: 18,
|
|
7619
|
+
existentialDeposit: "0",
|
|
7620
|
+
supportSmartContract: [
|
|
7621
|
+
"ERC20",
|
|
7622
|
+
"ERC721"
|
|
7623
|
+
],
|
|
7624
|
+
abiExplorer: null
|
|
7625
|
+
},
|
|
7583
7626
|
icon: "darwinia.png"
|
|
7584
7627
|
};
|
|
7585
7628
|
var sora_ksm$1 = {
|
|
@@ -8254,15 +8297,15 @@
|
|
|
8254
8297
|
};
|
|
8255
8298
|
var subsocial_x$1 = {
|
|
8256
8299
|
slug: "subsocial_x",
|
|
8257
|
-
name: "
|
|
8300
|
+
name: "Subsocial",
|
|
8258
8301
|
chainStatus: "ACTIVE",
|
|
8259
8302
|
providers: {
|
|
8260
8303
|
subsocialx: "wss://para.f3joule.space"
|
|
8261
8304
|
},
|
|
8262
8305
|
isTestnet: false,
|
|
8263
8306
|
substrateInfo: {
|
|
8264
|
-
paraId:
|
|
8265
|
-
relaySlug: "
|
|
8307
|
+
paraId: 2101,
|
|
8308
|
+
relaySlug: "polkadot",
|
|
8266
8309
|
genesisHash: "0x4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f",
|
|
8267
8310
|
addressPrefix: 28,
|
|
8268
8311
|
crowdloanUrl: "https://app.subsocial.network/crowdloan",
|
|
@@ -8288,8 +8331,8 @@
|
|
|
8288
8331
|
},
|
|
8289
8332
|
isTestnet: false,
|
|
8290
8333
|
substrateInfo: {
|
|
8291
|
-
paraId:
|
|
8292
|
-
relaySlug: "
|
|
8334
|
+
paraId: 2092,
|
|
8335
|
+
relaySlug: "polkadot",
|
|
8293
8336
|
genesisHash: "0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
|
8294
8337
|
addressPrefix: 73,
|
|
8295
8338
|
crowdloanUrl: "https://crowdloan.zeitgeist.pm/",
|
|
@@ -8616,8 +8659,8 @@
|
|
|
8616
8659
|
name: "Mangata Kusama",
|
|
8617
8660
|
chainStatus: "ACTIVE",
|
|
8618
8661
|
providers: {
|
|
8619
|
-
mangata: "wss://
|
|
8620
|
-
|
|
8662
|
+
mangata: "wss://kusama-rpc.mangata.online",
|
|
8663
|
+
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
8621
8664
|
},
|
|
8622
8665
|
isTestnet: false,
|
|
8623
8666
|
substrateInfo: {
|
|
@@ -8716,7 +8759,7 @@
|
|
|
8716
8759
|
};
|
|
8717
8760
|
var tinkernet$1 = {
|
|
8718
8761
|
slug: "tinkernet",
|
|
8719
|
-
name: "
|
|
8762
|
+
name: "Tinkernet",
|
|
8720
8763
|
chainStatus: "ACTIVE",
|
|
8721
8764
|
providers: {
|
|
8722
8765
|
Invarch: "wss://tinker.invarch.network",
|
|
@@ -8860,7 +8903,7 @@
|
|
|
8860
8903
|
genesisHash: "0x7f489750cfe91e17fc19b42a5acaba41d1975cedd3440075d4a4b4171ad0ac20",
|
|
8861
8904
|
addressPrefix: 2254,
|
|
8862
8905
|
chainType: "RELAYCHAIN",
|
|
8863
|
-
blockExplorer:
|
|
8906
|
+
blockExplorer: "https://explorer.subspace.network/#/gemini-3d",
|
|
8864
8907
|
symbol: "tSSC",
|
|
8865
8908
|
existentialDeposit: "500",
|
|
8866
8909
|
decimals: 18,
|
|
@@ -8869,7 +8912,7 @@
|
|
|
8869
8912
|
supportStaking: false
|
|
8870
8913
|
},
|
|
8871
8914
|
evmInfo: null,
|
|
8872
|
-
icon: "
|
|
8915
|
+
icon: "subspace.png"
|
|
8873
8916
|
};
|
|
8874
8917
|
var origintrail$1 = {
|
|
8875
8918
|
slug: "origintrail",
|
|
@@ -10290,6 +10333,54 @@
|
|
|
10290
10333
|
evmInfo: null,
|
|
10291
10334
|
icon: "default.png"
|
|
10292
10335
|
};
|
|
10336
|
+
var vara_network$1 = {
|
|
10337
|
+
slug: "vara_network",
|
|
10338
|
+
name: "Vara Network",
|
|
10339
|
+
chainStatus: "ACTIVE",
|
|
10340
|
+
providers: {
|
|
10341
|
+
Vara: "wss://rpc.vara-network.io"
|
|
10342
|
+
},
|
|
10343
|
+
isTestnet: false,
|
|
10344
|
+
substrateInfo: {
|
|
10345
|
+
paraId: null,
|
|
10346
|
+
relaySlug: null,
|
|
10347
|
+
genesisHash: "0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763",
|
|
10348
|
+
addressPrefix: 137,
|
|
10349
|
+
chainType: "RELAYCHAIN",
|
|
10350
|
+
symbol: "VARA",
|
|
10351
|
+
existentialDeposit: "10000000000000",
|
|
10352
|
+
decimals: 12,
|
|
10353
|
+
supportStaking: false,
|
|
10354
|
+
hasNativeNft: false,
|
|
10355
|
+
supportSmartContract: null,
|
|
10356
|
+
blockExplorer: null
|
|
10357
|
+
},
|
|
10358
|
+
evmInfo: null,
|
|
10359
|
+
icon: "default.png"
|
|
10360
|
+
};
|
|
10361
|
+
var snow_evm$1 = {
|
|
10362
|
+
slug: "snow_evm",
|
|
10363
|
+
name: "Snow - EVM",
|
|
10364
|
+
isTestnet: false,
|
|
10365
|
+
chainStatus: "ACTIVE",
|
|
10366
|
+
providers: {
|
|
10367
|
+
Snow: "https://snow-rpc.icenetwork.io:9933"
|
|
10368
|
+
},
|
|
10369
|
+
substrateInfo: null,
|
|
10370
|
+
evmInfo: {
|
|
10371
|
+
evmChainId: 552,
|
|
10372
|
+
blockExplorer: null,
|
|
10373
|
+
symbol: "ICZ",
|
|
10374
|
+
decimals: 18,
|
|
10375
|
+
existentialDeposit: "0",
|
|
10376
|
+
supportSmartContract: [
|
|
10377
|
+
"ERC20",
|
|
10378
|
+
"ERC721"
|
|
10379
|
+
],
|
|
10380
|
+
abiExplorer: null
|
|
10381
|
+
},
|
|
10382
|
+
icon: "snow-network.png"
|
|
10383
|
+
};
|
|
10293
10384
|
const _ChainInfoMap = {
|
|
10294
10385
|
polkadot: polkadot$1,
|
|
10295
10386
|
kusama: kusama$1,
|
|
@@ -10337,7 +10428,7 @@
|
|
|
10337
10428
|
centrifuge: centrifuge$1,
|
|
10338
10429
|
interlay: interlay$1,
|
|
10339
10430
|
nodle: nodle$1,
|
|
10340
|
-
|
|
10431
|
+
darwinia2: darwinia2$1,
|
|
10341
10432
|
sora_ksm: sora_ksm$1,
|
|
10342
10433
|
odyssey: odyssey$1,
|
|
10343
10434
|
polkadex: polkadex$1,
|
|
@@ -10467,7 +10558,9 @@
|
|
|
10467
10558
|
alephSmartNet: alephSmartNet$1,
|
|
10468
10559
|
kulupu: kulupu$1,
|
|
10469
10560
|
joystream: joystream$1,
|
|
10470
|
-
aventus_testnet: aventus_testnet$1
|
|
10561
|
+
aventus_testnet: aventus_testnet$1,
|
|
10562
|
+
vara_network: vara_network$1,
|
|
10563
|
+
snow_evm: snow_evm$1
|
|
10471
10564
|
};
|
|
10472
10565
|
|
|
10473
10566
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -10516,7 +10609,7 @@
|
|
|
10516
10609
|
var centrifuge = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/centrifuge.png";
|
|
10517
10610
|
var interlay = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/interlay.png";
|
|
10518
10611
|
var nodle = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png";
|
|
10519
|
-
var
|
|
10612
|
+
var darwinia2 = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png";
|
|
10520
10613
|
var sora_ksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png";
|
|
10521
10614
|
var odyssey = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png";
|
|
10522
10615
|
var polkadex = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png";
|
|
@@ -10564,7 +10657,7 @@
|
|
|
10564
10657
|
var subspace_test = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10565
10658
|
var subspace_gemini_2a = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10566
10659
|
var subspace_gemini_3c = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10567
|
-
var subspace_gemini_3d = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/
|
|
10660
|
+
var subspace_gemini_3d = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10568
10661
|
var origintrail = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/origintrail.png";
|
|
10569
10662
|
var dorafactory = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/dora-factory.png";
|
|
10570
10663
|
var bajun = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/bajun-network.png";
|
|
@@ -10622,7 +10715,10 @@
|
|
|
10622
10715
|
var kulupu = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kulupu-network.png";
|
|
10623
10716
|
var joystream = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/joystream.png";
|
|
10624
10717
|
var aventus_testnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
10718
|
+
var vara_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
10719
|
+
var snow_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/snow-network.png";
|
|
10625
10720
|
const _ChainLogoMap = {
|
|
10721
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
10626
10722
|
polkadot: polkadot,
|
|
10627
10723
|
kusama: kusama,
|
|
10628
10724
|
ethereum: ethereum,
|
|
@@ -10669,7 +10765,7 @@
|
|
|
10669
10765
|
centrifuge: centrifuge,
|
|
10670
10766
|
interlay: interlay,
|
|
10671
10767
|
nodle: nodle,
|
|
10672
|
-
|
|
10768
|
+
darwinia2: darwinia2,
|
|
10673
10769
|
sora_ksm: sora_ksm,
|
|
10674
10770
|
odyssey: odyssey,
|
|
10675
10771
|
polkadex: polkadex,
|
|
@@ -10775,7 +10871,9 @@
|
|
|
10775
10871
|
alephSmartNet: alephSmartNet,
|
|
10776
10872
|
kulupu: kulupu,
|
|
10777
10873
|
joystream: joystream,
|
|
10778
|
-
aventus_testnet: aventus_testnet
|
|
10874
|
+
aventus_testnet: aventus_testnet,
|
|
10875
|
+
vara_network: vara_network,
|
|
10876
|
+
snow_evm: snow_evm
|
|
10779
10877
|
};
|
|
10780
10878
|
|
|
10781
10879
|
const _MultiChainAssetMap = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
2
3
|
"dot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadot.png",
|
|
3
4
|
"ksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kusama.png",
|
|
4
5
|
"eth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/ethereum.png",
|
|
@@ -242,5 +243,6 @@
|
|
|
242
243
|
"anaut": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
243
244
|
"cat": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
244
245
|
"exrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
245
|
-
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
246
|
+
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
247
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
246
248
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1154,9 +1154,9 @@
|
|
|
1154
1154
|
"hasValue": true,
|
|
1155
1155
|
"icon": "nodle.png"
|
|
1156
1156
|
},
|
|
1157
|
-
"
|
|
1157
|
+
"darwinia2-NATIVE-RING": {
|
|
1158
1158
|
"originChain": "darwinia",
|
|
1159
|
-
"slug": "
|
|
1159
|
+
"slug": "darwinia2-NATIVE-RING",
|
|
1160
1160
|
"name": "Darwinia",
|
|
1161
1161
|
"symbol": "RING",
|
|
1162
1162
|
"decimals": 18,
|
|
@@ -5554,5 +5554,33 @@
|
|
|
5554
5554
|
"multiChainAsset": null,
|
|
5555
5555
|
"hasValue": true,
|
|
5556
5556
|
"icon": "default.png"
|
|
5557
|
+
},
|
|
5558
|
+
"vara_network-NATIVE-VARA": {
|
|
5559
|
+
"originChain": "vara_network",
|
|
5560
|
+
"slug": "vara_network-NATIVE-VARA",
|
|
5561
|
+
"name": "Vara",
|
|
5562
|
+
"symbol": "VARA",
|
|
5563
|
+
"decimals": 12,
|
|
5564
|
+
"priceId": null,
|
|
5565
|
+
"minAmount": "10000000000000",
|
|
5566
|
+
"assetType": "NATIVE",
|
|
5567
|
+
"metadata": null,
|
|
5568
|
+
"multiChainAsset": null,
|
|
5569
|
+
"hasValue": true,
|
|
5570
|
+
"icon": "default.png"
|
|
5571
|
+
},
|
|
5572
|
+
"snow_evm-NATIVE-ICZ": {
|
|
5573
|
+
"originChain": "snow_evm",
|
|
5574
|
+
"slug": "snow_evm-NATIVE-ICZ",
|
|
5575
|
+
"name": "Snow",
|
|
5576
|
+
"symbol": "ICZ",
|
|
5577
|
+
"decimals": 18,
|
|
5578
|
+
"priceId": null,
|
|
5579
|
+
"minAmount": "0",
|
|
5580
|
+
"assetType": "NATIVE",
|
|
5581
|
+
"metadata": null,
|
|
5582
|
+
"multiChainAsset": null,
|
|
5583
|
+
"hasValue": true,
|
|
5584
|
+
"icon": "default.png"
|
|
5557
5585
|
}
|
|
5558
5586
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -1287,18 +1287,19 @@
|
|
|
1287
1287
|
"evmInfo": null,
|
|
1288
1288
|
"icon": "nodle.png"
|
|
1289
1289
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"slug": "
|
|
1292
|
-
"name": "Darwinia",
|
|
1290
|
+
"darwinia2": {
|
|
1291
|
+
"slug": "darwinia2",
|
|
1292
|
+
"name": "Darwinia 2",
|
|
1293
1293
|
"chainStatus": "ACTIVE",
|
|
1294
1294
|
"providers": {
|
|
1295
|
-
"Darwinia Network": "wss://parachain-rpc.darwinia.network"
|
|
1295
|
+
"Darwinia Network": "wss://parachain-rpc.darwinia.network",
|
|
1296
|
+
"Darwinia EVM": "https://rpc.darwinia.network"
|
|
1296
1297
|
},
|
|
1297
1298
|
"isTestnet": false,
|
|
1298
1299
|
"substrateInfo": {
|
|
1299
1300
|
"paraId": 2046,
|
|
1300
1301
|
"relaySlug": "polkadot",
|
|
1301
|
-
"genesisHash": "
|
|
1302
|
+
"genesisHash": "0xf0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e",
|
|
1302
1303
|
"addressPrefix": 18,
|
|
1303
1304
|
"crowdloanUrl": "https://darwinia.network/plo_contribute",
|
|
1304
1305
|
"chainType": "PARACHAIN",
|
|
@@ -1310,7 +1311,18 @@
|
|
|
1310
1311
|
"supportSmartContract": null,
|
|
1311
1312
|
"supportStaking": false
|
|
1312
1313
|
},
|
|
1313
|
-
"evmInfo":
|
|
1314
|
+
"evmInfo": {
|
|
1315
|
+
"evmChainId": 46,
|
|
1316
|
+
"blockExplorer": "https://darwinia.subscan.io/",
|
|
1317
|
+
"symbol": "RING",
|
|
1318
|
+
"decimals": 18,
|
|
1319
|
+
"existentialDeposit": "0",
|
|
1320
|
+
"supportSmartContract": [
|
|
1321
|
+
"ERC20",
|
|
1322
|
+
"ERC721"
|
|
1323
|
+
],
|
|
1324
|
+
"abiExplorer": null
|
|
1325
|
+
},
|
|
1314
1326
|
"icon": "darwinia.png"
|
|
1315
1327
|
},
|
|
1316
1328
|
"sora_ksm": {
|
|
@@ -1984,15 +1996,15 @@
|
|
|
1984
1996
|
},
|
|
1985
1997
|
"subsocial_x": {
|
|
1986
1998
|
"slug": "subsocial_x",
|
|
1987
|
-
"name": "
|
|
1999
|
+
"name": "Subsocial",
|
|
1988
2000
|
"chainStatus": "ACTIVE",
|
|
1989
2001
|
"providers": {
|
|
1990
2002
|
"subsocialx": "wss://para.f3joule.space"
|
|
1991
2003
|
},
|
|
1992
2004
|
"isTestnet": false,
|
|
1993
2005
|
"substrateInfo": {
|
|
1994
|
-
"paraId":
|
|
1995
|
-
"relaySlug": "
|
|
2006
|
+
"paraId": 2101,
|
|
2007
|
+
"relaySlug": "polkadot",
|
|
1996
2008
|
"genesisHash": "0x4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f",
|
|
1997
2009
|
"addressPrefix": 28,
|
|
1998
2010
|
"crowdloanUrl": "https://app.subsocial.network/crowdloan",
|
|
@@ -2018,8 +2030,8 @@
|
|
|
2018
2030
|
},
|
|
2019
2031
|
"isTestnet": false,
|
|
2020
2032
|
"substrateInfo": {
|
|
2021
|
-
"paraId":
|
|
2022
|
-
"relaySlug": "
|
|
2033
|
+
"paraId": 2092,
|
|
2034
|
+
"relaySlug": "polkadot",
|
|
2023
2035
|
"genesisHash": "0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
|
2024
2036
|
"addressPrefix": 73,
|
|
2025
2037
|
"crowdloanUrl": "https://crowdloan.zeitgeist.pm/",
|
|
@@ -2346,8 +2358,8 @@
|
|
|
2346
2358
|
"name": "Mangata Kusama",
|
|
2347
2359
|
"chainStatus": "ACTIVE",
|
|
2348
2360
|
"providers": {
|
|
2349
|
-
"mangata": "wss://
|
|
2350
|
-
"
|
|
2361
|
+
"mangata": "wss://kusama-rpc.mangata.online",
|
|
2362
|
+
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
2351
2363
|
},
|
|
2352
2364
|
"isTestnet": false,
|
|
2353
2365
|
"substrateInfo": {
|
|
@@ -2446,7 +2458,7 @@
|
|
|
2446
2458
|
},
|
|
2447
2459
|
"tinkernet": {
|
|
2448
2460
|
"slug": "tinkernet",
|
|
2449
|
-
"name": "
|
|
2461
|
+
"name": "Tinkernet",
|
|
2450
2462
|
"chainStatus": "ACTIVE",
|
|
2451
2463
|
"providers": {
|
|
2452
2464
|
"Invarch": "wss://tinker.invarch.network",
|
|
@@ -2590,7 +2602,7 @@
|
|
|
2590
2602
|
"genesisHash": "0x7f489750cfe91e17fc19b42a5acaba41d1975cedd3440075d4a4b4171ad0ac20",
|
|
2591
2603
|
"addressPrefix": 2254,
|
|
2592
2604
|
"chainType": "RELAYCHAIN",
|
|
2593
|
-
"blockExplorer":
|
|
2605
|
+
"blockExplorer": "https://explorer.subspace.network/#/gemini-3d",
|
|
2594
2606
|
"symbol": "tSSC",
|
|
2595
2607
|
"existentialDeposit": "500",
|
|
2596
2608
|
"decimals": 18,
|
|
@@ -2599,7 +2611,7 @@
|
|
|
2599
2611
|
"supportStaking": false
|
|
2600
2612
|
},
|
|
2601
2613
|
"evmInfo": null,
|
|
2602
|
-
"icon": "
|
|
2614
|
+
"icon": "subspace.png"
|
|
2603
2615
|
},
|
|
2604
2616
|
"origintrail": {
|
|
2605
2617
|
"slug": "origintrail",
|
|
@@ -4044,5 +4056,53 @@
|
|
|
4044
4056
|
},
|
|
4045
4057
|
"evmInfo": null,
|
|
4046
4058
|
"icon": "default.png"
|
|
4059
|
+
},
|
|
4060
|
+
"vara_network": {
|
|
4061
|
+
"slug": "vara_network",
|
|
4062
|
+
"name": "Vara Network",
|
|
4063
|
+
"chainStatus": "ACTIVE",
|
|
4064
|
+
"providers": {
|
|
4065
|
+
"Vara": "wss://rpc.vara-network.io"
|
|
4066
|
+
},
|
|
4067
|
+
"isTestnet": false,
|
|
4068
|
+
"substrateInfo": {
|
|
4069
|
+
"paraId": null,
|
|
4070
|
+
"relaySlug": null,
|
|
4071
|
+
"genesisHash": "0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763",
|
|
4072
|
+
"addressPrefix": 137,
|
|
4073
|
+
"chainType": "RELAYCHAIN",
|
|
4074
|
+
"symbol": "VARA",
|
|
4075
|
+
"existentialDeposit": "10000000000000",
|
|
4076
|
+
"decimals": 12,
|
|
4077
|
+
"supportStaking": false,
|
|
4078
|
+
"hasNativeNft": false,
|
|
4079
|
+
"supportSmartContract": null,
|
|
4080
|
+
"blockExplorer": null
|
|
4081
|
+
},
|
|
4082
|
+
"evmInfo": null,
|
|
4083
|
+
"icon": "default.png"
|
|
4084
|
+
},
|
|
4085
|
+
"snow_evm": {
|
|
4086
|
+
"slug": "snow_evm",
|
|
4087
|
+
"name": "Snow - EVM",
|
|
4088
|
+
"isTestnet": false,
|
|
4089
|
+
"chainStatus": "ACTIVE",
|
|
4090
|
+
"providers": {
|
|
4091
|
+
"Snow": "https://snow-rpc.icenetwork.io:9933"
|
|
4092
|
+
},
|
|
4093
|
+
"substrateInfo": null,
|
|
4094
|
+
"evmInfo": {
|
|
4095
|
+
"evmChainId": 552,
|
|
4096
|
+
"blockExplorer": null,
|
|
4097
|
+
"symbol": "ICZ",
|
|
4098
|
+
"decimals": 18,
|
|
4099
|
+
"existentialDeposit": "0",
|
|
4100
|
+
"supportSmartContract": [
|
|
4101
|
+
"ERC20",
|
|
4102
|
+
"ERC721"
|
|
4103
|
+
],
|
|
4104
|
+
"abiExplorer": null
|
|
4105
|
+
},
|
|
4106
|
+
"icon": "snow-network.png"
|
|
4047
4107
|
}
|
|
4048
4108
|
}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
2
3
|
"polkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadot.png",
|
|
3
4
|
"kusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kusama.png",
|
|
4
5
|
"ethereum": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/ethereum.png",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"centrifuge": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/centrifuge.png",
|
|
46
47
|
"interlay": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/interlay.png",
|
|
47
48
|
"nodle": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png",
|
|
48
|
-
"
|
|
49
|
+
"darwinia2": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png",
|
|
49
50
|
"sora_ksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png",
|
|
50
51
|
"odyssey": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png",
|
|
51
52
|
"polkadex": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png",
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
"subspace_test": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
94
95
|
"subspace_gemini_2a": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
95
96
|
"subspace_gemini_3c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
96
|
-
"subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/
|
|
97
|
+
"subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
97
98
|
"origintrail": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/origintrail.png",
|
|
98
99
|
"dorafactory": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/dora-factory.png",
|
|
99
100
|
"bajun": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/bajun-network.png",
|
|
@@ -151,5 +152,7 @@
|
|
|
151
152
|
"alephSmartNet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/aleph-zero.png",
|
|
152
153
|
"kulupu": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kulupu-network.png",
|
|
153
154
|
"joystream": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/joystream.png",
|
|
154
|
-
"aventus_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
155
|
+
"aventus_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
156
|
+
"vara_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
157
|
+
"snow_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/snow-network.png"
|
|
155
158
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
2
3
|
"dot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadot.png",
|
|
3
4
|
"ksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kusama.png",
|
|
4
5
|
"eth": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/ethereum.png",
|
|
@@ -242,5 +243,6 @@
|
|
|
242
243
|
"anaut": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
243
244
|
"cat": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
244
245
|
"exrp": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
245
|
-
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
246
|
+
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
247
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
246
248
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -1154,9 +1154,9 @@
|
|
|
1154
1154
|
"hasValue": true,
|
|
1155
1155
|
"icon": "nodle.png"
|
|
1156
1156
|
},
|
|
1157
|
-
"
|
|
1157
|
+
"darwinia2-NATIVE-RING": {
|
|
1158
1158
|
"originChain": "darwinia",
|
|
1159
|
-
"slug": "
|
|
1159
|
+
"slug": "darwinia2-NATIVE-RING",
|
|
1160
1160
|
"name": "Darwinia",
|
|
1161
1161
|
"symbol": "RING",
|
|
1162
1162
|
"decimals": 18,
|
|
@@ -5554,5 +5554,33 @@
|
|
|
5554
5554
|
"multiChainAsset": null,
|
|
5555
5555
|
"hasValue": true,
|
|
5556
5556
|
"icon": "default.png"
|
|
5557
|
+
},
|
|
5558
|
+
"vara_network-NATIVE-VARA": {
|
|
5559
|
+
"originChain": "vara_network",
|
|
5560
|
+
"slug": "vara_network-NATIVE-VARA",
|
|
5561
|
+
"name": "Vara",
|
|
5562
|
+
"symbol": "VARA",
|
|
5563
|
+
"decimals": 12,
|
|
5564
|
+
"priceId": null,
|
|
5565
|
+
"minAmount": "10000000000000",
|
|
5566
|
+
"assetType": "NATIVE",
|
|
5567
|
+
"metadata": null,
|
|
5568
|
+
"multiChainAsset": null,
|
|
5569
|
+
"hasValue": true,
|
|
5570
|
+
"icon": "default.png"
|
|
5571
|
+
},
|
|
5572
|
+
"snow_evm-NATIVE-ICZ": {
|
|
5573
|
+
"originChain": "snow_evm",
|
|
5574
|
+
"slug": "snow_evm-NATIVE-ICZ",
|
|
5575
|
+
"name": "Snow",
|
|
5576
|
+
"symbol": "ICZ",
|
|
5577
|
+
"decimals": 18,
|
|
5578
|
+
"priceId": null,
|
|
5579
|
+
"minAmount": "0",
|
|
5580
|
+
"assetType": "NATIVE",
|
|
5581
|
+
"metadata": null,
|
|
5582
|
+
"multiChainAsset": null,
|
|
5583
|
+
"hasValue": true,
|
|
5584
|
+
"icon": "default.png"
|
|
5557
5585
|
}
|
|
5558
5586
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -1287,18 +1287,19 @@
|
|
|
1287
1287
|
"evmInfo": null,
|
|
1288
1288
|
"icon": "nodle.png"
|
|
1289
1289
|
},
|
|
1290
|
-
"
|
|
1291
|
-
"slug": "
|
|
1292
|
-
"name": "Darwinia",
|
|
1290
|
+
"darwinia2": {
|
|
1291
|
+
"slug": "darwinia2",
|
|
1292
|
+
"name": "Darwinia 2",
|
|
1293
1293
|
"chainStatus": "ACTIVE",
|
|
1294
1294
|
"providers": {
|
|
1295
|
-
"Darwinia Network": "wss://parachain-rpc.darwinia.network"
|
|
1295
|
+
"Darwinia Network": "wss://parachain-rpc.darwinia.network",
|
|
1296
|
+
"Darwinia EVM": "https://rpc.darwinia.network"
|
|
1296
1297
|
},
|
|
1297
1298
|
"isTestnet": false,
|
|
1298
1299
|
"substrateInfo": {
|
|
1299
1300
|
"paraId": 2046,
|
|
1300
1301
|
"relaySlug": "polkadot",
|
|
1301
|
-
"genesisHash": "
|
|
1302
|
+
"genesisHash": "0xf0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e",
|
|
1302
1303
|
"addressPrefix": 18,
|
|
1303
1304
|
"crowdloanUrl": "https://darwinia.network/plo_contribute",
|
|
1304
1305
|
"chainType": "PARACHAIN",
|
|
@@ -1310,7 +1311,18 @@
|
|
|
1310
1311
|
"supportSmartContract": null,
|
|
1311
1312
|
"supportStaking": false
|
|
1312
1313
|
},
|
|
1313
|
-
"evmInfo":
|
|
1314
|
+
"evmInfo": {
|
|
1315
|
+
"evmChainId": 46,
|
|
1316
|
+
"blockExplorer": "https://darwinia.subscan.io/",
|
|
1317
|
+
"symbol": "RING",
|
|
1318
|
+
"decimals": 18,
|
|
1319
|
+
"existentialDeposit": "0",
|
|
1320
|
+
"supportSmartContract": [
|
|
1321
|
+
"ERC20",
|
|
1322
|
+
"ERC721"
|
|
1323
|
+
],
|
|
1324
|
+
"abiExplorer": null
|
|
1325
|
+
},
|
|
1314
1326
|
"icon": "darwinia.png"
|
|
1315
1327
|
},
|
|
1316
1328
|
"sora_ksm": {
|
|
@@ -1984,15 +1996,15 @@
|
|
|
1984
1996
|
},
|
|
1985
1997
|
"subsocial_x": {
|
|
1986
1998
|
"slug": "subsocial_x",
|
|
1987
|
-
"name": "
|
|
1999
|
+
"name": "Subsocial",
|
|
1988
2000
|
"chainStatus": "ACTIVE",
|
|
1989
2001
|
"providers": {
|
|
1990
2002
|
"subsocialx": "wss://para.f3joule.space"
|
|
1991
2003
|
},
|
|
1992
2004
|
"isTestnet": false,
|
|
1993
2005
|
"substrateInfo": {
|
|
1994
|
-
"paraId":
|
|
1995
|
-
"relaySlug": "
|
|
2006
|
+
"paraId": 2101,
|
|
2007
|
+
"relaySlug": "polkadot",
|
|
1996
2008
|
"genesisHash": "0x4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f",
|
|
1997
2009
|
"addressPrefix": 28,
|
|
1998
2010
|
"crowdloanUrl": "https://app.subsocial.network/crowdloan",
|
|
@@ -2018,8 +2030,8 @@
|
|
|
2018
2030
|
},
|
|
2019
2031
|
"isTestnet": false,
|
|
2020
2032
|
"substrateInfo": {
|
|
2021
|
-
"paraId":
|
|
2022
|
-
"relaySlug": "
|
|
2033
|
+
"paraId": 2092,
|
|
2034
|
+
"relaySlug": "polkadot",
|
|
2023
2035
|
"genesisHash": "0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
|
2024
2036
|
"addressPrefix": 73,
|
|
2025
2037
|
"crowdloanUrl": "https://crowdloan.zeitgeist.pm/",
|
|
@@ -2346,8 +2358,8 @@
|
|
|
2346
2358
|
"name": "Mangata Kusama",
|
|
2347
2359
|
"chainStatus": "ACTIVE",
|
|
2348
2360
|
"providers": {
|
|
2349
|
-
"mangata": "wss://
|
|
2350
|
-
"
|
|
2361
|
+
"mangata": "wss://kusama-rpc.mangata.online",
|
|
2362
|
+
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
2351
2363
|
},
|
|
2352
2364
|
"isTestnet": false,
|
|
2353
2365
|
"substrateInfo": {
|
|
@@ -2446,7 +2458,7 @@
|
|
|
2446
2458
|
},
|
|
2447
2459
|
"tinkernet": {
|
|
2448
2460
|
"slug": "tinkernet",
|
|
2449
|
-
"name": "
|
|
2461
|
+
"name": "Tinkernet",
|
|
2450
2462
|
"chainStatus": "ACTIVE",
|
|
2451
2463
|
"providers": {
|
|
2452
2464
|
"Invarch": "wss://tinker.invarch.network",
|
|
@@ -2590,7 +2602,7 @@
|
|
|
2590
2602
|
"genesisHash": "0x7f489750cfe91e17fc19b42a5acaba41d1975cedd3440075d4a4b4171ad0ac20",
|
|
2591
2603
|
"addressPrefix": 2254,
|
|
2592
2604
|
"chainType": "RELAYCHAIN",
|
|
2593
|
-
"blockExplorer":
|
|
2605
|
+
"blockExplorer": "https://explorer.subspace.network/#/gemini-3d",
|
|
2594
2606
|
"symbol": "tSSC",
|
|
2595
2607
|
"existentialDeposit": "500",
|
|
2596
2608
|
"decimals": 18,
|
|
@@ -2599,7 +2611,7 @@
|
|
|
2599
2611
|
"supportStaking": false
|
|
2600
2612
|
},
|
|
2601
2613
|
"evmInfo": null,
|
|
2602
|
-
"icon": "
|
|
2614
|
+
"icon": "subspace.png"
|
|
2603
2615
|
},
|
|
2604
2616
|
"origintrail": {
|
|
2605
2617
|
"slug": "origintrail",
|
|
@@ -4044,5 +4056,53 @@
|
|
|
4044
4056
|
},
|
|
4045
4057
|
"evmInfo": null,
|
|
4046
4058
|
"icon": "default.png"
|
|
4059
|
+
},
|
|
4060
|
+
"vara_network": {
|
|
4061
|
+
"slug": "vara_network",
|
|
4062
|
+
"name": "Vara Network",
|
|
4063
|
+
"chainStatus": "ACTIVE",
|
|
4064
|
+
"providers": {
|
|
4065
|
+
"Vara": "wss://rpc.vara-network.io"
|
|
4066
|
+
},
|
|
4067
|
+
"isTestnet": false,
|
|
4068
|
+
"substrateInfo": {
|
|
4069
|
+
"paraId": null,
|
|
4070
|
+
"relaySlug": null,
|
|
4071
|
+
"genesisHash": "0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763",
|
|
4072
|
+
"addressPrefix": 137,
|
|
4073
|
+
"chainType": "RELAYCHAIN",
|
|
4074
|
+
"symbol": "VARA",
|
|
4075
|
+
"existentialDeposit": "10000000000000",
|
|
4076
|
+
"decimals": 12,
|
|
4077
|
+
"supportStaking": false,
|
|
4078
|
+
"hasNativeNft": false,
|
|
4079
|
+
"supportSmartContract": null,
|
|
4080
|
+
"blockExplorer": null
|
|
4081
|
+
},
|
|
4082
|
+
"evmInfo": null,
|
|
4083
|
+
"icon": "default.png"
|
|
4084
|
+
},
|
|
4085
|
+
"snow_evm": {
|
|
4086
|
+
"slug": "snow_evm",
|
|
4087
|
+
"name": "Snow - EVM",
|
|
4088
|
+
"isTestnet": false,
|
|
4089
|
+
"chainStatus": "ACTIVE",
|
|
4090
|
+
"providers": {
|
|
4091
|
+
"Snow": "https://snow-rpc.icenetwork.io:9933"
|
|
4092
|
+
},
|
|
4093
|
+
"substrateInfo": null,
|
|
4094
|
+
"evmInfo": {
|
|
4095
|
+
"evmChainId": 552,
|
|
4096
|
+
"blockExplorer": null,
|
|
4097
|
+
"symbol": "ICZ",
|
|
4098
|
+
"decimals": 18,
|
|
4099
|
+
"existentialDeposit": "0",
|
|
4100
|
+
"supportSmartContract": [
|
|
4101
|
+
"ERC20",
|
|
4102
|
+
"ERC721"
|
|
4103
|
+
],
|
|
4104
|
+
"abiExplorer": null
|
|
4105
|
+
},
|
|
4106
|
+
"icon": "snow-network.png"
|
|
4047
4107
|
}
|
|
4048
4108
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
2
3
|
"polkadot": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadot.png",
|
|
3
4
|
"kusama": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kusama.png",
|
|
4
5
|
"ethereum": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/ethereum.png",
|
|
@@ -45,7 +46,7 @@
|
|
|
45
46
|
"centrifuge": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/centrifuge.png",
|
|
46
47
|
"interlay": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/interlay.png",
|
|
47
48
|
"nodle": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png",
|
|
48
|
-
"
|
|
49
|
+
"darwinia2": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png",
|
|
49
50
|
"sora_ksm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png",
|
|
50
51
|
"odyssey": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png",
|
|
51
52
|
"polkadex": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png",
|
|
@@ -93,7 +94,7 @@
|
|
|
93
94
|
"subspace_test": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
94
95
|
"subspace_gemini_2a": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
95
96
|
"subspace_gemini_3c": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
96
|
-
"subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/
|
|
97
|
+
"subspace_gemini_3d": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png",
|
|
97
98
|
"origintrail": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/origintrail.png",
|
|
98
99
|
"dorafactory": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/dora-factory.png",
|
|
99
100
|
"bajun": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/bajun-network.png",
|
|
@@ -151,5 +152,7 @@
|
|
|
151
152
|
"alephSmartNet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/aleph-zero.png",
|
|
152
153
|
"kulupu": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kulupu-network.png",
|
|
153
154
|
"joystream": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/joystream.png",
|
|
154
|
-
"aventus_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
155
|
+
"aventus_testnet": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
156
|
+
"vara_network": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
157
|
+
"snow_evm": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/snow-network.png"
|
|
155
158
|
}
|
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.1.
|
|
10
|
+
version: '0.1.4'
|
|
11
11
|
};
|