@web3icons/common 0.11.43 → 0.11.45
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.
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAEnD,eAAO,MAAM,QAAQ,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,aAAa,CAAA;AAEnD,eAAO,MAAM,QAAQ,EAAE,gBAAgB,EAouGtC,CAAA"}
|
|
@@ -444,10 +444,20 @@ const networks = [
|
|
|
444
444
|
{
|
|
445
445
|
id: 'abstract',
|
|
446
446
|
filePath: 'network:abstract',
|
|
447
|
+
chainId: 2741,
|
|
448
|
+
caip2id: 'eip155:2741',
|
|
449
|
+
name: 'Abstract',
|
|
450
|
+
shortName: 'Abstract',
|
|
451
|
+
nativeCoinId: 'eth',
|
|
452
|
+
variants: ['background', 'branded', 'mono'],
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
id: 'abstract-sepolia',
|
|
456
|
+
filePath: 'network:abstract',
|
|
447
457
|
chainId: 11124,
|
|
448
458
|
caip2id: 'eip155:11124',
|
|
449
|
-
name: '
|
|
450
|
-
shortName: '
|
|
459
|
+
name: 'Abstract Sepolia Testnet',
|
|
460
|
+
shortName: 'Abstract Sepolia',
|
|
451
461
|
nativeCoinId: 'eth',
|
|
452
462
|
variants: ['background', 'branded', 'mono'],
|
|
453
463
|
},
|
|
@@ -2315,6 +2325,16 @@ const networks = [
|
|
|
2315
2325
|
nativeCoinId: 'MON',
|
|
2316
2326
|
variants: ['background', 'branded', 'mono'],
|
|
2317
2327
|
},
|
|
2328
|
+
{
|
|
2329
|
+
id: 'citrea',
|
|
2330
|
+
filePath: 'network:citrea',
|
|
2331
|
+
chainId: 4114,
|
|
2332
|
+
caip2id: 'eip155:4114',
|
|
2333
|
+
name: 'Citrea',
|
|
2334
|
+
shortName: 'Citrea',
|
|
2335
|
+
nativeCoinId: 'CBTC',
|
|
2336
|
+
variants: ['background', 'branded', 'mono'],
|
|
2337
|
+
},
|
|
2318
2338
|
]
|
|
2319
2339
|
|
|
2320
2340
|
export { networks }
|