Skip to content

Commit

Permalink
Merge pull request #65 from hollow-leaf/update/web
Browse files Browse the repository at this point in the history
delete: delete ethereum and opbnb testnet
  • Loading branch information
crypto0627 authored Feb 20, 2024
2 parents 663894c + aa76135 commit 9aadfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const metadata = {
}

const { chains, publicClient } = configureChains(
[mainnet, opBNBTestnet, opBNB],
[opBNB],
[walletConnectProvider({ projectId }), publicProvider()],

)
Expand Down

0 comments on commit 9aadfcc

Please sign in to comment.