Skip to content

Commit

Permalink
Merge pull request #337 from WGB5445/main
Browse files Browse the repository at this point in the history
[Docs] Fix wallet-adapter-react README.md [network -> Network]
  • Loading branch information
gregnazario authored Jun 25, 2024
2 parents ab0babd + b8c226b commit bff324f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wallet-adapter-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const wallets = [new AptosLegacyStandardWallet()];
plugins={wallets}
autoConnect={true}
optInWallets={["Petra"]}
dappConfig={{ netwrok: network.MAINNET }}
dappConfig={{ netwrok: Network.MAINNET }}
onError={(error) => {
console.log("error", error);
}}
Expand Down

0 comments on commit bff324f

Please sign in to comment.