web3bio-profile-kit 0.1.40 → 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.
@@ -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",
@@ -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.40",
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",