Skip to content

Commit

Permalink
chore: remove bakoSafe from defaultConnectors (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
LuizAsFight authored Jun 12, 2024
1 parent e3c1b65 commit c92d788
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/forty-timers-heal.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"@fuel-connectors/bako-safe": major
"@fuel-connectors/bako-safe": minor
---

Add bako-safe connector
2 changes: 0 additions & 2 deletions packages/connectors/src/defaultConnectors.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import { BakoSafeConnector } from '@fuel-connectors/bako-safe';
import { BurnerWalletConnector } from '@fuel-connectors/burner-wallet-connector';
import { FuelWalletDevelopmentConnector } from '@fuel-connectors/fuel-development-wallet';
import { FuelWalletConnector } from '@fuel-connectors/fuel-wallet';
Expand All @@ -16,7 +15,6 @@ export function defaultConnectors({
const connectors = [
new FuelWalletConnector(),
new FueletWalletConnector(),
new BakoSafeConnector(),
new WalletConnectConnector(),
new BurnerWalletConnector(),
];
Expand Down

0 comments on commit c92d788

Please sign in to comment.