@web3icons/common 0.4.1 → 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-ADEA63H7.js → chunk-AMPN5PTA.js} +24 -1
- package/dist/{chunk-ADEA63H7.js.map → chunk-AMPN5PTA.js.map} +1 -1
- package/dist/{chunk-LCIPYH5S.js → chunk-GR3P3SKA.js} +32 -1
- 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
- package/dist/chunk-LCIPYH5S.js.map +0 -1
|
@@ -21402,6 +21402,29 @@ var networks = [
|
|
|
21402
21402
|
chainId: 130,
|
|
21403
21403
|
nativeCoinId: 'eth',
|
|
21404
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
|
+
},
|
|
21405
21428
|
]
|
|
21406
21429
|
|
|
21407
21430
|
// src/metadata/wallets.ts
|
|
@@ -21599,4 +21622,4 @@ var wallets = [
|
|
|
21599
21622
|
]
|
|
21600
21623
|
|
|
21601
21624
|
export { tokens, networks, wallets }
|
|
21602
|
-
//# sourceMappingURL=chunk-
|
|
21625
|
+
//# sourceMappingURL=chunk-AMPN5PTA.js.map
|