Skip to content

Commit

Permalink
feat: add burner wallet to react app (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
luizstacio authored May 8, 2024
1 parent 143cf5b commit 633c3b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/react-app/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { http, createConfig, injected } from '@wagmi/core';
import { mainnet, sepolia } from '@wagmi/core/chains';

import {
BurnerWalletConnector,
FuelWalletConnector,
FuelWalletDevelopmentConnector,
FueletWalletConnector,
Expand Down Expand Up @@ -71,6 +72,7 @@ ReactDOM.createRoot(document.getElementById('root') as HTMLElement).render(
projectId: WC_PROJECT_ID,
}),
new FuelWalletDevelopmentConnector(),
new BurnerWalletConnector(),
],
}}
>
Expand Down

0 comments on commit 633c3b2

Please sign in to comment.