@web3icons/common 0.11.34 → 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,3 +1,3 @@
1
- import { ITokenMetadata } from '../types'
1
+ import type { ITokenMetadata } from '../types.js'
2
2
  export declare const tokens: ITokenMetadata[]
3
3
  //# sourceMappingURL=tokens.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../src/metadata/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAA;AAEzC,eAAO,MAAM,MAAM,EAAE,cAAc,EA8j3BlC,CAAA"}
1
+ {"version":3,"file":"tokens.d.ts","sourceRoot":"","sources":["../../src/metadata/tokens.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,aAAa,CAAA;AAEjD,eAAO,MAAM,MAAM,EAAE,cAAc,EAqm3BlC,CAAA"}
@@ -21369,6 +21369,33 @@ const tokens = [
21369
21369
  },
21370
21370
  variants: ['background', 'branded', 'mono'],
21371
21371
  },
21372
+ {
21373
+ id: 'crab',
21374
+ filePath: 'network:crab',
21375
+ symbol: 'CRAB',
21376
+ name: 'Crab',
21377
+ marketCapRank: 0,
21378
+ addresses: {},
21379
+ variants: ['background', 'branded', 'mono'],
21380
+ },
21381
+ {
21382
+ id: 'l1',
21383
+ filePath: 'network:genesis-l1',
21384
+ symbol: 'L1',
21385
+ name: 'Genesis L1',
21386
+ marketCapRank: 0,
21387
+ addresses: {},
21388
+ variants: ['background', 'branded', 'mono'],
21389
+ },
21390
+ {
21391
+ id: 'uptick',
21392
+ filePath: 'network:uptick',
21393
+ symbol: 'UPTICK',
21394
+ name: 'Uptick',
21395
+ marketCapRank: 0,
21396
+ addresses: {},
21397
+ variants: ['background', 'branded', 'mono'],
21398
+ },
21372
21399
  ]
21373
21400
 
21374
21401
  export { tokens }