Skip to content

Commit

Permalink
fix: remove ropsten in read me
Browse files Browse the repository at this point in the history
  • Loading branch information
isaackps committed Oct 25, 2022
1 parent 8a648a6 commit 3d435f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ import { Wallet, providers, getDefaultProvider } from "ethers";

// Providers
const mainnetProvider = getDefaultProvider();
const ropstenProvider = getDefaultProvider("ropsten");
const goerliProvider = getDefaultProvider("goerli");
const metamaskProvider = new providers.Web3Provider(web3.currentProvider); // Will change network automatically

// Signer
Expand Down

0 comments on commit 3d435f3

Please sign in to comment.