Skip to content

Commit

Permalink
Merge pull request #121 from Open-Attestation/fix/update-readme
Browse files Browse the repository at this point in the history
fix: remove ropsten in read me
  • Loading branch information
isaackps authored Oct 25, 2022
2 parents 8a648a6 + 3d435f3 commit 38ae341
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 38ae341

Please sign in to comment.