@subwallet/chain-list 0.2.116-beta.1-pr-578-62c6d7ba → 0.2.117-beta.1-pr-585-4f762314
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 +121 -2
- package/cjs/data/AssetLogoMap.json +1196 -1194
- package/cjs/data/ChainAsset.json +1099 -1071
- package/cjs/data/ChainInfo.json +452 -371
- package/cjs/data/ChainLogoMap.json +377 -375
- package/cjs/data/MultiChainAsset.json +118 -118
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1196 -1194
- package/data/ChainAsset.json +1099 -1071
- package/data/ChainInfo.json +452 -371
- package/data/ChainLogoMap.json +377 -375
- package/data/MultiChainAsset.json +118 -118
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1408,6 +1408,8 @@
|
|
|
1408
1408
|
"hydradx_main-local-sui": "/assets/chain-assets/hydradx_main-local-sui.png",
|
|
1409
1409
|
"peaq_evm-erc20-stgusdt-0xf4d9235269a96aadafc9adae454a0618ebe37949": "/assets/chain-assets/peaq_evm-erc20-stgusdt-0xf4d9235269a96aadafc9adae454a0618ebe37949.png",
|
|
1410
1410
|
"peaq_evm-erc20-usdc-0xbba60da06c2c5424f03f7434542280fcad453d10": "/assets/chain-assets/peaq_evm-erc20-usdc-0xbba60da06c2c5424f03f7434542280fcad453d10.png",
|
|
1411
|
+
"zkverify-native-vfy": "/assets/chain-assets/zkverify-native-vfy.png",
|
|
1412
|
+
"vflow-native-vfy": "/assets/chain-assets/vflow-native-vfy.png",
|
|
1411
1413
|
"paseo_assethub-native-pas": "/assets/chain-assets/paseo_assethub-native-pas.png",
|
|
1412
1414
|
"eth-ethereum": "/assets/multi-chain-assets/eth-ethereum.png",
|
|
1413
1415
|
"ibtc-interbtc": "/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
@@ -21203,7 +21205,7 @@
|
|
|
21203
21205
|
name: "Hydrated Dollar",
|
|
21204
21206
|
symbol: "HOLLAR",
|
|
21205
21207
|
decimals: 18,
|
|
21206
|
-
priceId:
|
|
21208
|
+
priceId: "hydrated-dollar",
|
|
21207
21209
|
minAmount: "0",
|
|
21208
21210
|
assetType: "LOCAL",
|
|
21209
21211
|
metadata: {
|
|
@@ -21261,6 +21263,34 @@
|
|
|
21261
21263
|
multiChainAsset: "USDC-USDCoin",
|
|
21262
21264
|
hasValue: true,
|
|
21263
21265
|
icon: "/assets/chain-assets/peaq_evm-erc20-usdc-0xbba60da06c2c5424f03f7434542280fcad453d10.png"
|
|
21266
|
+
},
|
|
21267
|
+
"zkverify-NATIVE-VFY": {
|
|
21268
|
+
originChain: "zkverify",
|
|
21269
|
+
slug: "zkverify-NATIVE-VFY",
|
|
21270
|
+
name: "zkVerify",
|
|
21271
|
+
symbol: "VFY",
|
|
21272
|
+
decimals: 18,
|
|
21273
|
+
priceId: "zkverify",
|
|
21274
|
+
minAmount: "10000000000000000",
|
|
21275
|
+
assetType: "NATIVE",
|
|
21276
|
+
metadata: null,
|
|
21277
|
+
multiChainAsset: null,
|
|
21278
|
+
hasValue: true,
|
|
21279
|
+
icon: "/assets/chain-assets/zkverify-native-vfy.png"
|
|
21280
|
+
},
|
|
21281
|
+
"vflow-NATIVE-VFY": {
|
|
21282
|
+
originChain: "vflow",
|
|
21283
|
+
slug: "vflow-NATIVE-VFY",
|
|
21284
|
+
name: "zkVerify",
|
|
21285
|
+
symbol: "VFY",
|
|
21286
|
+
decimals: 18,
|
|
21287
|
+
priceId: "zkverify",
|
|
21288
|
+
minAmount: "0",
|
|
21289
|
+
assetType: "NATIVE",
|
|
21290
|
+
metadata: null,
|
|
21291
|
+
multiChainAsset: null,
|
|
21292
|
+
hasValue: true,
|
|
21293
|
+
icon: "/assets/chain-assets/vflow-native-vfy.png"
|
|
21264
21294
|
},
|
|
21265
21295
|
"paseo_assethub-NATIVE-PAS": {
|
|
21266
21296
|
originChain: "paseo_assethub",
|
|
@@ -34380,6 +34410,89 @@
|
|
|
34380
34410
|
tonInfo: null,
|
|
34381
34411
|
cardanoInfo: null
|
|
34382
34412
|
};
|
|
34413
|
+
var zkverify$1 = {
|
|
34414
|
+
slug: "zkverify",
|
|
34415
|
+
name: "zkVerify",
|
|
34416
|
+
isTestnet: false,
|
|
34417
|
+
chainStatus: "ACTIVE",
|
|
34418
|
+
icon: "/assets/chains/zkverify.png",
|
|
34419
|
+
providers: {
|
|
34420
|
+
zkVerify: "wss://zkverify-rpc.zkverify.io"
|
|
34421
|
+
},
|
|
34422
|
+
evmInfo: null,
|
|
34423
|
+
substrateInfo: {
|
|
34424
|
+
relaySlug: null,
|
|
34425
|
+
paraId: null,
|
|
34426
|
+
genesisHash: "0x060e3dd3fa2904d031206bb913c954687a2bcc350e5a83d33d9e273ad21460f1",
|
|
34427
|
+
addressPrefix: 8741,
|
|
34428
|
+
chainType: "RELAYCHAIN",
|
|
34429
|
+
crowdloanUrl: null,
|
|
34430
|
+
blockExplorer: "https://zkverify.subscan.io/",
|
|
34431
|
+
existentialDeposit: "10000000000000000",
|
|
34432
|
+
symbol: "VFY",
|
|
34433
|
+
decimals: 18,
|
|
34434
|
+
hasNativeNft: null,
|
|
34435
|
+
supportStaking: null,
|
|
34436
|
+
supportSmartContract: null,
|
|
34437
|
+
crowdloanParaId: null,
|
|
34438
|
+
crowdloanFunds: [
|
|
34439
|
+
]
|
|
34440
|
+
},
|
|
34441
|
+
extraInfo: {
|
|
34442
|
+
subscanSlug: "zkverify",
|
|
34443
|
+
chainBalanceSlug: "zkverify"
|
|
34444
|
+
},
|
|
34445
|
+
bitcoinInfo: null,
|
|
34446
|
+
tonInfo: null,
|
|
34447
|
+
cardanoInfo: null
|
|
34448
|
+
};
|
|
34449
|
+
var vflow$1 = {
|
|
34450
|
+
slug: "vflow",
|
|
34451
|
+
name: "VFlow",
|
|
34452
|
+
isTestnet: false,
|
|
34453
|
+
chainStatus: "ACTIVE",
|
|
34454
|
+
icon: "/assets/chains/vflow.png",
|
|
34455
|
+
providers: {
|
|
34456
|
+
zkVerify: "wss://vflow-rpc.zkverify.io"
|
|
34457
|
+
},
|
|
34458
|
+
evmInfo: {
|
|
34459
|
+
evmChainId: 1408,
|
|
34460
|
+
blockExplorer: "https://vflow.subscan.io/",
|
|
34461
|
+
existentialDeposit: "0",
|
|
34462
|
+
symbol: "VFY",
|
|
34463
|
+
decimals: 18,
|
|
34464
|
+
supportSmartContract: [
|
|
34465
|
+
"ERC20",
|
|
34466
|
+
"ERC721"
|
|
34467
|
+
],
|
|
34468
|
+
abiExplorer: null
|
|
34469
|
+
},
|
|
34470
|
+
substrateInfo: {
|
|
34471
|
+
relaySlug: null,
|
|
34472
|
+
paraId: 1,
|
|
34473
|
+
genesisHash: "0xf512a4b3308b4d5d6a2609e814d2bb5e5070c89dd21af63f6e01a72a286913e4",
|
|
34474
|
+
addressPrefix: 0,
|
|
34475
|
+
chainType: "PARACHAIN",
|
|
34476
|
+
crowdloanUrl: null,
|
|
34477
|
+
blockExplorer: "https://vflow.subscan.io/",
|
|
34478
|
+
existentialDeposit: "0",
|
|
34479
|
+
symbol: "VFY",
|
|
34480
|
+
decimals: 18,
|
|
34481
|
+
hasNativeNft: null,
|
|
34482
|
+
supportStaking: null,
|
|
34483
|
+
supportSmartContract: null,
|
|
34484
|
+
crowdloanParaId: null,
|
|
34485
|
+
crowdloanFunds: [
|
|
34486
|
+
]
|
|
34487
|
+
},
|
|
34488
|
+
extraInfo: {
|
|
34489
|
+
subscanSlug: "vflow",
|
|
34490
|
+
chainBalanceSlug: "vflow"
|
|
34491
|
+
},
|
|
34492
|
+
bitcoinInfo: null,
|
|
34493
|
+
tonInfo: null,
|
|
34494
|
+
cardanoInfo: null
|
|
34495
|
+
};
|
|
34383
34496
|
const _ChainInfoMap = {
|
|
34384
34497
|
polkadot: polkadot$1,
|
|
34385
34498
|
kusama: kusama$1,
|
|
@@ -34809,7 +34922,9 @@
|
|
|
34809
34922
|
hydradx_hollarnet: hydradx_hollarnet$1,
|
|
34810
34923
|
xode: xode$1,
|
|
34811
34924
|
chronos_consensus: chronos_consensus$1,
|
|
34812
|
-
chronos_auto: chronos_auto$1
|
|
34925
|
+
chronos_auto: chronos_auto$1,
|
|
34926
|
+
zkverify: zkverify$1,
|
|
34927
|
+
vflow: vflow$1
|
|
34813
34928
|
};
|
|
34814
34929
|
|
|
34815
34930
|
var polkadot = "/assets/chains/polkadot.png";
|
|
@@ -35181,6 +35296,8 @@
|
|
|
35181
35296
|
var xode = "/assets/chains/xode.png";
|
|
35182
35297
|
var chronos_consensus = "/assets/chains/chronos_consensus.png";
|
|
35183
35298
|
var chronos_auto = "/assets/chains/chronos_auto.png";
|
|
35299
|
+
var zkverify = "/assets/chains/zkverify.png";
|
|
35300
|
+
var vflow = "/assets/chains/vflow.png";
|
|
35184
35301
|
const _ChainLogoMap = {
|
|
35185
35302
|
"default": "/assets/default.png",
|
|
35186
35303
|
polkadot: polkadot,
|
|
@@ -35554,6 +35671,8 @@
|
|
|
35554
35671
|
xode: xode,
|
|
35555
35672
|
chronos_consensus: chronos_consensus,
|
|
35556
35673
|
chronos_auto: chronos_auto,
|
|
35674
|
+
zkverify: zkverify,
|
|
35675
|
+
vflow: vflow,
|
|
35557
35676
|
"custom-Substrate-gosnetwork": "/assets/custom-chains/gos_37cd7c233c.png",
|
|
35558
35677
|
"custom-Substrate-gosspectral": "/assets/custom-chains/gos_37cd7c233c.png"
|
|
35559
35678
|
};
|