Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
change "goerli" -> "sepolia"
  • Loading branch information
Alex992Y authored Mar 7, 2024
1 parent 3b225de commit 89de3f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basic/03-web3js-erc20/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const receiver = '0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266';
// Provider
const web3 = new Web3(
new Web3.providers.HttpProvider(
'https://goerli.infura.io/v3/' + process.env.INFURA_ID
'https://sepolia.infura.io/v3/' + process.env.INFURA_ID
)
);

Expand Down

0 comments on commit 89de3f8

Please sign in to comment.