-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
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
chore: add warning update on bridge #188
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I installed the Fuel Wallet 0.13.11 via zip and the popup not show up.
packages/app-portal/src/systems/Settings/providers/FuelUiProvider.tsx
Outdated
Show resolved
Hide resolved
…UiProvider.tsx Co-authored-by: Hélcio Franco <helciofranco@me.com>
@@ -19,7 +19,7 @@ export function FuelConnectProvider({ children }: ProvidersProps) { | |||
theme={theme} | |||
fuelConfig={{ | |||
devMode: IS_DEV, | |||
connnectors: defaultConnectors(), | |||
connectors: defaultConnectors(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to remove Fuelet for now to import the connectors use FuelWalletConnector and FuelWalletDevelopmenConnector
here.
No description provided.