@web3icons/common 0.11.40 → 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,EA4qGtC,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"}
@@ -2295,6 +2295,16 @@ const networks = [
2295
2295
  nativeCoinId: 'ETH',
2296
2296
  variants: ['background', 'branded', 'mono'],
2297
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
+ },
2298
2308
  ]
2299
2309
 
2300
2310
  export { networks }