web3bio-profile-kit 0.1.8 → 0.1.9
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/types/platform.cjs
CHANGED
|
@@ -65,6 +65,7 @@ exports.Platform = void 0;
|
|
|
65
65
|
Platform["guild"] = "guild";
|
|
66
66
|
Platform["ton"] = "ton";
|
|
67
67
|
Platform["snapshot"] = "snapshot";
|
|
68
|
+
Platform["ethos"] = "ethos";
|
|
68
69
|
Platform["coingecko"] = "coingecko";
|
|
69
70
|
Platform["gitcoin"] = "gitcoin";
|
|
70
71
|
Platform["humanpassport"] = "humanpassport";
|
package/dist/types/platform.d.ts
CHANGED
package/dist/types/platform.js
CHANGED
|
@@ -63,6 +63,7 @@ var Platform;
|
|
|
63
63
|
Platform["guild"] = "guild";
|
|
64
64
|
Platform["ton"] = "ton";
|
|
65
65
|
Platform["snapshot"] = "snapshot";
|
|
66
|
+
Platform["ethos"] = "ethos";
|
|
66
67
|
Platform["coingecko"] = "coingecko";
|
|
67
68
|
Platform["gitcoin"] = "gitcoin";
|
|
68
69
|
Platform["humanpassport"] = "humanpassport";
|
package/dist/utils/platform.cjs
CHANGED
|
@@ -647,6 +647,16 @@ const PLATFORM_DATA = new Map([
|
|
|
647
647
|
system: platform.PlatformSystem.web3,
|
|
648
648
|
},
|
|
649
649
|
],
|
|
650
|
+
[
|
|
651
|
+
platform.Platform.ethos,
|
|
652
|
+
{
|
|
653
|
+
color: "#1F2126",
|
|
654
|
+
icon: "icons/icon-ethos.svg",
|
|
655
|
+
label: "Ethos",
|
|
656
|
+
urlPrefix: "https://app.ethos.network/profile/",
|
|
657
|
+
system: platform.PlatformSystem.web3,
|
|
658
|
+
},
|
|
659
|
+
],
|
|
650
660
|
[
|
|
651
661
|
platform.Platform.coingecko,
|
|
652
662
|
{
|
package/dist/utils/platform.js
CHANGED
|
@@ -645,6 +645,16 @@ const PLATFORM_DATA = new Map([
|
|
|
645
645
|
system: PlatformSystem.web3,
|
|
646
646
|
},
|
|
647
647
|
],
|
|
648
|
+
[
|
|
649
|
+
Platform.ethos,
|
|
650
|
+
{
|
|
651
|
+
color: "#1F2126",
|
|
652
|
+
icon: "icons/icon-ethos.svg",
|
|
653
|
+
label: "Ethos",
|
|
654
|
+
urlPrefix: "https://app.ethos.network/profile/",
|
|
655
|
+
system: PlatformSystem.web3,
|
|
656
|
+
},
|
|
657
|
+
],
|
|
648
658
|
[
|
|
649
659
|
Platform.coingecko,
|
|
650
660
|
{
|