@web3icons/common 0.11.33 → 0.11.35

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,EAii3BlC,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,EA8j3BlC,CAAA"}
@@ -21348,6 +21348,27 @@ const tokens = [
21348
21348
  },
21349
21349
  variants: ['background', 'branded', 'mono'],
21350
21350
  },
21351
+ {
21352
+ id: 'HNS',
21353
+ filePath: 'token:HNS',
21354
+ symbol: 'HNS',
21355
+ name: 'Handshake',
21356
+ marketCapRank: 0,
21357
+ addresses: {},
21358
+ variants: ['background', 'branded', 'mono'],
21359
+ },
21360
+ {
21361
+ id: 'MON',
21362
+ filePath: 'network:monad',
21363
+ symbol: 'MON',
21364
+ name: 'Monad',
21365
+ marketCapRank: 0,
21366
+ addresses: {
21367
+ ethereum: '0x6917037f8944201b2648198a89906edf863b9517',
21368
+ solana: 'CrAr4RRJMBVwRsZtT62pEhfA9H5utymC2mVx8e7FreP2',
21369
+ },
21370
+ variants: ['background', 'branded', 'mono'],
21371
+ },
21351
21372
  ]
21352
21373
 
21353
21374
  export { tokens }