We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
the example in our site was working previously but has now stopped working.
Both TempleWallet and ThanosWallet now throw errors.
https://tezostaquito.io/docs/next/wallet_API#try-the-temple-wallet
I have tried with both Temple Wallet and ThanosWallet with no success.
Temple wallets error is the same just the name is TempleWalletError not ThanosWalletError.
i have also tried using the exact example in the README and it generates the same error.
Is there a breaking change that was introduced that we missed for 7.0.0?
we are currently using "@thanos-wallet/dapp": "^2.2.2", and I have tried @temple-wallet/dapp: ^6.1.1 && ^7.0.0
all failures happen after instantiating the class and calling any methods of the class.
our live example can be seen here as well as the error that is reproducable: https://tezostaquito.io/docs/next/wallet_API#try-the-temple-wallet
if we are missing something please let me know!
any help would be appreciated!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
the example in our site was working previously but has now stopped working.
Both TempleWallet and ThanosWallet now throw errors.
https://tezostaquito.io/docs/next/wallet_API#try-the-temple-wallet
I have tried with both Temple Wallet and ThanosWallet with no success.
Temple wallets error is the same just the name is TempleWalletError not ThanosWalletError.
i have also tried using the exact example in the README and it generates the same error.
Is there a breaking change that was introduced that we missed for 7.0.0?
we are currently using "@thanos-wallet/dapp": "^2.2.2",
and I have tried @temple-wallet/dapp: ^6.1.1 && ^7.0.0
all failures happen after instantiating the class and calling any methods of the class.
our live example can be seen here as well as the error that is reproducable: https://tezostaquito.io/docs/next/wallet_API#try-the-temple-wallet
if we are missing something please let me know!
any help would be appreciated!
The text was updated successfully, but these errors were encountered: