web3bio-profile-kit 0.2.3 → 0.2.4

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.
@@ -479,9 +479,9 @@ const PLATFORM_DATA = new Map([
479
479
  icon: "icons/icon-lens.svg",
480
480
  label: "Lens",
481
481
  description: "Lens social identity (.lens handle)",
482
- urlPrefix: "https://hey.xyz/u/",
483
- editUrlPrefix: "https://hey.xyz/settings",
484
- ensText: ["lens"],
482
+ urlPrefix: "https://firefly.social/profile/lens/",
483
+ editUrlPrefix: "https://firefly.social/profile/lens/",
484
+ ensText: ["lens", "xyz.lens"],
485
485
  registerlink: "https://www.lens.xyz/mint?name={name}",
486
486
  },
487
487
  ],
@@ -477,9 +477,9 @@ const PLATFORM_DATA = new Map([
477
477
  icon: "icons/icon-lens.svg",
478
478
  label: "Lens",
479
479
  description: "Lens social identity (.lens handle)",
480
- urlPrefix: "https://hey.xyz/u/",
481
- editUrlPrefix: "https://hey.xyz/settings",
482
- ensText: ["lens"],
480
+ urlPrefix: "https://firefly.social/profile/lens/",
481
+ editUrlPrefix: "https://firefly.social/profile/lens/",
482
+ ensText: ["lens", "xyz.lens"],
483
483
  registerlink: "https://www.lens.xyz/mint?name={name}",
484
484
  },
485
485
  ],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.2.3",
3
+ "version": "0.2.4",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",