@sign-global/tokentable-core 1.6.0 → 1.7.0
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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/types/index.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -3760,6 +3760,7 @@ var AirdropSigIdentityTypeEnum = /* @__PURE__ */ ((AirdropSigIdentityTypeEnum2)
|
|
|
3760
3760
|
AirdropSigIdentityTypeEnum2["EVMWallet"] = "EVM Wallet";
|
|
3761
3761
|
AirdropSigIdentityTypeEnum2["TONWallet"] = "TON Wallet";
|
|
3762
3762
|
AirdropSigIdentityTypeEnum2["CosmosWallet"] = "Cosmos Wallet";
|
|
3763
|
+
AirdropSigIdentityTypeEnum2["SuiWallet"] = "Sui Wallet";
|
|
3763
3764
|
AirdropSigIdentityTypeEnum2["Google"] = "Google Account";
|
|
3764
3765
|
AirdropSigIdentityTypeEnum2["Discord"] = "Discord Account";
|
|
3765
3766
|
return AirdropSigIdentityTypeEnum2;
|