@sign-global/tokentable-core 1.5.0 → 1.6.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/dist/index.mjs CHANGED
@@ -3751,6 +3751,7 @@ var ChainType = /* @__PURE__ */ ((ChainType2) => {
3751
3751
  ChainType2["Solana"] = "solana";
3752
3752
  ChainType2["Sui"] = "sui";
3753
3753
  ChainType2["Aptos"] = "aptos";
3754
+ ChainType2["Cosmos"] = "cosmos";
3754
3755
  return ChainType2;
3755
3756
  })(ChainType || {});
3756
3757
  var AirdropSigIdentityTypeEnum = /* @__PURE__ */ ((AirdropSigIdentityTypeEnum2) => {
@@ -3758,6 +3759,7 @@ var AirdropSigIdentityTypeEnum = /* @__PURE__ */ ((AirdropSigIdentityTypeEnum2)
3758
3759
  AirdropSigIdentityTypeEnum2["SolanaWallet"] = "Solana Wallet";
3759
3760
  AirdropSigIdentityTypeEnum2["EVMWallet"] = "EVM Wallet";
3760
3761
  AirdropSigIdentityTypeEnum2["TONWallet"] = "TON Wallet";
3762
+ AirdropSigIdentityTypeEnum2["CosmosWallet"] = "Cosmos Wallet";
3761
3763
  AirdropSigIdentityTypeEnum2["Google"] = "Google Account";
3762
3764
  AirdropSigIdentityTypeEnum2["Discord"] = "Discord Account";
3763
3765
  return AirdropSigIdentityTypeEnum2;