@web3icons/common 0.11.6 → 0.11.8
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-NOFXSSRA.js → chunk-5CYHVAIU.js} +43 -1
- package/dist/{chunk-NOFXSSRA.js.map → chunk-5CYHVAIU.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 +20 -0
- package/dist/metadata/tokens.d.ts.map +1 -1
- package/dist/metadata/tokens.js +22 -0
- package/package.json +1 -1
|
@@ -21236,6 +21236,28 @@ var tokens = [
|
|
|
21236
21236
|
ethereum: '0x0a6e7ba5042b38349e437ec6db6214aec7b35676',
|
|
21237
21237
|
},
|
|
21238
21238
|
},
|
|
21239
|
+
{
|
|
21240
|
+
id: 'ARI',
|
|
21241
|
+
name: 'ARI',
|
|
21242
|
+
variants: ['background', 'branded', 'mono'],
|
|
21243
|
+
fileName: 'ARI',
|
|
21244
|
+
symbol: 'ARI',
|
|
21245
|
+
marketCapRank: 0,
|
|
21246
|
+
addresses: {
|
|
21247
|
+
base: '0xd1e6f3f0a7f40d5412f7471875879381441bf722',
|
|
21248
|
+
},
|
|
21249
|
+
},
|
|
21250
|
+
{
|
|
21251
|
+
id: 'PEAQ',
|
|
21252
|
+
name: 'peaq',
|
|
21253
|
+
variants: ['background', 'branded', 'mono'],
|
|
21254
|
+
fileName: 'PEAQ',
|
|
21255
|
+
symbol: 'PEAQ',
|
|
21256
|
+
marketCapRank: 0,
|
|
21257
|
+
addresses: {
|
|
21258
|
+
ethereum: '0x408480574c803D05a0244b479c5020a97f546c51',
|
|
21259
|
+
},
|
|
21260
|
+
},
|
|
21239
21261
|
]
|
|
21240
21262
|
|
|
21241
21263
|
// src/metadata/networks.ts
|
|
@@ -22917,6 +22939,26 @@ var networks = [
|
|
|
22917
22939
|
nativeCoinId: 'ETH',
|
|
22918
22940
|
variants: ['background', 'branded', 'mono'],
|
|
22919
22941
|
},
|
|
22942
|
+
{
|
|
22943
|
+
id: 'hashkey',
|
|
22944
|
+
fileName: 'hashkey',
|
|
22945
|
+
chainId: 177,
|
|
22946
|
+
caip2id: 'eip155:177',
|
|
22947
|
+
name: 'Hashkey Chain',
|
|
22948
|
+
shortName: 'Hashkey',
|
|
22949
|
+
nativeCoinId: 'HSK',
|
|
22950
|
+
variants: ['background', 'branded', 'mono'],
|
|
22951
|
+
},
|
|
22952
|
+
{
|
|
22953
|
+
id: 'peaq',
|
|
22954
|
+
fileName: 'peaq',
|
|
22955
|
+
chainId: 3338,
|
|
22956
|
+
caip2id: 'eip155:3338',
|
|
22957
|
+
name: 'peaq',
|
|
22958
|
+
shortName: 'peaq',
|
|
22959
|
+
nativeCoinId: 'PEAQ',
|
|
22960
|
+
variants: ['background', 'branded', 'mono'],
|
|
22961
|
+
},
|
|
22920
22962
|
]
|
|
22921
22963
|
|
|
22922
22964
|
// src/metadata/wallets.ts
|
|
@@ -23338,4 +23380,4 @@ var exchanges = [
|
|
|
23338
23380
|
]
|
|
23339
23381
|
|
|
23340
23382
|
export { tokens, networks, wallets, exchanges }
|
|
23341
|
-
//# sourceMappingURL=chunk-
|
|
23383
|
+
//# sourceMappingURL=chunk-5CYHVAIU.js.map
|