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.
@@ -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";
@@ -62,6 +62,7 @@ export declare enum Platform {
62
62
  guild = "guild",
63
63
  ton = "ton",
64
64
  snapshot = "snapshot",
65
+ ethos = "ethos",
65
66
  coingecko = "coingecko",
66
67
  gitcoin = "gitcoin",
67
68
  humanpassport = "humanpassport",
@@ -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";
@@ -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
  {
@@ -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
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web3bio-profile-kit",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
4
4
  "description": "React hooks for querying ENS, Farcaster, Lens and Web3 universal profiles",
5
5
  "author": "web3bio",
6
6
  "license": "MIT",