@bit-buccaneers/wallet-abstraction 0.0.33 → 0.0.34

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/dev.js CHANGED
@@ -899,7 +899,8 @@ var handleSolflareSignCallback = () => {
899
899
  var TRUST_CONFIG = {
900
900
  walletId: "trust",
901
901
  wcDeeplink: "https://link.trustwallet.com/wc",
902
- injectedKey: "isTrust"
902
+ injectedKey: "isTrust",
903
+ signDeeplink: "trust://"
903
904
  };
904
905
  var buildTrustBrowseUrl = () => `https://link.trustwallet.com/open_url?url=${encodeURIComponent(window.location.href)}`;
905
906
  var createTrustEvmMobileConnector = () => createWcEvmConnector(TRUST_CONFIG);
package/dist/dev.jsx CHANGED
@@ -906,7 +906,8 @@ var handleSolflareSignCallback = () => {
906
906
  var TRUST_CONFIG = {
907
907
  walletId: "trust",
908
908
  wcDeeplink: "https://link.trustwallet.com/wc",
909
- injectedKey: "isTrust"
909
+ injectedKey: "isTrust",
910
+ signDeeplink: "trust://"
910
911
  };
911
912
  var buildTrustBrowseUrl = () => `https://link.trustwallet.com/open_url?url=${encodeURIComponent(window.location.href)}`;
912
913
  var createTrustEvmMobileConnector = () => createWcEvmConnector(TRUST_CONFIG);
package/dist/index.js CHANGED
@@ -899,7 +899,8 @@ var handleSolflareSignCallback = () => {
899
899
  var TRUST_CONFIG = {
900
900
  walletId: "trust",
901
901
  wcDeeplink: "https://link.trustwallet.com/wc",
902
- injectedKey: "isTrust"
902
+ injectedKey: "isTrust",
903
+ signDeeplink: "trust://"
903
904
  };
904
905
  var buildTrustBrowseUrl = () => `https://link.trustwallet.com/open_url?url=${encodeURIComponent(window.location.href)}`;
905
906
  var createTrustEvmMobileConnector = () => createWcEvmConnector(TRUST_CONFIG);
package/dist/index.jsx CHANGED
@@ -906,7 +906,8 @@ var handleSolflareSignCallback = () => {
906
906
  var TRUST_CONFIG = {
907
907
  walletId: "trust",
908
908
  wcDeeplink: "https://link.trustwallet.com/wc",
909
- injectedKey: "isTrust"
909
+ injectedKey: "isTrust",
910
+ signDeeplink: "trust://"
910
911
  };
911
912
  var buildTrustBrowseUrl = () => `https://link.trustwallet.com/open_url?url=${encodeURIComponent(window.location.href)}`;
912
913
  var createTrustEvmMobileConnector = () => createWcEvmConnector(TRUST_CONFIG);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bit-buccaneers/wallet-abstraction",
3
- "version": "0.0.33",
3
+ "version": "0.0.34",
4
4
  "description": "Solid.js web3 wallet abstraction for EVM and Solana",
5
5
  "license": "MIT",
6
6
  "author": "Bit Buccaneers",