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.
package/dist/utils/platform.cjs
CHANGED
|
@@ -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://
|
|
483
|
-
editUrlPrefix: "https://
|
|
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
|
],
|
package/dist/utils/platform.js
CHANGED
|
@@ -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://
|
|
481
|
-
editUrlPrefix: "https://
|
|
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
|
],
|