@web3icons/common 0.11.38 → 0.11.40

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,EA4qGtC,CAAA"}
@@ -2275,6 +2275,26 @@ 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
+ },
2278
2298
  ]
2279
2299
 
2280
2300
  export { networks }