@web3icons/common 0.11.3 → 0.11.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/dist/{chunk-VOIRMNZM.js → chunk-ZMPSQUVG.js} +51 -1
- package/dist/{chunk-VOIRMNZM.js.map → chunk-ZMPSQUVG.js.map} +1 -1
- package/dist/index.js +1 -1
- package/dist/metadata/index.js +1 -1
- package/dist/metadata/networks.d.ts.map +1 -1
- package/dist/metadata/networks.js +50 -0
- package/package.json +1 -1
|
@@ -22837,6 +22837,56 @@ var networks = [
|
|
|
22837
22837
|
nativeCoinId: 'IOTA',
|
|
22838
22838
|
variants: ['background', 'branded', 'mono'],
|
|
22839
22839
|
},
|
|
22840
|
+
{
|
|
22841
|
+
id: 'apechain',
|
|
22842
|
+
fileName: 'apechain',
|
|
22843
|
+
chainId: 33139,
|
|
22844
|
+
caip2id: 'eip155:33139',
|
|
22845
|
+
name: 'Apechain',
|
|
22846
|
+
shortName: 'Ape',
|
|
22847
|
+
nativeCoinId: 'APE',
|
|
22848
|
+
variants: ['background', 'branded', 'mono'],
|
|
22849
|
+
},
|
|
22850
|
+
{
|
|
22851
|
+
id: 'nexis',
|
|
22852
|
+
fileName: 'nexis',
|
|
22853
|
+
chainId: 2370,
|
|
22854
|
+
caip2id: 'eip155:2370',
|
|
22855
|
+
name: 'Nexis Network',
|
|
22856
|
+
shortName: 'Nexis',
|
|
22857
|
+
nativeCoinId: 'NZT',
|
|
22858
|
+
variants: ['background', 'branded', 'mono'],
|
|
22859
|
+
},
|
|
22860
|
+
{
|
|
22861
|
+
id: 'ink',
|
|
22862
|
+
fileName: 'ink',
|
|
22863
|
+
chainId: 57073,
|
|
22864
|
+
caip2id: 'eip155:57073',
|
|
22865
|
+
name: 'Ink',
|
|
22866
|
+
shortName: 'Ink',
|
|
22867
|
+
nativeCoinId: 'ETH',
|
|
22868
|
+
variants: ['background', 'branded', 'mono'],
|
|
22869
|
+
},
|
|
22870
|
+
{
|
|
22871
|
+
id: 'ontology',
|
|
22872
|
+
fileName: 'ontology',
|
|
22873
|
+
chainId: 58,
|
|
22874
|
+
caip2id: 'eip155:58',
|
|
22875
|
+
name: 'Ontology',
|
|
22876
|
+
shortName: 'Ontology',
|
|
22877
|
+
nativeCoinId: 'ONG',
|
|
22878
|
+
variants: ['background', 'branded', 'mono'],
|
|
22879
|
+
},
|
|
22880
|
+
{
|
|
22881
|
+
id: 'prom',
|
|
22882
|
+
fileName: 'prom',
|
|
22883
|
+
chainId: 227,
|
|
22884
|
+
caip2id: 'eip155:227',
|
|
22885
|
+
name: 'Prom',
|
|
22886
|
+
shortName: 'Prom',
|
|
22887
|
+
nativeCoinId: 'PROM',
|
|
22888
|
+
variants: ['background', 'branded', 'mono'],
|
|
22889
|
+
},
|
|
22840
22890
|
]
|
|
22841
22891
|
|
|
22842
22892
|
// src/metadata/wallets.ts
|
|
@@ -23258,4 +23308,4 @@ var exchanges = [
|
|
|
23258
23308
|
]
|
|
23259
23309
|
|
|
23260
23310
|
export { tokens, networks, wallets, exchanges }
|
|
23261
|
-
//# sourceMappingURL=chunk-
|
|
23311
|
+
//# sourceMappingURL=chunk-ZMPSQUVG.js.map
|