Skip to content

Commit

Permalink
docs: replace goerli with sepolia in readme (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
zixiang2018 authored Dec 7, 2023
1 parent 427fec2 commit 2271435
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 goerliProvider = getDefaultProvider("goerli");
const sepoliaProvider = getDefaultProvider("sepolia");
const metamaskProvider = new providers.Web3Provider(web3.currentProvider); // Will change network automatically

// Signer
Expand Down

0 comments on commit 2271435

Please sign in to comment.