@subwallet/chain-list 0.2.96-beta.0 → 0.2.96-beta.2
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 +168 -3
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/ChainAsset.json +74 -0
- package/cjs/data/ChainInfo.json +81 -3
- package/cjs/data/ChainLogoMap.json +3 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/ChainAsset.json +74 -0
- package/data/ChainInfo.json +81 -3
- package/data/ChainLogoMap.json +3 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -1115,6 +1115,10 @@
|
|
|
1115
1115
|
"gnosis-native-xdai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-native-xdai.png",
|
|
1116
1116
|
"autonomys-native-ai3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/autonomys-native-ai3.png",
|
|
1117
1117
|
"manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png",
|
|
1118
|
+
"mordor_testnet-native-metc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mordor_testnet-native-metc.png",
|
|
1119
|
+
"statemint-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png",
|
|
1120
|
+
"hydradx_main-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png",
|
|
1121
|
+
"cyber-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png",
|
|
1118
1122
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
1119
1123
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
1120
1124
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -16694,6 +16698,80 @@
|
|
|
16694
16698
|
multiChainAsset: "KMA-Calamari",
|
|
16695
16699
|
hasValue: true,
|
|
16696
16700
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png"
|
|
16701
|
+
},
|
|
16702
|
+
"mordor_testnet-NATIVE-METC": {
|
|
16703
|
+
originChain: "mordor_testnet",
|
|
16704
|
+
slug: "mordor_testnet-NATIVE-METC",
|
|
16705
|
+
name: "Mordor Testnet",
|
|
16706
|
+
symbol: "METC",
|
|
16707
|
+
decimals: 18,
|
|
16708
|
+
priceId: null,
|
|
16709
|
+
minAmount: "0",
|
|
16710
|
+
assetType: "NATIVE",
|
|
16711
|
+
metadata: null,
|
|
16712
|
+
multiChainAsset: null,
|
|
16713
|
+
hasValue: false,
|
|
16714
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mordor_testnet-native-metc.png"
|
|
16715
|
+
},
|
|
16716
|
+
"statemint-LOCAL-LOVA": {
|
|
16717
|
+
originChain: "statemint",
|
|
16718
|
+
slug: "statemint-LOCAL-LOVA",
|
|
16719
|
+
name: "AIWeb3",
|
|
16720
|
+
symbol: "LOVA",
|
|
16721
|
+
decimals: 12,
|
|
16722
|
+
priceId: null,
|
|
16723
|
+
minAmount: "1000000000000",
|
|
16724
|
+
assetType: "LOCAL",
|
|
16725
|
+
metadata: {
|
|
16726
|
+
assetId: "50000028"
|
|
16727
|
+
},
|
|
16728
|
+
multiChainAsset: null,
|
|
16729
|
+
hasValue: true,
|
|
16730
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png"
|
|
16731
|
+
},
|
|
16732
|
+
"hydradx_main-LOCAL-LOVA": {
|
|
16733
|
+
originChain: "hydradx_main",
|
|
16734
|
+
slug: "hydradx_main-LOCAL-LOVA",
|
|
16735
|
+
name: "AIWeb3",
|
|
16736
|
+
symbol: "LOVA",
|
|
16737
|
+
decimals: 12,
|
|
16738
|
+
priceId: null,
|
|
16739
|
+
minAmount: "1",
|
|
16740
|
+
assetType: "LOCAL",
|
|
16741
|
+
metadata: {
|
|
16742
|
+
assetId: "1000639"
|
|
16743
|
+
},
|
|
16744
|
+
multiChainAsset: null,
|
|
16745
|
+
hasValue: true,
|
|
16746
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png"
|
|
16747
|
+
},
|
|
16748
|
+
"fraxtal-NATIVE-frxETH": {
|
|
16749
|
+
originChain: "fraxtal",
|
|
16750
|
+
slug: "fraxtal-NATIVE-frxETH",
|
|
16751
|
+
name: "Frax Ether",
|
|
16752
|
+
symbol: "frxETH",
|
|
16753
|
+
decimals: 18,
|
|
16754
|
+
priceId: "frax-ether",
|
|
16755
|
+
minAmount: "0",
|
|
16756
|
+
assetType: "NATIVE",
|
|
16757
|
+
metadata: null,
|
|
16758
|
+
multiChainAsset: null,
|
|
16759
|
+
hasValue: true,
|
|
16760
|
+
icon: null
|
|
16761
|
+
},
|
|
16762
|
+
"cyber-NATIVE-ETH": {
|
|
16763
|
+
originChain: "cyber",
|
|
16764
|
+
slug: "cyber-NATIVE-ETH",
|
|
16765
|
+
name: "Ethereum",
|
|
16766
|
+
symbol: "ETH",
|
|
16767
|
+
decimals: 18,
|
|
16768
|
+
priceId: "ethereum",
|
|
16769
|
+
minAmount: "0",
|
|
16770
|
+
assetType: "NATIVE",
|
|
16771
|
+
metadata: null,
|
|
16772
|
+
multiChainAsset: "ETH-Ethereum",
|
|
16773
|
+
hasValue: true,
|
|
16774
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png"
|
|
16697
16775
|
}
|
|
16698
16776
|
};
|
|
16699
16777
|
|
|
@@ -17602,9 +17680,9 @@
|
|
|
17602
17680
|
};
|
|
17603
17681
|
var bitcountry$1 = {
|
|
17604
17682
|
slug: "bitcountry",
|
|
17605
|
-
name: "
|
|
17683
|
+
name: "BitTEST.Country - Alpha Net",
|
|
17606
17684
|
isTestnet: true,
|
|
17607
|
-
chainStatus: "
|
|
17685
|
+
chainStatus: "ACTIVE",
|
|
17608
17686
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
17609
17687
|
providers: {
|
|
17610
17688
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
@@ -27330,6 +27408,84 @@
|
|
|
27330
27408
|
bitcoinInfo: null,
|
|
27331
27409
|
tonInfo: null
|
|
27332
27410
|
};
|
|
27411
|
+
var mordor_testnet$1 = {
|
|
27412
|
+
slug: "mordor_testnet",
|
|
27413
|
+
name: "Mordor Testnet",
|
|
27414
|
+
isTestnet: true,
|
|
27415
|
+
chainStatus: "ACTIVE",
|
|
27416
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mordor_testnet.png",
|
|
27417
|
+
providers: {
|
|
27418
|
+
mordor: "https://rpc.mordor.etccooperative.org"
|
|
27419
|
+
},
|
|
27420
|
+
evmInfo: {
|
|
27421
|
+
evmChainId: 63,
|
|
27422
|
+
blockExplorer: "https://etc-mordor.blockscout.com/",
|
|
27423
|
+
existentialDeposit: "0",
|
|
27424
|
+
symbol: "METC",
|
|
27425
|
+
decimals: 18,
|
|
27426
|
+
supportSmartContract: [
|
|
27427
|
+
"ERC20",
|
|
27428
|
+
"ERC721"
|
|
27429
|
+
],
|
|
27430
|
+
abiExplorer: null
|
|
27431
|
+
},
|
|
27432
|
+
substrateInfo: null,
|
|
27433
|
+
extraInfo: null,
|
|
27434
|
+
bitcoinInfo: null,
|
|
27435
|
+
tonInfo: null
|
|
27436
|
+
};
|
|
27437
|
+
var fraxtal$1 = {
|
|
27438
|
+
slug: "fraxtal",
|
|
27439
|
+
name: "Fraxtal Mainnet L2",
|
|
27440
|
+
isTestnet: false,
|
|
27441
|
+
chainStatus: "ACTIVE",
|
|
27442
|
+
icon: null,
|
|
27443
|
+
providers: {
|
|
27444
|
+
Frax: "https://rpc.frax.com/"
|
|
27445
|
+
},
|
|
27446
|
+
evmInfo: {
|
|
27447
|
+
evmChainId: 252,
|
|
27448
|
+
blockExplorer: "https://fraxscan.com/",
|
|
27449
|
+
existentialDeposit: "0",
|
|
27450
|
+
symbol: "frxETH",
|
|
27451
|
+
decimals: 18,
|
|
27452
|
+
supportSmartContract: [
|
|
27453
|
+
"ERC721",
|
|
27454
|
+
"ERC20"
|
|
27455
|
+
],
|
|
27456
|
+
abiExplorer: null
|
|
27457
|
+
},
|
|
27458
|
+
substrateInfo: null,
|
|
27459
|
+
extraInfo: null,
|
|
27460
|
+
bitcoinInfo: null,
|
|
27461
|
+
tonInfo: null
|
|
27462
|
+
};
|
|
27463
|
+
var cyber$1 = {
|
|
27464
|
+
slug: "cyber",
|
|
27465
|
+
name: "Cyber",
|
|
27466
|
+
isTestnet: false,
|
|
27467
|
+
chainStatus: "ACTIVE",
|
|
27468
|
+
icon: null,
|
|
27469
|
+
providers: {
|
|
27470
|
+
Cyber: "https://cyber.alt.technology/"
|
|
27471
|
+
},
|
|
27472
|
+
evmInfo: {
|
|
27473
|
+
evmChainId: 7560,
|
|
27474
|
+
blockExplorer: "https://cyberscan.co/",
|
|
27475
|
+
existentialDeposit: "0",
|
|
27476
|
+
symbol: "ETH",
|
|
27477
|
+
decimals: 18,
|
|
27478
|
+
supportSmartContract: [
|
|
27479
|
+
"ERC20",
|
|
27480
|
+
"ERC721"
|
|
27481
|
+
],
|
|
27482
|
+
abiExplorer: null
|
|
27483
|
+
},
|
|
27484
|
+
substrateInfo: null,
|
|
27485
|
+
extraInfo: null,
|
|
27486
|
+
bitcoinInfo: null,
|
|
27487
|
+
tonInfo: null
|
|
27488
|
+
};
|
|
27333
27489
|
const _ChainInfoMap = {
|
|
27334
27490
|
polkadot: polkadot$1,
|
|
27335
27491
|
kusama: kusama$1,
|
|
@@ -27692,7 +27848,10 @@
|
|
|
27692
27848
|
apechain: apechain$1,
|
|
27693
27849
|
autonomys_taurus: autonomys_taurus$1,
|
|
27694
27850
|
gnosis: gnosis$1,
|
|
27695
|
-
autonomys: autonomys$1
|
|
27851
|
+
autonomys: autonomys$1,
|
|
27852
|
+
mordor_testnet: mordor_testnet$1,
|
|
27853
|
+
fraxtal: fraxtal$1,
|
|
27854
|
+
cyber: cyber$1
|
|
27696
27855
|
};
|
|
27697
27856
|
|
|
27698
27857
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -27998,6 +28157,9 @@
|
|
|
27998
28157
|
var autonomys_taurus = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png";
|
|
27999
28158
|
var gnosis = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png";
|
|
28000
28159
|
var autonomys = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png";
|
|
28160
|
+
var mordor_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mordor_testnet.png";
|
|
28161
|
+
var fraxtal = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
28162
|
+
var cyber = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
28001
28163
|
const _ChainLogoMap = {
|
|
28002
28164
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
28003
28165
|
polkadot: polkadot,
|
|
@@ -28305,6 +28467,9 @@
|
|
|
28305
28467
|
autonomys_taurus: autonomys_taurus,
|
|
28306
28468
|
gnosis: gnosis,
|
|
28307
28469
|
autonomys: autonomys,
|
|
28470
|
+
mordor_testnet: mordor_testnet,
|
|
28471
|
+
fraxtal: fraxtal,
|
|
28472
|
+
cyber: cyber,
|
|
28308
28473
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
28309
28474
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
28310
28475
|
};
|
|
@@ -776,6 +776,10 @@
|
|
|
776
776
|
"gnosis-native-xdai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-native-xdai.png",
|
|
777
777
|
"autonomys-native-ai3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/autonomys-native-ai3.png",
|
|
778
778
|
"manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png",
|
|
779
|
+
"mordor_testnet-native-metc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mordor_testnet-native-metc.png",
|
|
780
|
+
"statemint-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png",
|
|
781
|
+
"hydradx_main-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png",
|
|
782
|
+
"cyber-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png",
|
|
779
783
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
780
784
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
781
785
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -12891,5 +12891,79 @@
|
|
|
12891
12891
|
"multiChainAsset": "KMA-Calamari",
|
|
12892
12892
|
"hasValue": true,
|
|
12893
12893
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png"
|
|
12894
|
+
},
|
|
12895
|
+
"mordor_testnet-NATIVE-METC": {
|
|
12896
|
+
"originChain": "mordor_testnet",
|
|
12897
|
+
"slug": "mordor_testnet-NATIVE-METC",
|
|
12898
|
+
"name": "Mordor Testnet",
|
|
12899
|
+
"symbol": "METC",
|
|
12900
|
+
"decimals": 18,
|
|
12901
|
+
"priceId": null,
|
|
12902
|
+
"minAmount": "0",
|
|
12903
|
+
"assetType": "NATIVE",
|
|
12904
|
+
"metadata": null,
|
|
12905
|
+
"multiChainAsset": null,
|
|
12906
|
+
"hasValue": false,
|
|
12907
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mordor_testnet-native-metc.png"
|
|
12908
|
+
},
|
|
12909
|
+
"statemint-LOCAL-LOVA": {
|
|
12910
|
+
"originChain": "statemint",
|
|
12911
|
+
"slug": "statemint-LOCAL-LOVA",
|
|
12912
|
+
"name": "AIWeb3",
|
|
12913
|
+
"symbol": "LOVA",
|
|
12914
|
+
"decimals": 12,
|
|
12915
|
+
"priceId": null,
|
|
12916
|
+
"minAmount": "1000000000000",
|
|
12917
|
+
"assetType": "LOCAL",
|
|
12918
|
+
"metadata": {
|
|
12919
|
+
"assetId": "50000028"
|
|
12920
|
+
},
|
|
12921
|
+
"multiChainAsset": null,
|
|
12922
|
+
"hasValue": true,
|
|
12923
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png"
|
|
12924
|
+
},
|
|
12925
|
+
"hydradx_main-LOCAL-LOVA": {
|
|
12926
|
+
"originChain": "hydradx_main",
|
|
12927
|
+
"slug": "hydradx_main-LOCAL-LOVA",
|
|
12928
|
+
"name": "AIWeb3",
|
|
12929
|
+
"symbol": "LOVA",
|
|
12930
|
+
"decimals": 12,
|
|
12931
|
+
"priceId": null,
|
|
12932
|
+
"minAmount": "1",
|
|
12933
|
+
"assetType": "LOCAL",
|
|
12934
|
+
"metadata": {
|
|
12935
|
+
"assetId": "1000639"
|
|
12936
|
+
},
|
|
12937
|
+
"multiChainAsset": null,
|
|
12938
|
+
"hasValue": true,
|
|
12939
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png"
|
|
12940
|
+
},
|
|
12941
|
+
"fraxtal-NATIVE-frxETH": {
|
|
12942
|
+
"originChain": "fraxtal",
|
|
12943
|
+
"slug": "fraxtal-NATIVE-frxETH",
|
|
12944
|
+
"name": "Frax Ether",
|
|
12945
|
+
"symbol": "frxETH",
|
|
12946
|
+
"decimals": 18,
|
|
12947
|
+
"priceId": "frax-ether",
|
|
12948
|
+
"minAmount": "0",
|
|
12949
|
+
"assetType": "NATIVE",
|
|
12950
|
+
"metadata": null,
|
|
12951
|
+
"multiChainAsset": null,
|
|
12952
|
+
"hasValue": true,
|
|
12953
|
+
"icon": null
|
|
12954
|
+
},
|
|
12955
|
+
"cyber-NATIVE-ETH": {
|
|
12956
|
+
"originChain": "cyber",
|
|
12957
|
+
"slug": "cyber-NATIVE-ETH",
|
|
12958
|
+
"name": "Ethereum",
|
|
12959
|
+
"symbol": "ETH",
|
|
12960
|
+
"decimals": 18,
|
|
12961
|
+
"priceId": "ethereum",
|
|
12962
|
+
"minAmount": "0",
|
|
12963
|
+
"assetType": "NATIVE",
|
|
12964
|
+
"metadata": null,
|
|
12965
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12966
|
+
"hasValue": true,
|
|
12967
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png"
|
|
12894
12968
|
}
|
|
12895
12969
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -896,9 +896,9 @@
|
|
|
896
896
|
},
|
|
897
897
|
"bitcountry": {
|
|
898
898
|
"slug": "bitcountry",
|
|
899
|
-
"name": "
|
|
899
|
+
"name": "BitTEST.Country - Alpha Net",
|
|
900
900
|
"isTestnet": true,
|
|
901
|
-
"chainStatus": "
|
|
901
|
+
"chainStatus": "ACTIVE",
|
|
902
902
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
903
903
|
"providers": {
|
|
904
904
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
@@ -10507,5 +10507,83 @@
|
|
|
10507
10507
|
"extraInfo": null,
|
|
10508
10508
|
"bitcoinInfo": null,
|
|
10509
10509
|
"tonInfo": null
|
|
10510
|
+
},
|
|
10511
|
+
"mordor_testnet": {
|
|
10512
|
+
"slug": "mordor_testnet",
|
|
10513
|
+
"name": "Mordor Testnet",
|
|
10514
|
+
"isTestnet": true,
|
|
10515
|
+
"chainStatus": "ACTIVE",
|
|
10516
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mordor_testnet.png",
|
|
10517
|
+
"providers": {
|
|
10518
|
+
"mordor": "https://rpc.mordor.etccooperative.org"
|
|
10519
|
+
},
|
|
10520
|
+
"evmInfo": {
|
|
10521
|
+
"evmChainId": 63,
|
|
10522
|
+
"blockExplorer": "https://etc-mordor.blockscout.com/",
|
|
10523
|
+
"existentialDeposit": "0",
|
|
10524
|
+
"symbol": "METC",
|
|
10525
|
+
"decimals": 18,
|
|
10526
|
+
"supportSmartContract": [
|
|
10527
|
+
"ERC20",
|
|
10528
|
+
"ERC721"
|
|
10529
|
+
],
|
|
10530
|
+
"abiExplorer": null
|
|
10531
|
+
},
|
|
10532
|
+
"substrateInfo": null,
|
|
10533
|
+
"extraInfo": null,
|
|
10534
|
+
"bitcoinInfo": null,
|
|
10535
|
+
"tonInfo": null
|
|
10536
|
+
},
|
|
10537
|
+
"fraxtal": {
|
|
10538
|
+
"slug": "fraxtal",
|
|
10539
|
+
"name": "Fraxtal Mainnet L2",
|
|
10540
|
+
"isTestnet": false,
|
|
10541
|
+
"chainStatus": "ACTIVE",
|
|
10542
|
+
"icon": null,
|
|
10543
|
+
"providers": {
|
|
10544
|
+
"Frax": "https://rpc.frax.com/"
|
|
10545
|
+
},
|
|
10546
|
+
"evmInfo": {
|
|
10547
|
+
"evmChainId": 252,
|
|
10548
|
+
"blockExplorer": "https://fraxscan.com/",
|
|
10549
|
+
"existentialDeposit": "0",
|
|
10550
|
+
"symbol": "frxETH",
|
|
10551
|
+
"decimals": 18,
|
|
10552
|
+
"supportSmartContract": [
|
|
10553
|
+
"ERC721",
|
|
10554
|
+
"ERC20"
|
|
10555
|
+
],
|
|
10556
|
+
"abiExplorer": null
|
|
10557
|
+
},
|
|
10558
|
+
"substrateInfo": null,
|
|
10559
|
+
"extraInfo": null,
|
|
10560
|
+
"bitcoinInfo": null,
|
|
10561
|
+
"tonInfo": null
|
|
10562
|
+
},
|
|
10563
|
+
"cyber": {
|
|
10564
|
+
"slug": "cyber",
|
|
10565
|
+
"name": "Cyber",
|
|
10566
|
+
"isTestnet": false,
|
|
10567
|
+
"chainStatus": "ACTIVE",
|
|
10568
|
+
"icon": null,
|
|
10569
|
+
"providers": {
|
|
10570
|
+
"Cyber": "https://cyber.alt.technology/"
|
|
10571
|
+
},
|
|
10572
|
+
"evmInfo": {
|
|
10573
|
+
"evmChainId": 7560,
|
|
10574
|
+
"blockExplorer": "https://cyberscan.co/",
|
|
10575
|
+
"existentialDeposit": "0",
|
|
10576
|
+
"symbol": "ETH",
|
|
10577
|
+
"decimals": 18,
|
|
10578
|
+
"supportSmartContract": [
|
|
10579
|
+
"ERC20",
|
|
10580
|
+
"ERC721"
|
|
10581
|
+
],
|
|
10582
|
+
"abiExplorer": null
|
|
10583
|
+
},
|
|
10584
|
+
"substrateInfo": null,
|
|
10585
|
+
"extraInfo": null,
|
|
10586
|
+
"bitcoinInfo": null,
|
|
10587
|
+
"tonInfo": null
|
|
10510
10588
|
}
|
|
10511
|
-
}
|
|
10589
|
+
}
|
|
@@ -305,6 +305,9 @@
|
|
|
305
305
|
"autonomys_taurus": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png",
|
|
306
306
|
"gnosis": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png",
|
|
307
307
|
"autonomys": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
308
|
+
"mordor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mordor_testnet.png",
|
|
309
|
+
"fraxtal": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
310
|
+
"cyber": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
308
311
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
309
312
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
310
313
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -776,6 +776,10 @@
|
|
|
776
776
|
"gnosis-native-xdai": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/gnosis-native-xdai.png",
|
|
777
777
|
"autonomys-native-ai3": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/autonomys-native-ai3.png",
|
|
778
778
|
"manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png",
|
|
779
|
+
"mordor_testnet-native-metc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mordor_testnet-native-metc.png",
|
|
780
|
+
"statemint-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png",
|
|
781
|
+
"hydradx_main-local-lova": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png",
|
|
782
|
+
"cyber-native-eth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png",
|
|
779
783
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
780
784
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
781
785
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -12891,5 +12891,79 @@
|
|
|
12891
12891
|
"multiChainAsset": "KMA-Calamari",
|
|
12892
12892
|
"hasValue": true,
|
|
12893
12893
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-kma-0x6745cf7a0aaca457f451a4b8c60c8504320f69d0.png"
|
|
12894
|
+
},
|
|
12895
|
+
"mordor_testnet-NATIVE-METC": {
|
|
12896
|
+
"originChain": "mordor_testnet",
|
|
12897
|
+
"slug": "mordor_testnet-NATIVE-METC",
|
|
12898
|
+
"name": "Mordor Testnet",
|
|
12899
|
+
"symbol": "METC",
|
|
12900
|
+
"decimals": 18,
|
|
12901
|
+
"priceId": null,
|
|
12902
|
+
"minAmount": "0",
|
|
12903
|
+
"assetType": "NATIVE",
|
|
12904
|
+
"metadata": null,
|
|
12905
|
+
"multiChainAsset": null,
|
|
12906
|
+
"hasValue": false,
|
|
12907
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/mordor_testnet-native-metc.png"
|
|
12908
|
+
},
|
|
12909
|
+
"statemint-LOCAL-LOVA": {
|
|
12910
|
+
"originChain": "statemint",
|
|
12911
|
+
"slug": "statemint-LOCAL-LOVA",
|
|
12912
|
+
"name": "AIWeb3",
|
|
12913
|
+
"symbol": "LOVA",
|
|
12914
|
+
"decimals": 12,
|
|
12915
|
+
"priceId": null,
|
|
12916
|
+
"minAmount": "1000000000000",
|
|
12917
|
+
"assetType": "LOCAL",
|
|
12918
|
+
"metadata": {
|
|
12919
|
+
"assetId": "50000028"
|
|
12920
|
+
},
|
|
12921
|
+
"multiChainAsset": null,
|
|
12922
|
+
"hasValue": true,
|
|
12923
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-lova.png"
|
|
12924
|
+
},
|
|
12925
|
+
"hydradx_main-LOCAL-LOVA": {
|
|
12926
|
+
"originChain": "hydradx_main",
|
|
12927
|
+
"slug": "hydradx_main-LOCAL-LOVA",
|
|
12928
|
+
"name": "AIWeb3",
|
|
12929
|
+
"symbol": "LOVA",
|
|
12930
|
+
"decimals": 12,
|
|
12931
|
+
"priceId": null,
|
|
12932
|
+
"minAmount": "1",
|
|
12933
|
+
"assetType": "LOCAL",
|
|
12934
|
+
"metadata": {
|
|
12935
|
+
"assetId": "1000639"
|
|
12936
|
+
},
|
|
12937
|
+
"multiChainAsset": null,
|
|
12938
|
+
"hasValue": true,
|
|
12939
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-lova.png"
|
|
12940
|
+
},
|
|
12941
|
+
"fraxtal-NATIVE-frxETH": {
|
|
12942
|
+
"originChain": "fraxtal",
|
|
12943
|
+
"slug": "fraxtal-NATIVE-frxETH",
|
|
12944
|
+
"name": "Frax Ether",
|
|
12945
|
+
"symbol": "frxETH",
|
|
12946
|
+
"decimals": 18,
|
|
12947
|
+
"priceId": "frax-ether",
|
|
12948
|
+
"minAmount": "0",
|
|
12949
|
+
"assetType": "NATIVE",
|
|
12950
|
+
"metadata": null,
|
|
12951
|
+
"multiChainAsset": null,
|
|
12952
|
+
"hasValue": true,
|
|
12953
|
+
"icon": null
|
|
12954
|
+
},
|
|
12955
|
+
"cyber-NATIVE-ETH": {
|
|
12956
|
+
"originChain": "cyber",
|
|
12957
|
+
"slug": "cyber-NATIVE-ETH",
|
|
12958
|
+
"name": "Ethereum",
|
|
12959
|
+
"symbol": "ETH",
|
|
12960
|
+
"decimals": 18,
|
|
12961
|
+
"priceId": "ethereum",
|
|
12962
|
+
"minAmount": "0",
|
|
12963
|
+
"assetType": "NATIVE",
|
|
12964
|
+
"metadata": null,
|
|
12965
|
+
"multiChainAsset": "ETH-Ethereum",
|
|
12966
|
+
"hasValue": true,
|
|
12967
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/cyber-native-eth.png"
|
|
12894
12968
|
}
|
|
12895
12969
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -896,9 +896,9 @@
|
|
|
896
896
|
},
|
|
897
897
|
"bitcountry": {
|
|
898
898
|
"slug": "bitcountry",
|
|
899
|
-
"name": "
|
|
899
|
+
"name": "BitTEST.Country - Alpha Net",
|
|
900
900
|
"isTestnet": true,
|
|
901
|
-
"chainStatus": "
|
|
901
|
+
"chainStatus": "ACTIVE",
|
|
902
902
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcountry.png",
|
|
903
903
|
"providers": {
|
|
904
904
|
"Metaverse Foundation": "wss://alphanet-rpc-gcp.bit.country"
|
|
@@ -10507,5 +10507,83 @@
|
|
|
10507
10507
|
"extraInfo": null,
|
|
10508
10508
|
"bitcoinInfo": null,
|
|
10509
10509
|
"tonInfo": null
|
|
10510
|
+
},
|
|
10511
|
+
"mordor_testnet": {
|
|
10512
|
+
"slug": "mordor_testnet",
|
|
10513
|
+
"name": "Mordor Testnet",
|
|
10514
|
+
"isTestnet": true,
|
|
10515
|
+
"chainStatus": "ACTIVE",
|
|
10516
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mordor_testnet.png",
|
|
10517
|
+
"providers": {
|
|
10518
|
+
"mordor": "https://rpc.mordor.etccooperative.org"
|
|
10519
|
+
},
|
|
10520
|
+
"evmInfo": {
|
|
10521
|
+
"evmChainId": 63,
|
|
10522
|
+
"blockExplorer": "https://etc-mordor.blockscout.com/",
|
|
10523
|
+
"existentialDeposit": "0",
|
|
10524
|
+
"symbol": "METC",
|
|
10525
|
+
"decimals": 18,
|
|
10526
|
+
"supportSmartContract": [
|
|
10527
|
+
"ERC20",
|
|
10528
|
+
"ERC721"
|
|
10529
|
+
],
|
|
10530
|
+
"abiExplorer": null
|
|
10531
|
+
},
|
|
10532
|
+
"substrateInfo": null,
|
|
10533
|
+
"extraInfo": null,
|
|
10534
|
+
"bitcoinInfo": null,
|
|
10535
|
+
"tonInfo": null
|
|
10536
|
+
},
|
|
10537
|
+
"fraxtal": {
|
|
10538
|
+
"slug": "fraxtal",
|
|
10539
|
+
"name": "Fraxtal Mainnet L2",
|
|
10540
|
+
"isTestnet": false,
|
|
10541
|
+
"chainStatus": "ACTIVE",
|
|
10542
|
+
"icon": null,
|
|
10543
|
+
"providers": {
|
|
10544
|
+
"Frax": "https://rpc.frax.com/"
|
|
10545
|
+
},
|
|
10546
|
+
"evmInfo": {
|
|
10547
|
+
"evmChainId": 252,
|
|
10548
|
+
"blockExplorer": "https://fraxscan.com/",
|
|
10549
|
+
"existentialDeposit": "0",
|
|
10550
|
+
"symbol": "frxETH",
|
|
10551
|
+
"decimals": 18,
|
|
10552
|
+
"supportSmartContract": [
|
|
10553
|
+
"ERC721",
|
|
10554
|
+
"ERC20"
|
|
10555
|
+
],
|
|
10556
|
+
"abiExplorer": null
|
|
10557
|
+
},
|
|
10558
|
+
"substrateInfo": null,
|
|
10559
|
+
"extraInfo": null,
|
|
10560
|
+
"bitcoinInfo": null,
|
|
10561
|
+
"tonInfo": null
|
|
10562
|
+
},
|
|
10563
|
+
"cyber": {
|
|
10564
|
+
"slug": "cyber",
|
|
10565
|
+
"name": "Cyber",
|
|
10566
|
+
"isTestnet": false,
|
|
10567
|
+
"chainStatus": "ACTIVE",
|
|
10568
|
+
"icon": null,
|
|
10569
|
+
"providers": {
|
|
10570
|
+
"Cyber": "https://cyber.alt.technology/"
|
|
10571
|
+
},
|
|
10572
|
+
"evmInfo": {
|
|
10573
|
+
"evmChainId": 7560,
|
|
10574
|
+
"blockExplorer": "https://cyberscan.co/",
|
|
10575
|
+
"existentialDeposit": "0",
|
|
10576
|
+
"symbol": "ETH",
|
|
10577
|
+
"decimals": 18,
|
|
10578
|
+
"supportSmartContract": [
|
|
10579
|
+
"ERC20",
|
|
10580
|
+
"ERC721"
|
|
10581
|
+
],
|
|
10582
|
+
"abiExplorer": null
|
|
10583
|
+
},
|
|
10584
|
+
"substrateInfo": null,
|
|
10585
|
+
"extraInfo": null,
|
|
10586
|
+
"bitcoinInfo": null,
|
|
10587
|
+
"tonInfo": null
|
|
10510
10588
|
}
|
|
10511
|
-
}
|
|
10589
|
+
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -305,6 +305,9 @@
|
|
|
305
305
|
"autonomys_taurus": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys_taurus.png",
|
|
306
306
|
"gnosis": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/gnosis.png",
|
|
307
307
|
"autonomys": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/autonomys.png",
|
|
308
|
+
"mordor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/mordor_testnet.png",
|
|
309
|
+
"fraxtal": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
310
|
+
"cyber": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
308
311
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
309
312
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
310
313
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.96-beta.
|
|
10
|
+
version: '0.2.96-beta.2'
|
|
11
11
|
};
|