@web3icons/common 0.11.35 → 0.11.36

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,EAmiGtC,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,EAqnGtC,CAAA"}
@@ -594,7 +594,7 @@ const networks = [
594
594
  caip2id: 'eip155:37111',
595
595
  name: 'Lens',
596
596
  shortName: 'lens',
597
- nativeCoinId: 'GRASS',
597
+ nativeCoinId: 'GHO',
598
598
  variants: ['background', 'branded', 'mono'],
599
599
  },
600
600
  {
@@ -2198,6 +2198,64 @@ const networks = [
2198
2198
  nativeCoinId: 'LUNC',
2199
2199
  variants: ['background', 'branded', 'mono'],
2200
2200
  },
2201
+ {
2202
+ id: 'xdc-network',
2203
+ filePath: 'token:XDC',
2204
+ chainId: 51,
2205
+ caip2id: 'eip155:51',
2206
+ name: 'XDC Network',
2207
+ shortName: 'XDC',
2208
+ nativeCoinId: 'XDC',
2209
+ variants: ['branded', 'mono', 'background'],
2210
+ },
2211
+ {
2212
+ id: 'crab',
2213
+ filePath: 'network:crab',
2214
+ chainId: 44,
2215
+ caip2id: 'eip155:44',
2216
+ name: 'Crab',
2217
+ shortName: 'Crab',
2218
+ nativeCoinId: 'CRAB',
2219
+ variants: ['background', 'branded', 'mono'],
2220
+ },
2221
+ {
2222
+ id: 'darwinia',
2223
+ filePath: 'network:darwinia',
2224
+ chainId: 46,
2225
+ caip2id: 'eip155:46',
2226
+ name: 'Darwinia',
2227
+ shortName: 'Darwinia',
2228
+ nativeCoinId: 'RING',
2229
+ variants: ['background', 'branded', 'mono'],
2230
+ },
2231
+ {
2232
+ id: 'genesis-l1',
2233
+ filePath: 'network:genesis-l1',
2234
+ chainId: 29,
2235
+ caip2id: 'eip155:29',
2236
+ name: 'Genesis L1',
2237
+ shortName: 'Genesis L1',
2238
+ nativeCoinId: 'L1',
2239
+ variants: ['background', 'branded', 'mono'],
2240
+ },
2241
+ {
2242
+ id: 'tempo',
2243
+ filePath: 'network:tempo',
2244
+ name: 'Tempo',
2245
+ shortName: 'Tempo',
2246
+ nativeCoinId: 'USD',
2247
+ variants: ['background', 'branded', 'mono'],
2248
+ },
2249
+ {
2250
+ id: 'uptick',
2251
+ filePath: 'network:uptick',
2252
+ chainId: 117,
2253
+ caip2id: 'eip155:117',
2254
+ name: 'Uptick',
2255
+ shortName: 'Uptick',
2256
+ nativeCoinId: 'UPTICK',
2257
+ variants: ['background', 'branded', 'mono'],
2258
+ },
2201
2259
  ]
2202
2260
 
2203
2261
  export { networks }