@web3icons/common 0.4.1 → 0.5.0

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.
package/dist/index.js CHANGED
@@ -1,3 +1,3 @@
1
- import { networks, tokens, wallets } from './chunk-LCIPYH5S.js'
1
+ import { networks, tokens, wallets } from './chunk-AMPN5PTA.js'
2
2
  export { networks, tokens, wallets }
3
3
  //# sourceMappingURL=index.js.map
@@ -1,3 +1,3 @@
1
- import { networks, tokens, wallets } from '../chunk-LCIPYH5S.js'
1
+ import { networks, tokens, wallets } from '../chunk-AMPN5PTA.js'
2
2
  export { networks, tokens, wallets }
3
3
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,eAAO,MAAM,QAAQ,EAAE,gBAAgB,EAyjCtC,CAAA"}
1
+ {"version":3,"file":"networks.d.ts","sourceRoot":"","sources":["../../src/metadata/networks.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AAE3C,eAAO,MAAM,QAAQ,EAAE,gBAAgB,EAwlCtC,CAAA"}
@@ -1079,4 +1079,35 @@ export const networks = [
1079
1079
  shortName: 'moonbase',
1080
1080
  chainId: 1287,
1081
1081
  },
1082
+ {
1083
+ id: 'unichain',
1084
+ name: 'Unichain',
1085
+ variants: ['branded', 'mono'],
1086
+ shortName: 'uni',
1087
+ chainId: 130,
1088
+ nativeCoinId: 'eth',
1089
+ },
1090
+ {
1091
+ id: 'lumio',
1092
+ name: 'Super Lumio',
1093
+ variants: ['branded'],
1094
+ shortName: 'lumio',
1095
+ chainId: 8866,
1096
+ nativeCoinId: 'eth',
1097
+ },
1098
+ {
1099
+ id: 'mooonbase-alpha',
1100
+ name: 'Moonbase Alpha',
1101
+ variants: ['branded', 'mono'],
1102
+ shortName: 'moonbase alpha',
1103
+ chainId: 1287,
1104
+ },
1105
+ {
1106
+ id: 'taiko',
1107
+ name: 'Taiko',
1108
+ variants: ['branded', 'mono'],
1109
+ shortName: 'taiko',
1110
+ chainId: 167000,
1111
+ nativeCoinId: 'taiko',
1112
+ },
1082
1113
  ]
package/package.json CHANGED
@@ -11,7 +11,7 @@
11
11
  "svg crypto icons",
12
12
  "coin icons"
13
13
  ],
14
- "version": "0.4.1",
14
+ "version": "0.5.0",
15
15
  "private": false,
16
16
  "author": "0xa3k5",
17
17
  "license": "MIT",