web3bio-profile-kit 0.2.11 → 0.2.13
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 +0 -2
- package/dist/types/platform.d.ts +0 -2
- package/dist/types/platform.js +0 -2
- package/dist/types/source.cjs +2 -0
- package/dist/types/source.d.ts +2 -0
- package/dist/types/source.js +2 -0
- package/dist/utils/platform.cjs +0 -17
- package/dist/utils/platform.js +0 -17
- package/dist/utils/source.cjs +8 -0
- package/dist/utils/source.js +8 -0
- package/package.json +1 -1
package/dist/types/platform.cjs
CHANGED
|
@@ -21,13 +21,11 @@ exports.Platform = void 0;
|
|
|
21
21
|
Platform["clusters"] = "clusters";
|
|
22
22
|
Platform["coinbase"] = "coinbase";
|
|
23
23
|
Platform["coingecko"] = "coingecko";
|
|
24
|
-
Platform["degenscore"] = "degenscore";
|
|
25
24
|
Platform["dentity"] = "dentity";
|
|
26
25
|
Platform["discord"] = "discord";
|
|
27
26
|
Platform["doge"] = "doge";
|
|
28
27
|
Platform["dotbit"] = "dotbit";
|
|
29
28
|
Platform["dns"] = "dns";
|
|
30
|
-
Platform["ecp"] = "ecp";
|
|
31
29
|
Platform["efp"] = "efp";
|
|
32
30
|
Platform["ens"] = "ens";
|
|
33
31
|
Platform["ethereum"] = "ethereum";
|
package/dist/types/platform.d.ts
CHANGED
|
@@ -18,13 +18,11 @@ export declare enum Platform {
|
|
|
18
18
|
clusters = "clusters",
|
|
19
19
|
coinbase = "coinbase",
|
|
20
20
|
coingecko = "coingecko",
|
|
21
|
-
degenscore = "degenscore",
|
|
22
21
|
dentity = "dentity",
|
|
23
22
|
discord = "discord",
|
|
24
23
|
doge = "doge",
|
|
25
24
|
dotbit = "dotbit",
|
|
26
25
|
dns = "dns",
|
|
27
|
-
ecp = "ecp",
|
|
28
26
|
efp = "efp",
|
|
29
27
|
ens = "ens",
|
|
30
28
|
ethereum = "ethereum",
|
package/dist/types/platform.js
CHANGED
|
@@ -19,13 +19,11 @@ var Platform;
|
|
|
19
19
|
Platform["clusters"] = "clusters";
|
|
20
20
|
Platform["coinbase"] = "coinbase";
|
|
21
21
|
Platform["coingecko"] = "coingecko";
|
|
22
|
-
Platform["degenscore"] = "degenscore";
|
|
23
22
|
Platform["dentity"] = "dentity";
|
|
24
23
|
Platform["discord"] = "discord";
|
|
25
24
|
Platform["doge"] = "doge";
|
|
26
25
|
Platform["dotbit"] = "dotbit";
|
|
27
26
|
Platform["dns"] = "dns";
|
|
28
|
-
Platform["ecp"] = "ecp";
|
|
29
27
|
Platform["efp"] = "efp";
|
|
30
28
|
Platform["ens"] = "ens";
|
|
31
29
|
Platform["ethereum"] = "ethereum";
|
package/dist/types/source.cjs
CHANGED
|
@@ -10,9 +10,11 @@ exports.Source = void 0;
|
|
|
10
10
|
Source["baseapp"] = "baseapp";
|
|
11
11
|
Source["basenames"] = "basenames";
|
|
12
12
|
Source["camp_network"] = "camp_network";
|
|
13
|
+
Source["cent"] = "cent";
|
|
13
14
|
Source["clicker"] = "clicker";
|
|
14
15
|
Source["clusters"] = "clusters";
|
|
15
16
|
Source["crowdsourcing"] = "crowdsourcing";
|
|
17
|
+
Source["debank"] = "debank";
|
|
16
18
|
Source["dentity"] = "dentity";
|
|
17
19
|
Source["dotbit"] = "dotbit";
|
|
18
20
|
Source["ens"] = "ens";
|
package/dist/types/source.d.ts
CHANGED
|
@@ -7,9 +7,11 @@ export declare enum Source {
|
|
|
7
7
|
baseapp = "baseapp",
|
|
8
8
|
basenames = "basenames",
|
|
9
9
|
camp_network = "camp_network",
|
|
10
|
+
cent = "cent",
|
|
10
11
|
clicker = "clicker",
|
|
11
12
|
clusters = "clusters",
|
|
12
13
|
crowdsourcing = "crowdsourcing",
|
|
14
|
+
debank = "debank",
|
|
13
15
|
dentity = "dentity",
|
|
14
16
|
dotbit = "dotbit",
|
|
15
17
|
ens = "ens",
|
package/dist/types/source.js
CHANGED
|
@@ -8,9 +8,11 @@ var Source;
|
|
|
8
8
|
Source["baseapp"] = "baseapp";
|
|
9
9
|
Source["basenames"] = "basenames";
|
|
10
10
|
Source["camp_network"] = "camp_network";
|
|
11
|
+
Source["cent"] = "cent";
|
|
11
12
|
Source["clicker"] = "clicker";
|
|
12
13
|
Source["clusters"] = "clusters";
|
|
13
14
|
Source["crowdsourcing"] = "crowdsourcing";
|
|
15
|
+
Source["debank"] = "debank";
|
|
14
16
|
Source["dentity"] = "dentity";
|
|
15
17
|
Source["dotbit"] = "dotbit";
|
|
16
18
|
Source["ens"] = "ens";
|
package/dist/utils/platform.cjs
CHANGED
|
@@ -193,14 +193,6 @@ const PLATFORM_DATA = new Map([
|
|
|
193
193
|
urlPrefix: "https://www.coingecko.com/en/coins/",
|
|
194
194
|
},
|
|
195
195
|
],
|
|
196
|
-
[
|
|
197
|
-
platform.Platform.degenscore,
|
|
198
|
-
{
|
|
199
|
-
color: "#a855f7",
|
|
200
|
-
icon: "icons/icon-degenscore.svg",
|
|
201
|
-
label: "DegenScore",
|
|
202
|
-
},
|
|
203
|
-
],
|
|
204
196
|
[
|
|
205
197
|
platform.Platform.dentity,
|
|
206
198
|
{
|
|
@@ -247,15 +239,6 @@ const PLATFORM_DATA = new Map([
|
|
|
247
239
|
registerlink: "https://d.id/bit/account/create/{name}",
|
|
248
240
|
},
|
|
249
241
|
],
|
|
250
|
-
[
|
|
251
|
-
platform.Platform.ecp,
|
|
252
|
-
{
|
|
253
|
-
color: "#000000",
|
|
254
|
-
icon: "icons/icon-ecp.svg",
|
|
255
|
-
label: "Ethereum Comments Protocol",
|
|
256
|
-
registerlink: "https://www.ethcomments.xyz/",
|
|
257
|
-
},
|
|
258
|
-
],
|
|
259
242
|
[
|
|
260
243
|
platform.Platform.efp,
|
|
261
244
|
{
|
package/dist/utils/platform.js
CHANGED
|
@@ -191,14 +191,6 @@ const PLATFORM_DATA = new Map([
|
|
|
191
191
|
urlPrefix: "https://www.coingecko.com/en/coins/",
|
|
192
192
|
},
|
|
193
193
|
],
|
|
194
|
-
[
|
|
195
|
-
Platform.degenscore,
|
|
196
|
-
{
|
|
197
|
-
color: "#a855f7",
|
|
198
|
-
icon: "icons/icon-degenscore.svg",
|
|
199
|
-
label: "DegenScore",
|
|
200
|
-
},
|
|
201
|
-
],
|
|
202
194
|
[
|
|
203
195
|
Platform.dentity,
|
|
204
196
|
{
|
|
@@ -245,15 +237,6 @@ const PLATFORM_DATA = new Map([
|
|
|
245
237
|
registerlink: "https://d.id/bit/account/create/{name}",
|
|
246
238
|
},
|
|
247
239
|
],
|
|
248
|
-
[
|
|
249
|
-
Platform.ecp,
|
|
250
|
-
{
|
|
251
|
-
color: "#000000",
|
|
252
|
-
icon: "icons/icon-ecp.svg",
|
|
253
|
-
label: "Ethereum Comments Protocol",
|
|
254
|
-
registerlink: "https://www.ethcomments.xyz/",
|
|
255
|
-
},
|
|
256
|
-
],
|
|
257
240
|
[
|
|
258
241
|
Platform.efp,
|
|
259
242
|
{
|
package/dist/utils/source.cjs
CHANGED
|
@@ -21,6 +21,10 @@ const SOURCE_DATA = {
|
|
|
21
21
|
name: "Camp Network",
|
|
22
22
|
description: "Modernize intellectual property infrastructure",
|
|
23
23
|
},
|
|
24
|
+
[source.Source.cent]: {
|
|
25
|
+
name: "Cent",
|
|
26
|
+
description: "The Tweet Minting Platform",
|
|
27
|
+
},
|
|
24
28
|
[source.Source.clicker]: {
|
|
25
29
|
name: "Clicker",
|
|
26
30
|
description: "The social network for traders",
|
|
@@ -34,6 +38,10 @@ const SOURCE_DATA = {
|
|
|
34
38
|
name: "Crowdsourcing",
|
|
35
39
|
description: "Crowdsourcing",
|
|
36
40
|
},
|
|
41
|
+
[source.Source.debank]: {
|
|
42
|
+
name: "Debank",
|
|
43
|
+
description: "DeFi portfolio tracker for Ethereum",
|
|
44
|
+
},
|
|
37
45
|
[source.Source.dentity]: {
|
|
38
46
|
name: "Dentity",
|
|
39
47
|
description: "Digital credentials",
|
package/dist/utils/source.js
CHANGED
|
@@ -19,6 +19,10 @@ const SOURCE_DATA = {
|
|
|
19
19
|
name: "Camp Network",
|
|
20
20
|
description: "Modernize intellectual property infrastructure",
|
|
21
21
|
},
|
|
22
|
+
[Source.cent]: {
|
|
23
|
+
name: "Cent",
|
|
24
|
+
description: "The Tweet Minting Platform",
|
|
25
|
+
},
|
|
22
26
|
[Source.clicker]: {
|
|
23
27
|
name: "Clicker",
|
|
24
28
|
description: "The social network for traders",
|
|
@@ -32,6 +36,10 @@ const SOURCE_DATA = {
|
|
|
32
36
|
name: "Crowdsourcing",
|
|
33
37
|
description: "Crowdsourcing",
|
|
34
38
|
},
|
|
39
|
+
[Source.debank]: {
|
|
40
|
+
name: "Debank",
|
|
41
|
+
description: "DeFi portfolio tracker for Ethereum",
|
|
42
|
+
},
|
|
35
43
|
[Source.dentity]: {
|
|
36
44
|
name: "Dentity",
|
|
37
45
|
description: "Digital credentials",
|