Skip to content
This repository was archived by the owner on Nov 10, 2023. It is now read-only.

Commit 40ce687

Browse files
committed
convert network name to lowercase for onboard'
1 parent 2963cf6 commit 40ce687

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ConnectButton/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const wallets = getSupportedWallets()
2020

2121
export const onboard = Onboard({
2222
networkId: parseInt(networkId, 10),
23-
networkName,
23+
networkName: networkName.toLowerCase(),
2424
subscriptions: {
2525
wallet: (wallet) => {
2626
if (wallet.provider) {

0 commit comments

Comments
 (0)