@web3icons/common 0.4.0 → 0.5.0
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-LCIPYH5S.js → chunk-AMPN5PTA.js} +32 -1
- package/dist/{chunk-LCIPYH5S.js.map → chunk-AMPN5PTA.js.map} +1 -1
- package/dist/chunk-GR3P3SKA.js +21625 -0
- package/dist/chunk-GR3P3SKA.js.map +1 -0
- 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 -0
- package/package.json +1 -1
|
@@ -21394,6 +21394,37 @@ var networks = [
|
|
|
21394
21394
|
shortName: 'moonbase',
|
|
21395
21395
|
chainId: 1287,
|
|
21396
21396
|
},
|
|
21397
|
+
{
|
|
21398
|
+
id: 'unichain',
|
|
21399
|
+
name: 'Unichain',
|
|
21400
|
+
variants: ['branded', 'mono'],
|
|
21401
|
+
shortName: 'uni',
|
|
21402
|
+
chainId: 130,
|
|
21403
|
+
nativeCoinId: 'eth',
|
|
21404
|
+
},
|
|
21405
|
+
{
|
|
21406
|
+
id: 'lumio',
|
|
21407
|
+
name: 'Super Lumio',
|
|
21408
|
+
variants: ['branded'],
|
|
21409
|
+
shortName: 'lumio',
|
|
21410
|
+
chainId: 8866,
|
|
21411
|
+
nativeCoinId: 'eth',
|
|
21412
|
+
},
|
|
21413
|
+
{
|
|
21414
|
+
id: 'mooonbase-alpha',
|
|
21415
|
+
name: 'Moonbase Alpha',
|
|
21416
|
+
variants: ['branded', 'mono'],
|
|
21417
|
+
shortName: 'moonbase alpha',
|
|
21418
|
+
chainId: 1287,
|
|
21419
|
+
},
|
|
21420
|
+
{
|
|
21421
|
+
id: 'taiko',
|
|
21422
|
+
name: 'Taiko',
|
|
21423
|
+
variants: ['branded', 'mono'],
|
|
21424
|
+
shortName: 'taiko',
|
|
21425
|
+
chainId: 167e3,
|
|
21426
|
+
nativeCoinId: 'taiko',
|
|
21427
|
+
},
|
|
21397
21428
|
]
|
|
21398
21429
|
|
|
21399
21430
|
// src/metadata/wallets.ts
|
|
@@ -21591,4 +21622,4 @@ var wallets = [
|
|
|
21591
21622
|
]
|
|
21592
21623
|
|
|
21593
21624
|
export { tokens, networks, wallets }
|
|
21594
|
-
//# sourceMappingURL=chunk-
|
|
21625
|
+
//# sourceMappingURL=chunk-AMPN5PTA.js.map
|