web3bio-profile-kit 0.1.39 → 0.1.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.
@@ -195,7 +195,7 @@ const NETWORK_DATA = {
195
195
  },
196
196
  [network.Network.lens]: {
197
197
  bgColor: "#d9f1dc",
198
- chainId: 137,
198
+ chainId: 232,
199
199
  icon: "icons/icon-lens.svg",
200
200
  key: network.Network.lens,
201
201
  label: "Lens",
@@ -282,7 +282,7 @@ const NETWORK_DATA = {
282
282
  [network.Network.solana]: {
283
283
  assetPrefix: "https://portfolio.jup.ag/portfolio/",
284
284
  bgColor: "#F0E3FF",
285
- chainId: 534352,
285
+ chainId: 101,
286
286
  icon: "icons/icon-solana.svg",
287
287
  key: network.Network.solana,
288
288
  label: "Solana",
@@ -193,7 +193,7 @@ const NETWORK_DATA = {
193
193
  },
194
194
  [Network.lens]: {
195
195
  bgColor: "#d9f1dc",
196
- chainId: 137,
196
+ chainId: 232,
197
197
  icon: "icons/icon-lens.svg",
198
198
  key: Network.lens,
199
199
  label: "Lens",
@@ -280,7 +280,7 @@ const NETWORK_DATA = {
280
280
  [Network.solana]: {
281
281
  assetPrefix: "https://portfolio.jup.ag/portfolio/",
282
282
  bgColor: "#F0E3FF",
283
- chainId: 534352,
283
+ chainId: 101,
284
284
  icon: "icons/icon-solana.svg",
285
285
  key: Network.solana,
286
286
  label: "Solana",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.1.39",
3
+ "version": "0.1.41",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",