@web3icons/react 4.0.18 → 4.0.20
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/dist/.tsbuildinfo +1 -1
- package/dist/TokenEURC-ABMDEQZW.js +2 -0
- package/dist/TokenUSDC-47LJDG77.js +2 -0
- package/dist/{chunk-OOEDGHOI.js → chunk-4WRFUHA7.js} +2 -1
- package/dist/{chunk-WHFEG74T.js → chunk-ILYNSFLJ.js} +2 -2
- package/dist/chunk-S4REHZH2.js +16 -0
- package/dist/{chunk-3KSVFYUB.js → chunk-VJJYAOIL.js} +38 -36
- package/dist/dynamic.js +1 -1
- package/dist/icons/exchanges.js +4 -4
- package/dist/icons/networks.js +24 -24
- package/dist/icons/tokens.d.ts +1 -1
- package/dist/icons/tokens.js +38 -37
- package/dist/icons/wallets.js +6 -6
- package/dist/{index-CE21veF8.d.ts → index-CdZGric-.d.ts} +20 -4
- package/dist/index.d.ts +1 -1
- package/dist/index.js +73 -72
- package/package.json +2 -2
- package/dist/TokenUSDC-5HXMA4HB.js +0 -2
- package/dist/{chunk-W5WQCB5J.js → chunk-2AWDMJ5W.js} +3 -3
- package/dist/{chunk-XXEO5LAV.js → chunk-6FV736TK.js} +5 -5
- package/dist/{chunk-AY7KT5FE.js → chunk-VLVDF6E7.js} +23 -23
package/package.json
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"crypto logos",
|
|
12
12
|
"coin icons"
|
|
13
13
|
],
|
|
14
|
-
"version": "4.0.
|
|
14
|
+
"version": "4.0.20",
|
|
15
15
|
"private": false,
|
|
16
16
|
"license": "MIT",
|
|
17
17
|
"type": "module",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"clean": "rm -rf dist"
|
|
46
46
|
},
|
|
47
47
|
"dependencies": {
|
|
48
|
-
"@web3icons/common": "0.11.
|
|
48
|
+
"@web3icons/common": "0.11.16",
|
|
49
49
|
"react": "^18.2.0"
|
|
50
50
|
},
|
|
51
51
|
"devDependencies": {
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { ExchangeBinance_default } from './chunk-LYZLCRZE.js';
|
|
1
2
|
import { ExchangeUpbit_default } from './chunk-J2LRWPZO.js';
|
|
2
3
|
import { ExchangeBancor_default } from './chunk-B6M2ODPC.js';
|
|
3
4
|
import { ExchangeSushiswap_default } from './chunk-ZTGZZTG5.js';
|
|
5
|
+
import { ExchangeCoinbase_default } from './chunk-SMVULKC3.js';
|
|
4
6
|
import { ExchangeBalancer_default } from './chunk-IXBWQQW2.js';
|
|
5
7
|
import { ExchangeCowswap_default } from './chunk-DFXVLQAL.js';
|
|
6
8
|
import { ExchangeKucoin_default } from './chunk-O2BBUKBO.js';
|
|
@@ -8,7 +10,7 @@ import { ExchangeSwissborg_default } from './chunk-QS3YV2J3.js';
|
|
|
8
10
|
import { ExchangeGateIo_default } from './chunk-RXIPVV2M.js';
|
|
9
11
|
import { ExchangeOdos_default } from './chunk-FL5J4FGE.js';
|
|
10
12
|
import { ExchangeParaSwap_default } from './chunk-DKRDAVJ5.js';
|
|
11
|
-
import {
|
|
13
|
+
import { ExchangeUniswap_default } from './chunk-RSFETOYE.js';
|
|
12
14
|
import { ExchangePancakeSwap_default } from './chunk-5MQAIAL2.js';
|
|
13
15
|
import { ExchangeGemini_default } from './chunk-XADCBISI.js';
|
|
14
16
|
import { ExchangeParadex_default } from './chunk-L42PGZUC.js';
|
|
@@ -16,14 +18,12 @@ import { ExchangeBithumb_default } from './chunk-NSFLDPOD.js';
|
|
|
16
18
|
import { ExchangeBtcturk_default } from './chunk-YC36AUDR.js';
|
|
17
19
|
import { ExchangeOkx_default } from './chunk-AKM5SND7.js';
|
|
18
20
|
import { ExchangeBybit_default } from './chunk-XVESXVHY.js';
|
|
19
|
-
import { ExchangeCoinbase_default } from './chunk-SMVULKC3.js';
|
|
20
21
|
import { ExchangeCryptoCom_default } from './chunk-RXY6NJ3J.js';
|
|
21
22
|
import { ExchangeBitstamp_default } from './chunk-WCRRLNPE.js';
|
|
22
23
|
import { ExchangeAevo_default } from './chunk-JMZLYWBY.js';
|
|
23
24
|
import { ExchangeKraken_default } from './chunk-YY2NJUZQ.js';
|
|
24
25
|
import { ExchangeParibu_default } from './chunk-EQXXIZSK.js';
|
|
25
26
|
import { Exchange1inch_default } from './chunk-WLC3S6A6.js';
|
|
26
|
-
import { ExchangeUniswap_default } from './chunk-RSFETOYE.js';
|
|
27
27
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
28
28
|
|
|
29
29
|
// src/icons/exchanges/index.ts
|
|
@@ -1,4 +1,6 @@
|
|
|
1
|
+
import { WalletXdefi_default } from './chunk-HJOMVPD2.js';
|
|
1
2
|
import { WalletArgent_default } from './chunk-ZJKBCWQT.js';
|
|
3
|
+
import { WalletKraken_default } from './chunk-FVP7DKUX.js';
|
|
2
4
|
import { WalletRainbow_default } from './chunk-P55FQRU7.js';
|
|
3
5
|
import { WalletLit_default } from './chunk-KZXTHPPB.js';
|
|
4
6
|
import { WalletZerion_default } from './chunk-LBOX3JJL.js';
|
|
@@ -6,7 +8,7 @@ import { WalletSquads_default } from './chunk-SQWIIRKP.js';
|
|
|
6
8
|
import { WalletUnipass_default } from './chunk-TYDAJ3W4.js';
|
|
7
9
|
import { WalletCoinbase_default } from './chunk-HJ4BJWDQ.js';
|
|
8
10
|
import { WalletImtoken_default } from './chunk-XWAOBNAG.js';
|
|
9
|
-
import {
|
|
11
|
+
import { WalletPhantom_default } from './chunk-IWUFYKLQ.js';
|
|
10
12
|
import { WalletZengo_default } from './chunk-SCIDRDXH.js';
|
|
11
13
|
import { WalletWalletConnect_default } from './chunk-YWO2EG7H.js';
|
|
12
14
|
import { WalletOkx_default } from './chunk-JRZE3BKC.js';
|
|
@@ -14,7 +16,7 @@ import { WalletAlfa1_default } from './chunk-DNAEI34U.js';
|
|
|
14
16
|
import { WalletTrezor_default } from './chunk-V2TRTU7Y.js';
|
|
15
17
|
import { WalletEnkrypt_default } from './chunk-NNUZMVDK.js';
|
|
16
18
|
import { WalletAlphaWallet_default } from './chunk-F2TSDS7B.js';
|
|
17
|
-
import {
|
|
19
|
+
import { WalletObvious_default } from './chunk-V4GGI5VJ.js';
|
|
18
20
|
import { WalletWallet3_default } from './chunk-HWAETC7V.js';
|
|
19
21
|
import { WalletPortal_default } from './chunk-LQDZIXRV.js';
|
|
20
22
|
import { WalletBackpack_default } from './chunk-UFKJMVQK.js';
|
|
@@ -22,7 +24,7 @@ import { WalletSequence_default } from './chunk-BWVPYLG2.js';
|
|
|
22
24
|
import { WalletClave_default } from './chunk-YY4PERUK.js';
|
|
23
25
|
import { WalletTrust_default } from './chunk-SMAULF7M.js';
|
|
24
26
|
import { WalletRabby_default } from './chunk-PVDMJIIQ.js';
|
|
25
|
-
import {
|
|
27
|
+
import { WalletPillar_default } from './chunk-CE7CHV2O.js';
|
|
26
28
|
import { WalletTokenPocket_default } from './chunk-S62EZMJX.js';
|
|
27
29
|
import { WalletSender_default } from './chunk-D4NH2W6X.js';
|
|
28
30
|
import { WalletSoul_default } from './chunk-ANZY6YSX.js';
|
|
@@ -30,12 +32,10 @@ import { WalletRonin_default } from './chunk-7GSBH2PV.js';
|
|
|
30
32
|
import { WalletCoin98_default } from './chunk-M4HZVHDR.js';
|
|
31
33
|
import { WalletSafe_default } from './chunk-Y4SFWZJ7.js';
|
|
32
34
|
import { WalletMultis_default } from './chunk-QIDKOCML.js';
|
|
33
|
-
import { WalletObvious_default } from './chunk-V4GGI5VJ.js';
|
|
34
35
|
import { WalletMyEtherWallet_default } from './chunk-27EB7YGT.js';
|
|
35
36
|
import { WalletLedger_default } from './chunk-DG76JBLP.js';
|
|
36
37
|
import { WalletMetamask_default } from './chunk-675K4HKZ.js';
|
|
37
38
|
import { WalletVenly_default } from './chunk-4KJDEEWH.js';
|
|
38
|
-
import { WalletPillar_default } from './chunk-CE7CHV2O.js';
|
|
39
39
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
40
40
|
|
|
41
41
|
// src/icons/wallets/index.ts
|
|
@@ -1,6 +1,8 @@
|
|
|
1
|
+
import { NetworkZircuit_default } from './chunk-VOJG2K4Z.js';
|
|
1
2
|
import { NetworkArbitrumOne_default } from './chunk-SW5KIBTQ.js';
|
|
2
3
|
import { NetworkBeam_default } from './chunk-LWBJFOYW.js';
|
|
3
4
|
import { NetworkFlare_default } from './chunk-46EJCBNK.js';
|
|
5
|
+
import { NetworkBitcoin_default } from './chunk-6NE5Z5PS.js';
|
|
4
6
|
import { NetworkLens_default } from './chunk-NXZBNLXS.js';
|
|
5
7
|
import { NetworkAlgorand_default } from './chunk-MOLWWY7Z.js';
|
|
6
8
|
import { NetworkSolana_default } from './chunk-AOEHNBXI.js';
|
|
@@ -8,7 +10,7 @@ import { NetworkMoonbase_default } from './chunk-GUEPLDIM.js';
|
|
|
8
10
|
import { NetworkTaiko_default } from './chunk-YPB4WNTN.js';
|
|
9
11
|
import { NetworkTron_default } from './chunk-2ULZGERR.js';
|
|
10
12
|
import { NetworkCorn_default } from './chunk-6KZEPS53.js';
|
|
11
|
-
import {
|
|
13
|
+
import { NetworkCardano_default } from './chunk-ILLVEV2S.js';
|
|
12
14
|
import { NetworkMegaEth_default } from './chunk-VRNOGSZK.js';
|
|
13
15
|
import { NetworkJuno_default } from './chunk-7ZHE5YPQ.js';
|
|
14
16
|
import { NetworkKroma_default } from './chunk-YTNY6EQB.js';
|
|
@@ -16,7 +18,7 @@ import { NetworkInk_default } from './chunk-5XC4TEPM.js';
|
|
|
16
18
|
import { NetworkL3x_default } from './chunk-D2R3KYJ3.js';
|
|
17
19
|
import { NetworkHubbleExchange_default } from './chunk-AH36SYAG.js';
|
|
18
20
|
import { NetworkNexis_default } from './chunk-QC3ZRZPD.js';
|
|
19
|
-
import {
|
|
21
|
+
import { NetworkLightlink_default } from './chunk-6IA2BLX7.js';
|
|
20
22
|
import { NetworkExpchain_default } from './chunk-YHHFBZIA.js';
|
|
21
23
|
import { NetworkZyx_default } from './chunk-JKPHGGR2.js';
|
|
22
24
|
import { NetworkVana_default } from './chunk-7EY3MSDA.js';
|
|
@@ -24,7 +26,7 @@ import { NetworkRonin_default } from './chunk-XX3NEO74.js';
|
|
|
24
26
|
import { NetworkMode_default } from './chunk-YSXBOC2N.js';
|
|
25
27
|
import { NetworkStatus_default } from './chunk-JWZ6APTJ.js';
|
|
26
28
|
import { NetworkBotanix_default } from './chunk-GTGMK3F4.js';
|
|
27
|
-
import {
|
|
29
|
+
import { NetworkGravity_default } from './chunk-YJOSJ7OX.js';
|
|
28
30
|
import { NetworkKucoin_default } from './chunk-W7CKVBL6.js';
|
|
29
31
|
import { NetworkUltron_default } from './chunk-YIWQ4UI6.js';
|
|
30
32
|
import { NetworkSwell_default } from './chunk-7MKO4SAX.js';
|
|
@@ -32,7 +34,7 @@ import { NetworkEthereum_default } from './chunk-AARLPJIG.js';
|
|
|
32
34
|
import { NetworkLumio_default } from './chunk-VJGXPCCH.js';
|
|
33
35
|
import { NetworkArbitrumNova_default } from './chunk-GQC2U5KJ.js';
|
|
34
36
|
import { NetworkMilkomedaA1_default } from './chunk-UQE6SXVQ.js';
|
|
35
|
-
import {
|
|
37
|
+
import { NetworkHarmony_default } from './chunk-RRND2SS4.js';
|
|
36
38
|
import { NetworkEos_default } from './chunk-2KDZRW25.js';
|
|
37
39
|
import { NetworkMonad_default } from './chunk-IKJDWJ2B.js';
|
|
38
40
|
import { NetworkEthereumClassic_default } from './chunk-Z3TXTFXZ.js';
|
|
@@ -40,7 +42,7 @@ import { NetworkZeroNetwork_default } from './chunk-4QWT75QK.js';
|
|
|
40
42
|
import { NetworkCronosZkevm_default } from './chunk-A3KGORSA.js';
|
|
41
43
|
import { NetworkCosmosHub_default } from './chunk-UGET5XVB.js';
|
|
42
44
|
import { NetworkMoonriver_default } from './chunk-BQQGDJHF.js';
|
|
43
|
-
import {
|
|
45
|
+
import { NetworkImmutable_default } from './chunk-VW7SN5CO.js';
|
|
44
46
|
import { NetworkStargaze_default } from './chunk-V73DADWW.js';
|
|
45
47
|
import { NetworkBerachain_default } from './chunk-PQ6KNH2C.js';
|
|
46
48
|
import { NetworkMetisAndromeda_default } from './chunk-P74CNTSH.js';
|
|
@@ -48,7 +50,7 @@ import { NetworkRari_default } from './chunk-TU445MU3.js';
|
|
|
48
50
|
import { NetworkNahmii_default } from './chunk-W2PNB4R7.js';
|
|
49
51
|
import { NetworkXai_default } from './chunk-YQIYTQ5W.js';
|
|
50
52
|
import { NetworkTenet_default } from './chunk-UQ2F26ZD.js';
|
|
51
|
-
import {
|
|
53
|
+
import { NetworkFuse_default } from './chunk-DTKP57F4.js';
|
|
52
54
|
import { NetworkTelos_default } from './chunk-OAWZMGMC.js';
|
|
53
55
|
import { NetworkElastos_default } from './chunk-S36W3DNO.js';
|
|
54
56
|
import { NetworkLycan_default } from './chunk-MWIQ7FXP.js';
|
|
@@ -56,7 +58,7 @@ import { NetworkStellar_default } from './chunk-JMQSULRC.js';
|
|
|
56
58
|
import { NetworkXdc_default } from './chunk-CSHZUKL5.js';
|
|
57
59
|
import { NetworkUnichain_default } from './chunk-H32XS44M.js';
|
|
58
60
|
import { NetworkArweave_default } from './chunk-LSFTIAPL.js';
|
|
59
|
-
import {
|
|
61
|
+
import { NetworkBinanceSmartChain_default } from './chunk-WTDPLAPU.js';
|
|
60
62
|
import { NetworkFilecoin_default } from './chunk-BPDU2NS3.js';
|
|
61
63
|
import { NetworkShimmerEvm_default } from './chunk-UOAFMBPY.js';
|
|
62
64
|
import { NetworkThundercore_default } from './chunk-ZEUUDSOU.js';
|
|
@@ -64,7 +66,7 @@ import { NetworkTreasure_default } from './chunk-EYUJORW5.js';
|
|
|
64
66
|
import { NetworkMint_default } from './chunk-3YUAWOTQ.js';
|
|
65
67
|
import { NetworkPolygonZkevm_default } from './chunk-H2J754UF.js';
|
|
66
68
|
import { NetworkLitecoin_default } from './chunk-AAGJE4LS.js';
|
|
67
|
-
import {
|
|
69
|
+
import { NetworkSys_default } from './chunk-OEKZIEVJ.js';
|
|
68
70
|
import { NetworkStep_default } from './chunk-4BX3U6SC.js';
|
|
69
71
|
import { NetworkOasys_default } from './chunk-OXTLYOXO.js';
|
|
70
72
|
import { NetworkBob_default } from './chunk-B2GOBZJM.js';
|
|
@@ -72,7 +74,7 @@ import { NetworkCoinexSmartChain_default } from './chunk-N34HWU7U.js';
|
|
|
72
74
|
import { NetworkMultiversx_default } from './chunk-N5DG5HH6.js';
|
|
73
75
|
import { NetworkScroll_default } from './chunk-HASBMKVU.js';
|
|
74
76
|
import { NetworkPolygon_default } from './chunk-GEWEZMQF.js';
|
|
75
|
-
import {
|
|
77
|
+
import { NetworkUltra_default } from './chunk-2B7PAOU5.js';
|
|
76
78
|
import { NetworkNibiru_default } from './chunk-HTCQ23TJ.js';
|
|
77
79
|
import { NetworkGnosis_default } from './chunk-ZX7AL7X6.js';
|
|
78
80
|
import { NetworkHemi_default } from './chunk-57FNWD7B.js';
|
|
@@ -80,7 +82,7 @@ import { NetworkAbstract_default } from './chunk-SQEQ4TEB.js';
|
|
|
80
82
|
import { NetworkProm_default } from './chunk-LE7HKXFG.js';
|
|
81
83
|
import { NetworkApechain_default } from './chunk-UAVKH6S2.js';
|
|
82
84
|
import { NetworkFraxtal_default } from './chunk-PUXKAJCZ.js';
|
|
83
|
-
import {
|
|
85
|
+
import { NetworkOptopia_default } from './chunk-RL7R36DW.js';
|
|
84
86
|
import { NetworkUbiq_default } from './chunk-W46QBMK6.js';
|
|
85
87
|
import { NetworkConflux_default } from './chunk-GAAJMJ2Z.js';
|
|
86
88
|
import { NetworkKarura_default } from './chunk-EDX3LLJY.js';
|
|
@@ -88,7 +90,7 @@ import { NetworkSui_default } from './chunk-4BHJVAFQ.js';
|
|
|
88
90
|
import { NetworkAcala_default } from './chunk-JQVUAJVQ.js';
|
|
89
91
|
import { NetworkZora_default } from './chunk-CSKBKLHJ.js';
|
|
90
92
|
import { NetworkRei_default } from './chunk-IWQVB5TW.js';
|
|
91
|
-
import {
|
|
93
|
+
import { NetworkSilicon_default } from './chunk-JVEMU7HA.js';
|
|
92
94
|
import { NetworkXrp_default } from './chunk-DJTND6FW.js';
|
|
93
95
|
import { NetworkLisk_default } from './chunk-3WQFQDFM.js';
|
|
94
96
|
import { NetworkDiode_default } from './chunk-3TDMYX7F.js';
|
|
@@ -96,7 +98,7 @@ import { NetworkPeaq_default } from './chunk-XA6RG2ID.js';
|
|
|
96
98
|
import { NetworkPush_default } from './chunk-WBUXXTT2.js';
|
|
97
99
|
import { NetworkVanar_default } from './chunk-Z63NK2GZ.js';
|
|
98
100
|
import { NetworkKardia_default } from './chunk-J7AZNH66.js';
|
|
99
|
-
import {
|
|
101
|
+
import { NetworkRollux_default } from './chunk-63FO4OSZ.js';
|
|
100
102
|
import { NetworkEtherlink_default } from './chunk-OQYC3WUF.js';
|
|
101
103
|
import { NetworkBase_default } from './chunk-SZYH4RNL.js';
|
|
102
104
|
import { NetworkShiden_default } from './chunk-PDXP7XFL.js';
|
|
@@ -104,7 +106,7 @@ import { NetworkZetaChain_default } from './chunk-LQ5JZZOB.js';
|
|
|
104
106
|
import { NetworkAptos_default } from './chunk-YUFQUMMZ.js';
|
|
105
107
|
import { NetworkSuperSeed_default } from './chunk-LUZU5IAK.js';
|
|
106
108
|
import { NetworkOzean_default } from './chunk-3QJYYZIY.js';
|
|
107
|
-
import {
|
|
109
|
+
import { NetworkMoonbaseAlpha_default } from './chunk-FDKJEG3E.js';
|
|
108
110
|
import { NetworkMeter_default } from './chunk-RBVYLDDB.js';
|
|
109
111
|
import { NetworkTheta_default } from './chunk-NAHRV35J.js';
|
|
110
112
|
import { NetworkVara_default } from './chunk-TOQTYZ2W.js';
|
|
@@ -112,7 +114,7 @@ import { NetworkZilliqa_default } from './chunk-4KV2US24.js';
|
|
|
112
114
|
import { NetworkStarknet_default } from './chunk-FPOMUB7K.js';
|
|
113
115
|
import { NetworkMantle_default } from './chunk-6UWKG6VC.js';
|
|
114
116
|
import { NetworkMoonbeam_default } from './chunk-225SWZFC.js';
|
|
115
|
-
import {
|
|
117
|
+
import { NetworkWax_default } from './chunk-NVYRVOSW.js';
|
|
116
118
|
import { NetworkBouncebit_default } from './chunk-Y2EAD2J2.js';
|
|
117
119
|
import { NetworkEnuls_default } from './chunk-CV6VKB36.js';
|
|
118
120
|
import { NetworkInjective_default } from './chunk-MWRHFRE3.js';
|
|
@@ -120,7 +122,7 @@ import { NetworkOsmosis_default } from './chunk-R6CTV6TW.js';
|
|
|
120
122
|
import { NetworkNeonEvm_default } from './chunk-6X5EL53V.js';
|
|
121
123
|
import { NetworkRootstock_default } from './chunk-6QTUB7OL.js';
|
|
122
124
|
import { NetworkLavaNetwork_default } from './chunk-KUHEZ2TF.js';
|
|
123
|
-
import {
|
|
125
|
+
import { NetworkClover_default } from './chunk-WJYTDAFZ.js';
|
|
124
126
|
import { NetworkReya_default } from './chunk-T6V2FQUQ.js';
|
|
125
127
|
import { NetworkKaia_default } from './chunk-7SSXFJDC.js';
|
|
126
128
|
import { NetworkFantom_default } from './chunk-N2KZCCIM.js';
|
|
@@ -128,7 +130,7 @@ import { NetworkAvalanche_default } from './chunk-R4JKYGPW.js';
|
|
|
128
130
|
import { NetworkChiliz_default } from './chunk-7ELBNRW4.js';
|
|
129
131
|
import { NetworkNearProtocol_default } from './chunk-MYRCL2HO.js';
|
|
130
132
|
import { NetworkCelo_default } from './chunk-WMWQLZZT.js';
|
|
131
|
-
import {
|
|
133
|
+
import { NetworkLumia_default } from './chunk-RYAHJXK6.js';
|
|
132
134
|
import { NetworkEdgeless_default } from './chunk-35E24QIV.js';
|
|
133
135
|
import { NetworkFluence_default } from './chunk-LZUMCCSM.js';
|
|
134
136
|
import { NetworkWemix_default } from './chunk-WVEXIUOU.js';
|
|
@@ -136,7 +138,7 @@ import { NetworkAutonomys_default } from './chunk-T5NUF7RD.js';
|
|
|
136
138
|
import { NetworkHashkey_default } from './chunk-3S3QI6F5.js';
|
|
137
139
|
import { NetworkDogechain_default } from './chunk-3EFYCVAE.js';
|
|
138
140
|
import { NetworkSoneium_default } from './chunk-6TGWKG44.js';
|
|
139
|
-
import {
|
|
141
|
+
import { NetworkEnergyWeb_default } from './chunk-ROLMYDRH.js';
|
|
140
142
|
import { NetworkCosmos_default } from './chunk-RXJWZWIM.js';
|
|
141
143
|
import { NetworkKujira_default } from './chunk-LXVZS2KC.js';
|
|
142
144
|
import { NetworkOrderly_default } from './chunk-CLWGXDNW.js';
|
|
@@ -144,7 +146,7 @@ import { NetworkSeiNetwork_default } from './chunk-ZT62LWQZ.js';
|
|
|
144
146
|
import { NetworkMantaPacific_default } from './chunk-FTQYMKM5.js';
|
|
145
147
|
import { NetworkNeoX_default } from './chunk-SKP45AXE.js';
|
|
146
148
|
import { NetworkCronos_default } from './chunk-3QGQJZ54.js';
|
|
147
|
-
import {
|
|
149
|
+
import { NetworkHederaHashgraph_default } from './chunk-2KMLE42Z.js';
|
|
148
150
|
import { NetworkBoba_default } from './chunk-J7ZN3KLQ.js';
|
|
149
151
|
import { NetworkParadex_default } from './chunk-WGZZUG47.js';
|
|
150
152
|
import { NetworkXLayer_default } from './chunk-DPQNK66V.js';
|
|
@@ -152,7 +154,7 @@ import { NetworkWorld_default } from './chunk-FBNIJK3T.js';
|
|
|
152
154
|
import { NetworkMantra_default } from './chunk-QI2ICP4C.js';
|
|
153
155
|
import { NetworkBlast_default } from './chunk-REEMJZKS.js';
|
|
154
156
|
import { NetworkKatana_default } from './chunk-KQLCRULS.js';
|
|
155
|
-
import {
|
|
157
|
+
import { NetworkApexLayer_default } from './chunk-5G5VJ2UW.js';
|
|
156
158
|
import { NetworkOptimism_default } from './chunk-MJAPCV2L.js';
|
|
157
159
|
import { NetworkMilkomedaC1_default } from './chunk-ERZVUYHM.js';
|
|
158
160
|
import { NetworkOntology_default } from './chunk-7ETB4LWL.js';
|
|
@@ -160,7 +162,7 @@ import { NetworkIotex_default } from './chunk-GFFTTZI4.js';
|
|
|
160
162
|
import { NetworkLoopring_default } from './chunk-G6USRXRQ.js';
|
|
161
163
|
import { NetworkLukso_default } from './chunk-HI63GUTN.js';
|
|
162
164
|
import { NetworkSongbird_default } from './chunk-H43LA7AU.js';
|
|
163
|
-
import {
|
|
165
|
+
import { NetworkZksync_default } from './chunk-25M6V7UE.js';
|
|
164
166
|
import { NetworkAurora_default } from './chunk-YLY4ZFFS.js';
|
|
165
167
|
import { NetworkVelas_default } from './chunk-UID7F5PU.js';
|
|
166
168
|
import { NetworkTombchain_default } from './chunk-7AEVDOAM.js';
|
|
@@ -168,7 +170,7 @@ import { NetworkAstar_default } from './chunk-CDP32FVG.js';
|
|
|
168
170
|
import { NetworkLyra_default } from './chunk-NZPPEPBF.js';
|
|
169
171
|
import { NetworkViction_default } from './chunk-CBHIWSMY.js';
|
|
170
172
|
import { NetworkSonic_default } from './chunk-UHYVH3LV.js';
|
|
171
|
-
import {
|
|
173
|
+
import { NetworkJapanOpenChain_default } from './chunk-QT53GT2L.js';
|
|
172
174
|
import { NetworkLinea_default } from './chunk-5PMFVPJ5.js';
|
|
173
175
|
import { NetworkKakarot_default } from './chunk-YIEKOJQH.js';
|
|
174
176
|
import { NetworkFio_default } from './chunk-ZLZYECH4.js';
|
|
@@ -176,9 +178,7 @@ import { NetworkOkex_default } from './chunk-WMFSZ2T2.js';
|
|
|
176
178
|
import { NetworkIotaEvm_default } from './chunk-GMADHATI.js';
|
|
177
179
|
import { NetworkPolkadot_default } from './chunk-CF4Z65CS.js';
|
|
178
180
|
import { NetworkKava_default } from './chunk-D7KDYFDV.js';
|
|
179
|
-
import { NetworkZksync_default } from './chunk-25M6V7UE.js';
|
|
180
181
|
import { NetworkBitkubChain_default } from './chunk-TXAP4NPF.js';
|
|
181
|
-
import { NetworkJapanOpenChain_default } from './chunk-QT53GT2L.js';
|
|
182
182
|
import { __export } from './chunk-MLKFOR3D.js';
|
|
183
183
|
|
|
184
184
|
// src/icons/networks/index.ts
|