@subwallet/chain-list 0.1.2 → 0.1.5
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 +142 -26
- package/cjs/data/AssetLogoMap.json +4 -1
- package/cjs/data/ChainAsset.json +47 -3
- package/cjs/data/ChainInfo.json +76 -16
- package/cjs/data/ChainLogoMap.json +6 -3
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -1
- package/data/ChainAsset.json +47 -3
- package/data/ChainInfo.json +76 -16
- package/data/ChainLogoMap.json +6 -3
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -57,6 +57,7 @@
|
|
|
57
57
|
var kbtc = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kbtc.png";
|
|
58
58
|
var nodl = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png";
|
|
59
59
|
var ring = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png";
|
|
60
|
+
var kton = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
60
61
|
var xor = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png";
|
|
61
62
|
var ares = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png";
|
|
62
63
|
var pdex = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png";
|
|
@@ -249,7 +250,9 @@
|
|
|
249
250
|
var cat = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
250
251
|
var exrp = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
251
252
|
var moonpets = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
253
|
+
var vara = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
252
254
|
const _AssetLogoMap = {
|
|
255
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
253
256
|
dot: dot,
|
|
254
257
|
ksm: ksm,
|
|
255
258
|
eth: eth,
|
|
@@ -301,6 +304,7 @@
|
|
|
301
304
|
kbtc: kbtc,
|
|
302
305
|
nodl: nodl,
|
|
303
306
|
ring: ring,
|
|
307
|
+
kton: kton,
|
|
304
308
|
xor: xor,
|
|
305
309
|
ares: ares,
|
|
306
310
|
pdex: pdex,
|
|
@@ -493,7 +497,8 @@
|
|
|
493
497
|
anaut: anaut,
|
|
494
498
|
cat: cat,
|
|
495
499
|
exrp: exrp,
|
|
496
|
-
moonpets: moonpets
|
|
500
|
+
moonpets: moonpets,
|
|
501
|
+
vara: vara
|
|
497
502
|
};
|
|
498
503
|
|
|
499
504
|
const _AssetRefMap = {
|
|
@@ -1865,9 +1870,9 @@
|
|
|
1865
1870
|
hasValue: true,
|
|
1866
1871
|
icon: "nodle.png"
|
|
1867
1872
|
},
|
|
1868
|
-
"
|
|
1869
|
-
originChain: "
|
|
1870
|
-
slug: "
|
|
1873
|
+
"darwinia2-NATIVE-RING": {
|
|
1874
|
+
originChain: "darwinia2",
|
|
1875
|
+
slug: "darwinia2-NATIVE-RING",
|
|
1871
1876
|
name: "Darwinia",
|
|
1872
1877
|
symbol: "RING",
|
|
1873
1878
|
decimals: 18,
|
|
@@ -1878,6 +1883,22 @@
|
|
|
1878
1883
|
multiChainAsset: null,
|
|
1879
1884
|
hasValue: true,
|
|
1880
1885
|
icon: "darwinia.png"
|
|
1886
|
+
},
|
|
1887
|
+
"darwinia2-LOCAL-KTON": {
|
|
1888
|
+
originChain: "darwinia2",
|
|
1889
|
+
slug: "darwinia2-LOCAL-KTON",
|
|
1890
|
+
name: "Darwinia Commitment Token",
|
|
1891
|
+
symbol: "KTON",
|
|
1892
|
+
decimals: 18,
|
|
1893
|
+
priceId: null,
|
|
1894
|
+
minAmount: "1",
|
|
1895
|
+
assetType: "LOCAL",
|
|
1896
|
+
metadata: {
|
|
1897
|
+
assetId: "1026"
|
|
1898
|
+
},
|
|
1899
|
+
multiChainAsset: null,
|
|
1900
|
+
hasValue: true,
|
|
1901
|
+
icon: "default.png"
|
|
1881
1902
|
},
|
|
1882
1903
|
"sora_ksm-NATIVE-XOR": {
|
|
1883
1904
|
originChain: "sora_ksm",
|
|
@@ -6265,6 +6286,34 @@
|
|
|
6265
6286
|
multiChainAsset: null,
|
|
6266
6287
|
hasValue: true,
|
|
6267
6288
|
icon: "default.png"
|
|
6289
|
+
},
|
|
6290
|
+
"vara_network-NATIVE-VARA": {
|
|
6291
|
+
originChain: "vara_network",
|
|
6292
|
+
slug: "vara_network-NATIVE-VARA",
|
|
6293
|
+
name: "Vara",
|
|
6294
|
+
symbol: "VARA",
|
|
6295
|
+
decimals: 12,
|
|
6296
|
+
priceId: null,
|
|
6297
|
+
minAmount: "10000000000000",
|
|
6298
|
+
assetType: "NATIVE",
|
|
6299
|
+
metadata: null,
|
|
6300
|
+
multiChainAsset: null,
|
|
6301
|
+
hasValue: true,
|
|
6302
|
+
icon: "default.png"
|
|
6303
|
+
},
|
|
6304
|
+
"snow_evm-NATIVE-ICZ": {
|
|
6305
|
+
originChain: "snow_evm",
|
|
6306
|
+
slug: "snow_evm-NATIVE-ICZ",
|
|
6307
|
+
name: "Snow",
|
|
6308
|
+
symbol: "ICZ",
|
|
6309
|
+
decimals: 18,
|
|
6310
|
+
priceId: null,
|
|
6311
|
+
minAmount: "0",
|
|
6312
|
+
assetType: "NATIVE",
|
|
6313
|
+
metadata: null,
|
|
6314
|
+
multiChainAsset: null,
|
|
6315
|
+
hasValue: true,
|
|
6316
|
+
icon: "default.png"
|
|
6268
6317
|
}
|
|
6269
6318
|
};
|
|
6270
6319
|
|
|
@@ -7556,18 +7605,19 @@
|
|
|
7556
7605
|
evmInfo: null,
|
|
7557
7606
|
icon: "nodle.png"
|
|
7558
7607
|
};
|
|
7559
|
-
var
|
|
7560
|
-
slug: "
|
|
7561
|
-
name: "Darwinia",
|
|
7608
|
+
var darwinia2$1 = {
|
|
7609
|
+
slug: "darwinia2",
|
|
7610
|
+
name: "Darwinia 2",
|
|
7562
7611
|
chainStatus: "ACTIVE",
|
|
7563
7612
|
providers: {
|
|
7564
|
-
"Darwinia Network": "wss://parachain-rpc.darwinia.network"
|
|
7613
|
+
"Darwinia Network": "wss://parachain-rpc.darwinia.network",
|
|
7614
|
+
"Darwinia EVM": "https://rpc.darwinia.network"
|
|
7565
7615
|
},
|
|
7566
7616
|
isTestnet: false,
|
|
7567
7617
|
substrateInfo: {
|
|
7568
7618
|
paraId: 2046,
|
|
7569
7619
|
relaySlug: "polkadot",
|
|
7570
|
-
genesisHash: "
|
|
7620
|
+
genesisHash: "0xf0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e",
|
|
7571
7621
|
addressPrefix: 18,
|
|
7572
7622
|
crowdloanUrl: "https://darwinia.network/plo_contribute",
|
|
7573
7623
|
chainType: "PARACHAIN",
|
|
@@ -7579,7 +7629,18 @@
|
|
|
7579
7629
|
supportSmartContract: null,
|
|
7580
7630
|
supportStaking: false
|
|
7581
7631
|
},
|
|
7582
|
-
evmInfo:
|
|
7632
|
+
evmInfo: {
|
|
7633
|
+
evmChainId: 46,
|
|
7634
|
+
blockExplorer: "https://darwinia.subscan.io/",
|
|
7635
|
+
symbol: "RING",
|
|
7636
|
+
decimals: 18,
|
|
7637
|
+
existentialDeposit: "0",
|
|
7638
|
+
supportSmartContract: [
|
|
7639
|
+
"ERC20",
|
|
7640
|
+
"ERC721"
|
|
7641
|
+
],
|
|
7642
|
+
abiExplorer: null
|
|
7643
|
+
},
|
|
7583
7644
|
icon: "darwinia.png"
|
|
7584
7645
|
};
|
|
7585
7646
|
var sora_ksm$1 = {
|
|
@@ -8254,15 +8315,15 @@
|
|
|
8254
8315
|
};
|
|
8255
8316
|
var subsocial_x$1 = {
|
|
8256
8317
|
slug: "subsocial_x",
|
|
8257
|
-
name: "
|
|
8318
|
+
name: "Subsocial",
|
|
8258
8319
|
chainStatus: "ACTIVE",
|
|
8259
8320
|
providers: {
|
|
8260
8321
|
subsocialx: "wss://para.f3joule.space"
|
|
8261
8322
|
},
|
|
8262
8323
|
isTestnet: false,
|
|
8263
8324
|
substrateInfo: {
|
|
8264
|
-
paraId:
|
|
8265
|
-
relaySlug: "
|
|
8325
|
+
paraId: 2101,
|
|
8326
|
+
relaySlug: "polkadot",
|
|
8266
8327
|
genesisHash: "0x4a12be580bb959937a1c7a61d5cf24428ed67fa571974b4007645d1886e7c89f",
|
|
8267
8328
|
addressPrefix: 28,
|
|
8268
8329
|
crowdloanUrl: "https://app.subsocial.network/crowdloan",
|
|
@@ -8288,8 +8349,8 @@
|
|
|
8288
8349
|
},
|
|
8289
8350
|
isTestnet: false,
|
|
8290
8351
|
substrateInfo: {
|
|
8291
|
-
paraId:
|
|
8292
|
-
relaySlug: "
|
|
8352
|
+
paraId: 2092,
|
|
8353
|
+
relaySlug: "polkadot",
|
|
8293
8354
|
genesisHash: "0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
|
|
8294
8355
|
addressPrefix: 73,
|
|
8295
8356
|
crowdloanUrl: "https://crowdloan.zeitgeist.pm/",
|
|
@@ -8616,8 +8677,8 @@
|
|
|
8616
8677
|
name: "Mangata Kusama",
|
|
8617
8678
|
chainStatus: "ACTIVE",
|
|
8618
8679
|
providers: {
|
|
8619
|
-
mangata: "wss://
|
|
8620
|
-
|
|
8680
|
+
mangata: "wss://kusama-rpc.mangata.online",
|
|
8681
|
+
"Mangata Archive": "wss://kusama-archive.mangata.online"
|
|
8621
8682
|
},
|
|
8622
8683
|
isTestnet: false,
|
|
8623
8684
|
substrateInfo: {
|
|
@@ -8716,7 +8777,7 @@
|
|
|
8716
8777
|
};
|
|
8717
8778
|
var tinkernet$1 = {
|
|
8718
8779
|
slug: "tinkernet",
|
|
8719
|
-
name: "
|
|
8780
|
+
name: "Tinkernet",
|
|
8720
8781
|
chainStatus: "ACTIVE",
|
|
8721
8782
|
providers: {
|
|
8722
8783
|
Invarch: "wss://tinker.invarch.network",
|
|
@@ -8860,7 +8921,7 @@
|
|
|
8860
8921
|
genesisHash: "0x7f489750cfe91e17fc19b42a5acaba41d1975cedd3440075d4a4b4171ad0ac20",
|
|
8861
8922
|
addressPrefix: 2254,
|
|
8862
8923
|
chainType: "RELAYCHAIN",
|
|
8863
|
-
blockExplorer:
|
|
8924
|
+
blockExplorer: "https://explorer.subspace.network/#/gemini-3d",
|
|
8864
8925
|
symbol: "tSSC",
|
|
8865
8926
|
existentialDeposit: "500",
|
|
8866
8927
|
decimals: 18,
|
|
@@ -8869,7 +8930,7 @@
|
|
|
8869
8930
|
supportStaking: false
|
|
8870
8931
|
},
|
|
8871
8932
|
evmInfo: null,
|
|
8872
|
-
icon: "
|
|
8933
|
+
icon: "subspace.png"
|
|
8873
8934
|
};
|
|
8874
8935
|
var origintrail$1 = {
|
|
8875
8936
|
slug: "origintrail",
|
|
@@ -10290,6 +10351,54 @@
|
|
|
10290
10351
|
evmInfo: null,
|
|
10291
10352
|
icon: "default.png"
|
|
10292
10353
|
};
|
|
10354
|
+
var vara_network$1 = {
|
|
10355
|
+
slug: "vara_network",
|
|
10356
|
+
name: "Vara Network",
|
|
10357
|
+
chainStatus: "ACTIVE",
|
|
10358
|
+
providers: {
|
|
10359
|
+
Vara: "wss://rpc.vara-network.io"
|
|
10360
|
+
},
|
|
10361
|
+
isTestnet: false,
|
|
10362
|
+
substrateInfo: {
|
|
10363
|
+
paraId: null,
|
|
10364
|
+
relaySlug: null,
|
|
10365
|
+
genesisHash: "0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763",
|
|
10366
|
+
addressPrefix: 137,
|
|
10367
|
+
chainType: "RELAYCHAIN",
|
|
10368
|
+
symbol: "VARA",
|
|
10369
|
+
existentialDeposit: "10000000000000",
|
|
10370
|
+
decimals: 12,
|
|
10371
|
+
supportStaking: false,
|
|
10372
|
+
hasNativeNft: false,
|
|
10373
|
+
supportSmartContract: null,
|
|
10374
|
+
blockExplorer: null
|
|
10375
|
+
},
|
|
10376
|
+
evmInfo: null,
|
|
10377
|
+
icon: "default.png"
|
|
10378
|
+
};
|
|
10379
|
+
var snow_evm$1 = {
|
|
10380
|
+
slug: "snow_evm",
|
|
10381
|
+
name: "Snow - EVM",
|
|
10382
|
+
isTestnet: false,
|
|
10383
|
+
chainStatus: "ACTIVE",
|
|
10384
|
+
providers: {
|
|
10385
|
+
Snow: "https://snow-rpc.icenetwork.io:9933"
|
|
10386
|
+
},
|
|
10387
|
+
substrateInfo: null,
|
|
10388
|
+
evmInfo: {
|
|
10389
|
+
evmChainId: 552,
|
|
10390
|
+
blockExplorer: null,
|
|
10391
|
+
symbol: "ICZ",
|
|
10392
|
+
decimals: 18,
|
|
10393
|
+
existentialDeposit: "0",
|
|
10394
|
+
supportSmartContract: [
|
|
10395
|
+
"ERC20",
|
|
10396
|
+
"ERC721"
|
|
10397
|
+
],
|
|
10398
|
+
abiExplorer: null
|
|
10399
|
+
},
|
|
10400
|
+
icon: "snow-network.png"
|
|
10401
|
+
};
|
|
10293
10402
|
const _ChainInfoMap = {
|
|
10294
10403
|
polkadot: polkadot$1,
|
|
10295
10404
|
kusama: kusama$1,
|
|
@@ -10337,7 +10446,7 @@
|
|
|
10337
10446
|
centrifuge: centrifuge$1,
|
|
10338
10447
|
interlay: interlay$1,
|
|
10339
10448
|
nodle: nodle$1,
|
|
10340
|
-
|
|
10449
|
+
darwinia2: darwinia2$1,
|
|
10341
10450
|
sora_ksm: sora_ksm$1,
|
|
10342
10451
|
odyssey: odyssey$1,
|
|
10343
10452
|
polkadex: polkadex$1,
|
|
@@ -10467,7 +10576,9 @@
|
|
|
10467
10576
|
alephSmartNet: alephSmartNet$1,
|
|
10468
10577
|
kulupu: kulupu$1,
|
|
10469
10578
|
joystream: joystream$1,
|
|
10470
|
-
aventus_testnet: aventus_testnet$1
|
|
10579
|
+
aventus_testnet: aventus_testnet$1,
|
|
10580
|
+
vara_network: vara_network$1,
|
|
10581
|
+
snow_evm: snow_evm$1
|
|
10471
10582
|
};
|
|
10472
10583
|
|
|
10473
10584
|
var polkadot = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadot.png";
|
|
@@ -10516,7 +10627,7 @@
|
|
|
10516
10627
|
var centrifuge = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/centrifuge.png";
|
|
10517
10628
|
var interlay = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/interlay.png";
|
|
10518
10629
|
var nodle = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png";
|
|
10519
|
-
var
|
|
10630
|
+
var darwinia2 = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png";
|
|
10520
10631
|
var sora_ksm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png";
|
|
10521
10632
|
var odyssey = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png";
|
|
10522
10633
|
var polkadex = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png";
|
|
@@ -10564,7 +10675,7 @@
|
|
|
10564
10675
|
var subspace_test = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10565
10676
|
var subspace_gemini_2a = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10566
10677
|
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/
|
|
10678
|
+
var subspace_gemini_3d = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/subspace.png";
|
|
10568
10679
|
var origintrail = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/origintrail.png";
|
|
10569
10680
|
var dorafactory = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/dora-factory.png";
|
|
10570
10681
|
var bajun = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/bajun-network.png";
|
|
@@ -10622,7 +10733,10 @@
|
|
|
10622
10733
|
var kulupu = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kulupu-network.png";
|
|
10623
10734
|
var joystream = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/joystream.png";
|
|
10624
10735
|
var aventus_testnet = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
10736
|
+
var vara_network = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png";
|
|
10737
|
+
var snow_evm = "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/snow-network.png";
|
|
10625
10738
|
const _ChainLogoMap = {
|
|
10739
|
+
"default": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
10626
10740
|
polkadot: polkadot,
|
|
10627
10741
|
kusama: kusama,
|
|
10628
10742
|
ethereum: ethereum,
|
|
@@ -10669,7 +10783,7 @@
|
|
|
10669
10783
|
centrifuge: centrifuge,
|
|
10670
10784
|
interlay: interlay,
|
|
10671
10785
|
nodle: nodle,
|
|
10672
|
-
|
|
10786
|
+
darwinia2: darwinia2,
|
|
10673
10787
|
sora_ksm: sora_ksm,
|
|
10674
10788
|
odyssey: odyssey,
|
|
10675
10789
|
polkadex: polkadex,
|
|
@@ -10775,7 +10889,9 @@
|
|
|
10775
10889
|
alephSmartNet: alephSmartNet,
|
|
10776
10890
|
kulupu: kulupu,
|
|
10777
10891
|
joystream: joystream,
|
|
10778
|
-
aventus_testnet: aventus_testnet
|
|
10892
|
+
aventus_testnet: aventus_testnet,
|
|
10893
|
+
vara_network: vara_network,
|
|
10894
|
+
snow_evm: snow_evm
|
|
10779
10895
|
};
|
|
10780
10896
|
|
|
10781
10897
|
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",
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kbtc.png",
|
|
51
52
|
"nodl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png",
|
|
52
53
|
"ring": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png",
|
|
54
|
+
"kton": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
53
55
|
"xor": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png",
|
|
54
56
|
"ares": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png",
|
|
55
57
|
"pdex": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png",
|
|
@@ -242,5 +244,6 @@
|
|
|
242
244
|
"anaut": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
243
245
|
"cat": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
244
246
|
"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"
|
|
247
|
+
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
248
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
246
249
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -1154,9 +1154,9 @@
|
|
|
1154
1154
|
"hasValue": true,
|
|
1155
1155
|
"icon": "nodle.png"
|
|
1156
1156
|
},
|
|
1157
|
-
"
|
|
1158
|
-
"originChain": "
|
|
1159
|
-
"slug": "
|
|
1157
|
+
"darwinia2-NATIVE-RING": {
|
|
1158
|
+
"originChain": "darwinia2",
|
|
1159
|
+
"slug": "darwinia2-NATIVE-RING",
|
|
1160
1160
|
"name": "Darwinia",
|
|
1161
1161
|
"symbol": "RING",
|
|
1162
1162
|
"decimals": 18,
|
|
@@ -1168,6 +1168,22 @@
|
|
|
1168
1168
|
"hasValue": true,
|
|
1169
1169
|
"icon": "darwinia.png"
|
|
1170
1170
|
},
|
|
1171
|
+
"darwinia2-LOCAL-KTON": {
|
|
1172
|
+
"originChain": "darwinia2",
|
|
1173
|
+
"slug": "darwinia2-LOCAL-KTON",
|
|
1174
|
+
"name": "Darwinia Commitment Token",
|
|
1175
|
+
"symbol": "KTON",
|
|
1176
|
+
"decimals": 18,
|
|
1177
|
+
"priceId": null,
|
|
1178
|
+
"minAmount": "1",
|
|
1179
|
+
"assetType": "LOCAL",
|
|
1180
|
+
"metadata": {
|
|
1181
|
+
"assetId": "1026"
|
|
1182
|
+
},
|
|
1183
|
+
"multiChainAsset": null,
|
|
1184
|
+
"hasValue": true,
|
|
1185
|
+
"icon": "default.png"
|
|
1186
|
+
},
|
|
1171
1187
|
"sora_ksm-NATIVE-XOR": {
|
|
1172
1188
|
"originChain": "sora_ksm",
|
|
1173
1189
|
"slug": "sora_ksm-NATIVE-XOR",
|
|
@@ -5554,5 +5570,33 @@
|
|
|
5554
5570
|
"multiChainAsset": null,
|
|
5555
5571
|
"hasValue": true,
|
|
5556
5572
|
"icon": "default.png"
|
|
5573
|
+
},
|
|
5574
|
+
"vara_network-NATIVE-VARA": {
|
|
5575
|
+
"originChain": "vara_network",
|
|
5576
|
+
"slug": "vara_network-NATIVE-VARA",
|
|
5577
|
+
"name": "Vara",
|
|
5578
|
+
"symbol": "VARA",
|
|
5579
|
+
"decimals": 12,
|
|
5580
|
+
"priceId": null,
|
|
5581
|
+
"minAmount": "10000000000000",
|
|
5582
|
+
"assetType": "NATIVE",
|
|
5583
|
+
"metadata": null,
|
|
5584
|
+
"multiChainAsset": null,
|
|
5585
|
+
"hasValue": true,
|
|
5586
|
+
"icon": "default.png"
|
|
5587
|
+
},
|
|
5588
|
+
"snow_evm-NATIVE-ICZ": {
|
|
5589
|
+
"originChain": "snow_evm",
|
|
5590
|
+
"slug": "snow_evm-NATIVE-ICZ",
|
|
5591
|
+
"name": "Snow",
|
|
5592
|
+
"symbol": "ICZ",
|
|
5593
|
+
"decimals": 18,
|
|
5594
|
+
"priceId": null,
|
|
5595
|
+
"minAmount": "0",
|
|
5596
|
+
"assetType": "NATIVE",
|
|
5597
|
+
"metadata": null,
|
|
5598
|
+
"multiChainAsset": null,
|
|
5599
|
+
"hasValue": true,
|
|
5600
|
+
"icon": "default.png"
|
|
5557
5601
|
}
|
|
5558
5602
|
}
|
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",
|
|
@@ -50,6 +51,7 @@
|
|
|
50
51
|
"kbtc": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/kbtc.png",
|
|
51
52
|
"nodl": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/nodle.png",
|
|
52
53
|
"ring": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/darwinia.png",
|
|
54
|
+
"kton": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
53
55
|
"xor": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/sora.png",
|
|
54
56
|
"ares": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/odyssey.png",
|
|
55
57
|
"pdex": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/polkadex.png",
|
|
@@ -242,5 +244,6 @@
|
|
|
242
244
|
"anaut": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
243
245
|
"cat": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
244
246
|
"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"
|
|
247
|
+
"moonpets": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png",
|
|
248
|
+
"vara": "https://raw.githubusercontent.com/Koniverse/SubWallet-Chain/master/packages/chain-list/src/logo/default.png"
|
|
246
249
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -1154,9 +1154,9 @@
|
|
|
1154
1154
|
"hasValue": true,
|
|
1155
1155
|
"icon": "nodle.png"
|
|
1156
1156
|
},
|
|
1157
|
-
"
|
|
1158
|
-
"originChain": "
|
|
1159
|
-
"slug": "
|
|
1157
|
+
"darwinia2-NATIVE-RING": {
|
|
1158
|
+
"originChain": "darwinia2",
|
|
1159
|
+
"slug": "darwinia2-NATIVE-RING",
|
|
1160
1160
|
"name": "Darwinia",
|
|
1161
1161
|
"symbol": "RING",
|
|
1162
1162
|
"decimals": 18,
|
|
@@ -1168,6 +1168,22 @@
|
|
|
1168
1168
|
"hasValue": true,
|
|
1169
1169
|
"icon": "darwinia.png"
|
|
1170
1170
|
},
|
|
1171
|
+
"darwinia2-LOCAL-KTON": {
|
|
1172
|
+
"originChain": "darwinia2",
|
|
1173
|
+
"slug": "darwinia2-LOCAL-KTON",
|
|
1174
|
+
"name": "Darwinia Commitment Token",
|
|
1175
|
+
"symbol": "KTON",
|
|
1176
|
+
"decimals": 18,
|
|
1177
|
+
"priceId": null,
|
|
1178
|
+
"minAmount": "1",
|
|
1179
|
+
"assetType": "LOCAL",
|
|
1180
|
+
"metadata": {
|
|
1181
|
+
"assetId": "1026"
|
|
1182
|
+
},
|
|
1183
|
+
"multiChainAsset": null,
|
|
1184
|
+
"hasValue": true,
|
|
1185
|
+
"icon": "default.png"
|
|
1186
|
+
},
|
|
1171
1187
|
"sora_ksm-NATIVE-XOR": {
|
|
1172
1188
|
"originChain": "sora_ksm",
|
|
1173
1189
|
"slug": "sora_ksm-NATIVE-XOR",
|
|
@@ -5554,5 +5570,33 @@
|
|
|
5554
5570
|
"multiChainAsset": null,
|
|
5555
5571
|
"hasValue": true,
|
|
5556
5572
|
"icon": "default.png"
|
|
5573
|
+
},
|
|
5574
|
+
"vara_network-NATIVE-VARA": {
|
|
5575
|
+
"originChain": "vara_network",
|
|
5576
|
+
"slug": "vara_network-NATIVE-VARA",
|
|
5577
|
+
"name": "Vara",
|
|
5578
|
+
"symbol": "VARA",
|
|
5579
|
+
"decimals": 12,
|
|
5580
|
+
"priceId": null,
|
|
5581
|
+
"minAmount": "10000000000000",
|
|
5582
|
+
"assetType": "NATIVE",
|
|
5583
|
+
"metadata": null,
|
|
5584
|
+
"multiChainAsset": null,
|
|
5585
|
+
"hasValue": true,
|
|
5586
|
+
"icon": "default.png"
|
|
5587
|
+
},
|
|
5588
|
+
"snow_evm-NATIVE-ICZ": {
|
|
5589
|
+
"originChain": "snow_evm",
|
|
5590
|
+
"slug": "snow_evm-NATIVE-ICZ",
|
|
5591
|
+
"name": "Snow",
|
|
5592
|
+
"symbol": "ICZ",
|
|
5593
|
+
"decimals": 18,
|
|
5594
|
+
"priceId": null,
|
|
5595
|
+
"minAmount": "0",
|
|
5596
|
+
"assetType": "NATIVE",
|
|
5597
|
+
"metadata": null,
|
|
5598
|
+
"multiChainAsset": null,
|
|
5599
|
+
"hasValue": true,
|
|
5600
|
+
"icon": "default.png"
|
|
5557
5601
|
}
|
|
5558
5602
|
}
|
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.5'
|
|
11
11
|
};
|