@web3icons/common 0.11.39 → 0.11.41

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,EAgpGtC,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,EA0rGtC,CAAA"}
@@ -2275,6 +2275,36 @@ const networks = [
2275
2275
  shortName: 'TON',
2276
2276
  variants: ['background', 'branded', 'mono'],
2277
2277
  },
2278
+ {
2279
+ id: 'plume',
2280
+ filePath: 'network:plume',
2281
+ chainId: 98866,
2282
+ caip2id: 'eip155:98866',
2283
+ name: 'Plume',
2284
+ shortName: 'Plume',
2285
+ nativeCoinId: 'PLUME',
2286
+ variants: ['background', 'branded', 'mono'],
2287
+ },
2288
+ {
2289
+ id: 'codex',
2290
+ filePath: 'network:codex',
2291
+ chainId: 81224,
2292
+ caip2id: 'eip155:81224',
2293
+ name: 'Codex',
2294
+ shortName: 'Codex',
2295
+ nativeCoinId: 'ETH',
2296
+ variants: ['background', 'branded', 'mono'],
2297
+ },
2298
+ {
2299
+ id: 'pulsechain',
2300
+ filePath: 'network:pulsechain',
2301
+ chainId: 369,
2302
+ caip2id: 'eip155:369',
2303
+ name: 'Pulsechain',
2304
+ shortName: 'PLS',
2305
+ nativeCoinId: 'PLS',
2306
+ variants: ['background', 'branded', 'mono'],
2307
+ },
2278
2308
  ]
2279
2309
 
2280
2310
  export { networks }