web3bio-profile-kit 0.1.41 → 0.1.42
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/source.cjs +1 -0
- package/dist/types/source.d.ts +1 -0
- package/dist/types/source.js +1 -0
- package/dist/utils/source.cjs +5 -0
- package/dist/utils/source.js +5 -0
- package/package.json +1 -1
package/dist/types/source.cjs
CHANGED
package/dist/types/source.d.ts
CHANGED
package/dist/types/source.js
CHANGED
package/dist/utils/source.cjs
CHANGED
|
@@ -163,6 +163,11 @@ const SOURCE_DATA = {
|
|
|
163
163
|
name: "0xPPL",
|
|
164
164
|
description: "Web3 social platform",
|
|
165
165
|
},
|
|
166
|
+
[source.Source.privy]: {
|
|
167
|
+
name: "Privy",
|
|
168
|
+
description: "Wallet infrastructure",
|
|
169
|
+
icon: "icons/icon-privy.svg",
|
|
170
|
+
},
|
|
166
171
|
[source.Source.questn]: {
|
|
167
172
|
name: "QuestN",
|
|
168
173
|
description: "Airdrop publishing and claiming platform",
|
package/dist/utils/source.js
CHANGED
|
@@ -161,6 +161,11 @@ const SOURCE_DATA = {
|
|
|
161
161
|
name: "0xPPL",
|
|
162
162
|
description: "Web3 social platform",
|
|
163
163
|
},
|
|
164
|
+
[Source.privy]: {
|
|
165
|
+
name: "Privy",
|
|
166
|
+
description: "Wallet infrastructure",
|
|
167
|
+
icon: "icons/icon-privy.svg",
|
|
168
|
+
},
|
|
164
169
|
[Source.questn]: {
|
|
165
170
|
name: "QuestN",
|
|
166
171
|
description: "Airdrop publishing and claiming platform",
|