@web3icons/common 0.11.28 → 0.11.29
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.
|
@@ -21326,6 +21326,29 @@ var tokens = [
|
|
|
21326
21326
|
'binance-smart-chain': '0x413c2834f02003752d6Cc0Bcd1cE85Af04D62fBE',
|
|
21327
21327
|
},
|
|
21328
21328
|
},
|
|
21329
|
+
{
|
|
21330
|
+
id: 'gun',
|
|
21331
|
+
name: 'GUNZ',
|
|
21332
|
+
variants: ['background', 'branded', 'mono'],
|
|
21333
|
+
filePath: 'network:gunz',
|
|
21334
|
+
symbol: 'GUN',
|
|
21335
|
+
marketCapRank: 0,
|
|
21336
|
+
addresses: {},
|
|
21337
|
+
},
|
|
21338
|
+
{
|
|
21339
|
+
id: 'JURIS',
|
|
21340
|
+
name: 'Juris Protocol',
|
|
21341
|
+
variants: ['background', 'branded', 'mono'],
|
|
21342
|
+
filePath: 'network:juris',
|
|
21343
|
+
symbol: 'JURIS',
|
|
21344
|
+
marketCapRank: 0,
|
|
21345
|
+
addresses: {
|
|
21346
|
+
'terra-classic':
|
|
21347
|
+
'terra1vhgq25vwuhdhn9xjll0rhl2s67jzw78a4g2t78y5kz89q9lsdskq2pxcj2',
|
|
21348
|
+
osmosis:
|
|
21349
|
+
'ibc/46579C587A0B8CF8B0A1FF6B0EFA2082F11876578E47FC81A9CAAD31F424AF98',
|
|
21350
|
+
},
|
|
21351
|
+
},
|
|
21329
21352
|
]
|
|
21330
21353
|
|
|
21331
21354
|
// src/metadata/networks.ts
|
|
@@ -23474,6 +23497,61 @@ var networks = [
|
|
|
23474
23497
|
nativeCoinId: 'SIS',
|
|
23475
23498
|
variants: ['background', 'branded', 'mono'],
|
|
23476
23499
|
},
|
|
23500
|
+
{
|
|
23501
|
+
id: 'gunz',
|
|
23502
|
+
name: 'GUNZ',
|
|
23503
|
+
variants: ['background', 'branded', 'mono'],
|
|
23504
|
+
filePath: 'network:gunz',
|
|
23505
|
+
shortName: 'GUNZ',
|
|
23506
|
+
chainId: 43419,
|
|
23507
|
+
caip2id: 'eip155:43419',
|
|
23508
|
+
nativeCoinId: 'GUN',
|
|
23509
|
+
},
|
|
23510
|
+
{
|
|
23511
|
+
id: 'flow',
|
|
23512
|
+
name: 'Flow',
|
|
23513
|
+
variants: ['branded', 'mono', 'background'],
|
|
23514
|
+
filePath: 'token:FLOW',
|
|
23515
|
+
shortName: 'Flow',
|
|
23516
|
+
chainId: 747,
|
|
23517
|
+
caip2id: 'eip155:747',
|
|
23518
|
+
nativeCoinId: 'FLOW',
|
|
23519
|
+
},
|
|
23520
|
+
{
|
|
23521
|
+
id: 'flow-testnet',
|
|
23522
|
+
name: 'Flow Testnet',
|
|
23523
|
+
variants: ['branded', 'mono', 'background'],
|
|
23524
|
+
filePath: 'token:FLOW',
|
|
23525
|
+
shortName: 'Flow',
|
|
23526
|
+
chainId: 545,
|
|
23527
|
+
caip2id: 'eip155:545',
|
|
23528
|
+
nativeCoinId: 'FLOW',
|
|
23529
|
+
},
|
|
23530
|
+
{
|
|
23531
|
+
id: 'stable',
|
|
23532
|
+
name: 'Stablechain',
|
|
23533
|
+
variants: ['background', 'branded', 'mono'],
|
|
23534
|
+
filePath: 'network:stable',
|
|
23535
|
+
shortName: 'Stable',
|
|
23536
|
+
chainId: 988,
|
|
23537
|
+
caip2id: 'eip155:988',
|
|
23538
|
+
nativeCoinId: 'USDT',
|
|
23539
|
+
},
|
|
23540
|
+
{
|
|
23541
|
+
id: 'juris',
|
|
23542
|
+
name: 'Juris Protocol',
|
|
23543
|
+
variants: ['background', 'branded', 'mono'],
|
|
23544
|
+
filePath: 'network:juris',
|
|
23545
|
+
shortName: 'Juris',
|
|
23546
|
+
},
|
|
23547
|
+
{
|
|
23548
|
+
id: 'terra-classic',
|
|
23549
|
+
name: 'Terra Classic',
|
|
23550
|
+
variants: ['background', 'branded', 'mono'],
|
|
23551
|
+
filePath: 'network:terra-classic',
|
|
23552
|
+
shortName: 'Terra',
|
|
23553
|
+
nativeCoinId: 'LUNC',
|
|
23554
|
+
},
|
|
23477
23555
|
]
|
|
23478
23556
|
|
|
23479
23557
|
// src/metadata/wallets.ts
|
|
@@ -23962,4 +24040,4 @@ var exchanges = [
|
|
|
23962
24040
|
]
|
|
23963
24041
|
|
|
23964
24042
|
export { tokens, networks, wallets, exchanges }
|
|
23965
|
-
//# sourceMappingURL=chunk-
|
|
24043
|
+
//# sourceMappingURL=chunk-HF7NWTNU.js.map
|