@web3icons/common 0.11.9 → 0.11.10
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-UASJYL64.js → chunk-DKYPBHP7.js} +10 -1
- package/dist/{chunk-UASJYL64.js.map → chunk-DKYPBHP7.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 +9 -0
- package/package.json +1 -1
|
@@ -22969,6 +22969,15 @@ var networks = [
|
|
|
22969
22969
|
nativeCoinId: 'eth',
|
|
22970
22970
|
variants: ['background', 'branded', 'mono'],
|
|
22971
22971
|
},
|
|
22972
|
+
{
|
|
22973
|
+
id: 'ultra',
|
|
22974
|
+
fileName: 'ultra',
|
|
22975
|
+
caip2id: 'antelope:a9c481dfbc7d9506dc7e87e9a137c931',
|
|
22976
|
+
name: 'Ultra',
|
|
22977
|
+
shortName: 'Ultra',
|
|
22978
|
+
nativeCoinId: 'UOS',
|
|
22979
|
+
variants: ['background', 'branded', 'mono'],
|
|
22980
|
+
},
|
|
22972
22981
|
]
|
|
22973
22982
|
|
|
22974
22983
|
// src/metadata/wallets.ts
|
|
@@ -23390,4 +23399,4 @@ var exchanges = [
|
|
|
23390
23399
|
]
|
|
23391
23400
|
|
|
23392
23401
|
export { tokens, networks, wallets, exchanges }
|
|
23393
|
-
//# sourceMappingURL=chunk-
|
|
23402
|
+
//# sourceMappingURL=chunk-DKYPBHP7.js.map
|