@web3icons/common 0.6.0 → 0.6.1
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-AMPN5PTA.js → chunk-F4O3E3LA.js} +32 -2
- package/dist/{chunk-AMPN5PTA.js.map → chunk-F4O3E3LA.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 +31 -1
- package/package.json +1 -1
|
@@ -20324,7 +20324,7 @@ var networks = [
|
|
|
20324
20324
|
{
|
|
20325
20325
|
id: 'eos',
|
|
20326
20326
|
name: 'EOS evm',
|
|
20327
|
-
variants: ['mono'],
|
|
20327
|
+
variants: ['branded', 'mono'],
|
|
20328
20328
|
chainId: 17777,
|
|
20329
20329
|
nativeCoinId: 'eos',
|
|
20330
20330
|
shortName: 'eos',
|
|
@@ -21425,6 +21425,36 @@ var networks = [
|
|
|
21425
21425
|
chainId: 167e3,
|
|
21426
21426
|
nativeCoinId: 'taiko',
|
|
21427
21427
|
},
|
|
21428
|
+
{
|
|
21429
|
+
id: 'diode',
|
|
21430
|
+
name: 'Diode',
|
|
21431
|
+
variants: ['branded', 'mono'],
|
|
21432
|
+
shortName: 'diode',
|
|
21433
|
+
chainId: 15,
|
|
21434
|
+
nativeCoinId: 'diode',
|
|
21435
|
+
},
|
|
21436
|
+
{
|
|
21437
|
+
id: 'edgeless',
|
|
21438
|
+
name: 'Edgeless Network',
|
|
21439
|
+
variants: ['branded', 'mono'],
|
|
21440
|
+
shortName: 'edgeless',
|
|
21441
|
+
chainId: 2026,
|
|
21442
|
+
nativeCoinId: 'eweth',
|
|
21443
|
+
},
|
|
21444
|
+
{
|
|
21445
|
+
id: 'lens',
|
|
21446
|
+
name: 'Lens',
|
|
21447
|
+
variants: ['branded', 'mono'],
|
|
21448
|
+
shortName: 'lens',
|
|
21449
|
+
},
|
|
21450
|
+
{
|
|
21451
|
+
id: 'world',
|
|
21452
|
+
name: 'World Chain',
|
|
21453
|
+
variants: ['branded', 'mono'],
|
|
21454
|
+
shortName: 'world',
|
|
21455
|
+
chainId: 480,
|
|
21456
|
+
nativeCoinId: 'eth',
|
|
21457
|
+
},
|
|
21428
21458
|
]
|
|
21429
21459
|
|
|
21430
21460
|
// src/metadata/wallets.ts
|
|
@@ -21622,4 +21652,4 @@ var wallets = [
|
|
|
21622
21652
|
]
|
|
21623
21653
|
|
|
21624
21654
|
export { tokens, networks, wallets }
|
|
21625
|
-
//# sourceMappingURL=chunk-
|
|
21655
|
+
//# sourceMappingURL=chunk-F4O3E3LA.js.map
|