web3bio-profile-kit 0.1.20 → 0.1.22
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
|
@@ -13,6 +13,7 @@ exports.Platform = void 0;
|
|
|
13
13
|
Platform["arbitrum"] = "arbitrum";
|
|
14
14
|
Platform["basenames"] = "basenames";
|
|
15
15
|
Platform["bilibili"] = "bilibili";
|
|
16
|
+
Platform["binance"] = "binance";
|
|
16
17
|
Platform["bitcoin"] = "bitcoin";
|
|
17
18
|
Platform["bluesky"] = "bluesky";
|
|
18
19
|
Platform["box"] = "box";
|
|
@@ -20,11 +21,13 @@ exports.Platform = void 0;
|
|
|
20
21
|
Platform["calendly"] = "calendly";
|
|
21
22
|
Platform["ckb"] = "ckb";
|
|
22
23
|
Platform["clusters"] = "clusters";
|
|
24
|
+
Platform["coinbase"] = "coinbase";
|
|
23
25
|
Platform["coingecko"] = "coingecko";
|
|
24
26
|
Platform["cosmos"] = "cosmos";
|
|
25
27
|
Platform["cyberconnect"] = "cyberconnect";
|
|
26
28
|
Platform["deepdao"] = "deepdao";
|
|
27
29
|
Platform["degenscore"] = "degenscore";
|
|
30
|
+
Platform["dentity"] = "dentity";
|
|
28
31
|
Platform["discord"] = "discord";
|
|
29
32
|
Platform["doge"] = "doge";
|
|
30
33
|
Platform["dotbit"] = "dotbit";
|
|
@@ -38,6 +41,7 @@ exports.Platform = void 0;
|
|
|
38
41
|
Platform["facebook"] = "facebook";
|
|
39
42
|
Platform["farcaster"] = "farcaster";
|
|
40
43
|
Platform["firefly"] = "firefly";
|
|
44
|
+
Platform["galxe"] = "galxe";
|
|
41
45
|
Platform["genome"] = "genome";
|
|
42
46
|
Platform["github"] = "github";
|
|
43
47
|
Platform["gitcoin"] = "gitcoin";
|
package/dist/types/platform.d.ts
CHANGED
|
@@ -10,6 +10,7 @@ export declare enum Platform {
|
|
|
10
10
|
arbitrum = "arbitrum",
|
|
11
11
|
basenames = "basenames",
|
|
12
12
|
bilibili = "bilibili",
|
|
13
|
+
binance = "binance",
|
|
13
14
|
bitcoin = "bitcoin",
|
|
14
15
|
bluesky = "bluesky",
|
|
15
16
|
box = "box",
|
|
@@ -17,11 +18,13 @@ export declare enum Platform {
|
|
|
17
18
|
calendly = "calendly",
|
|
18
19
|
ckb = "ckb",
|
|
19
20
|
clusters = "clusters",
|
|
21
|
+
coinbase = "coinbase",
|
|
20
22
|
coingecko = "coingecko",
|
|
21
23
|
cosmos = "cosmos",
|
|
22
24
|
cyberconnect = "cyberconnect",
|
|
23
25
|
deepdao = "deepdao",
|
|
24
26
|
degenscore = "degenscore",
|
|
27
|
+
dentity = "dentity",
|
|
25
28
|
discord = "discord",
|
|
26
29
|
doge = "doge",
|
|
27
30
|
dotbit = "dotbit",
|
|
@@ -35,6 +38,7 @@ export declare enum Platform {
|
|
|
35
38
|
facebook = "facebook",
|
|
36
39
|
farcaster = "farcaster",
|
|
37
40
|
firefly = "firefly",
|
|
41
|
+
galxe = "galxe",
|
|
38
42
|
genome = "genome",
|
|
39
43
|
github = "github",
|
|
40
44
|
gitcoin = "gitcoin",
|
package/dist/types/platform.js
CHANGED
|
@@ -11,6 +11,7 @@ var Platform;
|
|
|
11
11
|
Platform["arbitrum"] = "arbitrum";
|
|
12
12
|
Platform["basenames"] = "basenames";
|
|
13
13
|
Platform["bilibili"] = "bilibili";
|
|
14
|
+
Platform["binance"] = "binance";
|
|
14
15
|
Platform["bitcoin"] = "bitcoin";
|
|
15
16
|
Platform["bluesky"] = "bluesky";
|
|
16
17
|
Platform["box"] = "box";
|
|
@@ -18,11 +19,13 @@ var Platform;
|
|
|
18
19
|
Platform["calendly"] = "calendly";
|
|
19
20
|
Platform["ckb"] = "ckb";
|
|
20
21
|
Platform["clusters"] = "clusters";
|
|
22
|
+
Platform["coinbase"] = "coinbase";
|
|
21
23
|
Platform["coingecko"] = "coingecko";
|
|
22
24
|
Platform["cosmos"] = "cosmos";
|
|
23
25
|
Platform["cyberconnect"] = "cyberconnect";
|
|
24
26
|
Platform["deepdao"] = "deepdao";
|
|
25
27
|
Platform["degenscore"] = "degenscore";
|
|
28
|
+
Platform["dentity"] = "dentity";
|
|
26
29
|
Platform["discord"] = "discord";
|
|
27
30
|
Platform["doge"] = "doge";
|
|
28
31
|
Platform["dotbit"] = "dotbit";
|
|
@@ -36,6 +39,7 @@ var Platform;
|
|
|
36
39
|
Platform["facebook"] = "facebook";
|
|
37
40
|
Platform["farcaster"] = "farcaster";
|
|
38
41
|
Platform["firefly"] = "firefly";
|
|
42
|
+
Platform["galxe"] = "galxe";
|
|
39
43
|
Platform["genome"] = "genome";
|
|
40
44
|
Platform["github"] = "github";
|
|
41
45
|
Platform["gitcoin"] = "gitcoin";
|
package/dist/utils/platform.cjs
CHANGED
|
@@ -81,6 +81,14 @@ const PLATFORM_DATA = new Map([
|
|
|
81
81
|
urlPrefix: "https://www.bilibili.com/",
|
|
82
82
|
},
|
|
83
83
|
],
|
|
84
|
+
[
|
|
85
|
+
platform.Platform.binance,
|
|
86
|
+
{
|
|
87
|
+
color: "#FCD535",
|
|
88
|
+
icon: "icons/icon-binance.svg",
|
|
89
|
+
label: "Binance",
|
|
90
|
+
},
|
|
91
|
+
],
|
|
84
92
|
[
|
|
85
93
|
platform.Platform.bitcoin,
|
|
86
94
|
{
|
|
@@ -147,6 +155,14 @@ const PLATFORM_DATA = new Map([
|
|
|
147
155
|
registerlink: "https://clusters.xyz/register/{name}",
|
|
148
156
|
},
|
|
149
157
|
],
|
|
158
|
+
[
|
|
159
|
+
platform.Platform.coinbase,
|
|
160
|
+
{
|
|
161
|
+
color: "#2151F6",
|
|
162
|
+
icon: "icons/icon-coinbase.svg",
|
|
163
|
+
label: "Coinbase",
|
|
164
|
+
},
|
|
165
|
+
],
|
|
150
166
|
[
|
|
151
167
|
platform.Platform.coingecko,
|
|
152
168
|
{
|
|
@@ -189,7 +205,14 @@ const PLATFORM_DATA = new Map([
|
|
|
189
205
|
color: "#a855f7",
|
|
190
206
|
icon: "icons/icon-degenscore.svg",
|
|
191
207
|
label: "DegenScore",
|
|
192
|
-
|
|
208
|
+
},
|
|
209
|
+
],
|
|
210
|
+
[
|
|
211
|
+
platform.Platform.dentity,
|
|
212
|
+
{
|
|
213
|
+
color: "#030712",
|
|
214
|
+
icon: "icons/icon-dentity.svg",
|
|
215
|
+
label: "Dentity",
|
|
193
216
|
},
|
|
194
217
|
],
|
|
195
218
|
[
|
|
@@ -246,7 +269,6 @@ const PLATFORM_DATA = new Map([
|
|
|
246
269
|
icon: "icons/icon-edgeless.svg",
|
|
247
270
|
label: "Edgeless",
|
|
248
271
|
urlPrefix: "https://explorer.edgeless.network/address/",
|
|
249
|
-
registerlink: "",
|
|
250
272
|
},
|
|
251
273
|
],
|
|
252
274
|
[
|
|
@@ -302,7 +324,7 @@ const PLATFORM_DATA = new Map([
|
|
|
302
324
|
[
|
|
303
325
|
platform.Platform.farcaster,
|
|
304
326
|
{
|
|
305
|
-
color: "#
|
|
327
|
+
color: "#6a3cff",
|
|
306
328
|
icon: "icons/icon-farcaster.svg",
|
|
307
329
|
label: "Farcaster",
|
|
308
330
|
description: "Farcaster social identity (Fname handle)",
|
|
@@ -321,6 +343,14 @@ const PLATFORM_DATA = new Map([
|
|
|
321
343
|
urlPrefix: "https://firefly.social/",
|
|
322
344
|
},
|
|
323
345
|
],
|
|
346
|
+
[
|
|
347
|
+
platform.Platform.galxe,
|
|
348
|
+
{
|
|
349
|
+
color: "#492BFF",
|
|
350
|
+
icon: "icons/icon-galxe.svg",
|
|
351
|
+
label: "Galxe",
|
|
352
|
+
},
|
|
353
|
+
],
|
|
324
354
|
[
|
|
325
355
|
platform.Platform.genome,
|
|
326
356
|
{
|
package/dist/utils/platform.js
CHANGED
|
@@ -79,6 +79,14 @@ const PLATFORM_DATA = new Map([
|
|
|
79
79
|
urlPrefix: "https://www.bilibili.com/",
|
|
80
80
|
},
|
|
81
81
|
],
|
|
82
|
+
[
|
|
83
|
+
Platform.binance,
|
|
84
|
+
{
|
|
85
|
+
color: "#FCD535",
|
|
86
|
+
icon: "icons/icon-binance.svg",
|
|
87
|
+
label: "Binance",
|
|
88
|
+
},
|
|
89
|
+
],
|
|
82
90
|
[
|
|
83
91
|
Platform.bitcoin,
|
|
84
92
|
{
|
|
@@ -145,6 +153,14 @@ const PLATFORM_DATA = new Map([
|
|
|
145
153
|
registerlink: "https://clusters.xyz/register/{name}",
|
|
146
154
|
},
|
|
147
155
|
],
|
|
156
|
+
[
|
|
157
|
+
Platform.coinbase,
|
|
158
|
+
{
|
|
159
|
+
color: "#2151F6",
|
|
160
|
+
icon: "icons/icon-coinbase.svg",
|
|
161
|
+
label: "Coinbase",
|
|
162
|
+
},
|
|
163
|
+
],
|
|
148
164
|
[
|
|
149
165
|
Platform.coingecko,
|
|
150
166
|
{
|
|
@@ -187,7 +203,14 @@ const PLATFORM_DATA = new Map([
|
|
|
187
203
|
color: "#a855f7",
|
|
188
204
|
icon: "icons/icon-degenscore.svg",
|
|
189
205
|
label: "DegenScore",
|
|
190
|
-
|
|
206
|
+
},
|
|
207
|
+
],
|
|
208
|
+
[
|
|
209
|
+
Platform.dentity,
|
|
210
|
+
{
|
|
211
|
+
color: "#030712",
|
|
212
|
+
icon: "icons/icon-dentity.svg",
|
|
213
|
+
label: "Dentity",
|
|
191
214
|
},
|
|
192
215
|
],
|
|
193
216
|
[
|
|
@@ -244,7 +267,6 @@ const PLATFORM_DATA = new Map([
|
|
|
244
267
|
icon: "icons/icon-edgeless.svg",
|
|
245
268
|
label: "Edgeless",
|
|
246
269
|
urlPrefix: "https://explorer.edgeless.network/address/",
|
|
247
|
-
registerlink: "",
|
|
248
270
|
},
|
|
249
271
|
],
|
|
250
272
|
[
|
|
@@ -300,7 +322,7 @@ const PLATFORM_DATA = new Map([
|
|
|
300
322
|
[
|
|
301
323
|
Platform.farcaster,
|
|
302
324
|
{
|
|
303
|
-
color: "#
|
|
325
|
+
color: "#6a3cff",
|
|
304
326
|
icon: "icons/icon-farcaster.svg",
|
|
305
327
|
label: "Farcaster",
|
|
306
328
|
description: "Farcaster social identity (Fname handle)",
|
|
@@ -319,6 +341,14 @@ const PLATFORM_DATA = new Map([
|
|
|
319
341
|
urlPrefix: "https://firefly.social/",
|
|
320
342
|
},
|
|
321
343
|
],
|
|
344
|
+
[
|
|
345
|
+
Platform.galxe,
|
|
346
|
+
{
|
|
347
|
+
color: "#492BFF",
|
|
348
|
+
icon: "icons/icon-galxe.svg",
|
|
349
|
+
label: "Galxe",
|
|
350
|
+
},
|
|
351
|
+
],
|
|
322
352
|
[
|
|
323
353
|
Platform.genome,
|
|
324
354
|
{
|