@web3icons/common 0.7.1 → 0.7.2
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-6YBUPU6M.js → chunk-4ZTB2E5A.js} +7 -1
- package/dist/{chunk-6YBUPU6M.js.map → chunk-4ZTB2E5A.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 +6 -0
- package/package.json +1 -1
|
@@ -21479,6 +21479,12 @@ var networks = [
|
|
|
21479
21479
|
chainId: 21e6,
|
|
21480
21480
|
nativeCoinId: 'btc',
|
|
21481
21481
|
},
|
|
21482
|
+
{
|
|
21483
|
+
id: 'mantra',
|
|
21484
|
+
name: 'Mantra Chain',
|
|
21485
|
+
variants: ['branded', 'mono'],
|
|
21486
|
+
shortName: 'mantra',
|
|
21487
|
+
},
|
|
21482
21488
|
]
|
|
21483
21489
|
|
|
21484
21490
|
// src/metadata/wallets.ts
|
|
@@ -21676,4 +21682,4 @@ var wallets = [
|
|
|
21676
21682
|
]
|
|
21677
21683
|
|
|
21678
21684
|
export { tokens, networks, wallets }
|
|
21679
|
-
//# sourceMappingURL=chunk-
|
|
21685
|
+
//# sourceMappingURL=chunk-4ZTB2E5A.js.map
|