@web3icons/common 0.11.43 → 0.11.44

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,EAwsGtC,CAAA"}
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,EAstGtC,CAAA"}
@@ -2315,6 +2315,16 @@ const networks = [
2315
2315
  nativeCoinId: 'MON',
2316
2316
  variants: ['background', 'branded', 'mono'],
2317
2317
  },
2318
+ {
2319
+ id: 'citrea',
2320
+ filePath: 'network:citrea',
2321
+ chainId: 4114,
2322
+ caip2id: 'eip155:4114',
2323
+ name: 'Citrea',
2324
+ shortName: 'Citrea',
2325
+ nativeCoinId: 'CBTC',
2326
+ variants: ['background', 'branded', 'mono'],
2327
+ },
2318
2328
  ]
2319
2329
 
2320
2330
  export { networks }