@web3icons/common 0.11.2 → 0.11.4
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-UWKEF4V3.js → chunk-MYRUQ6AY.js} +24 -4
- package/dist/{chunk-UWKEF4V3.js.map → chunk-MYRUQ6AY.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 +23 -3
- package/package.json +1 -1
|
@@ -22829,13 +22829,33 @@ var networks = [
|
|
|
22829
22829
|
},
|
|
22830
22830
|
{
|
|
22831
22831
|
id: 'iota-evm',
|
|
22832
|
-
name: 'Iota EVM',
|
|
22833
|
-
variants: ['background', 'branded', 'mono'],
|
|
22834
22832
|
fileName: 'iota-evm',
|
|
22835
|
-
shortName: 'Iota',
|
|
22836
22833
|
chainId: 8822,
|
|
22837
22834
|
caip2id: 'eip155:8822',
|
|
22835
|
+
name: 'Iota EVM',
|
|
22836
|
+
shortName: 'Iota',
|
|
22838
22837
|
nativeCoinId: 'IOTA',
|
|
22838
|
+
variants: ['background', 'branded', 'mono'],
|
|
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'],
|
|
22839
22859
|
},
|
|
22840
22860
|
]
|
|
22841
22861
|
|
|
@@ -23258,4 +23278,4 @@ var exchanges = [
|
|
|
23258
23278
|
]
|
|
23259
23279
|
|
|
23260
23280
|
export { tokens, networks, wallets, exchanges }
|
|
23261
|
-
//# sourceMappingURL=chunk-
|
|
23281
|
+
//# sourceMappingURL=chunk-MYRUQ6AY.js.map
|