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
create fuels
Right now the create fuels template only includes one connector - the Fuel Wallet. We should include all the supported ones: https://github.com/FuelLabs/fuel-connectors/tree/main/packages
The text was updated successfully, but these errors were encountered:
We're currently using the defaultConnectors from v0.5.0, which is the latest release for @fuels/connectors on NPM.
defaultConnectors
v0.5.0
@fuels/connectors
fuels-ts/templates/nextjs/src/app/layout.tsx
Lines 24 to 26 in 4a9b67d
v0.5.0 only has the following default connectors:
FuelWalletConnector FueletWalletConnector BurnerWalletConnector
Later versions (v0.8.1) has the following default connectors:
FuelWalletConnector BakoSafeConnector FueletWalletConnector WalletConnectConnector BurnerWalletConnector
I've asked the question whether the latest release is out of date and whether this should be on v0.8.1 :)
latest
v0.8.1
Sorry, something went wrong.
Dhaiwat10
Successfully merging a pull request may close this issue.
Right now the
create fuels
template only includes one connector - the Fuel Wallet. We should include all the supported ones: https://github.com/FuelLabs/fuel-connectors/tree/main/packagesThe text was updated successfully, but these errors were encountered: