Skip to content

Commit

Permalink
fix: use infra jsonRpcProvider for sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
osslgtm committed Jul 26, 2023
1 parent 0acfc57 commit ae6cf4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export const supportedNetwork: {
},
[NetworkCmdName.Sepolia]: {
explorer: "https://sepolia.etherscan.io",
provider: defaultInfuraProvider("sepolia"),
provider: jsonRpcProvider("https://sepolia.infura.io/v3/bb46da3f80e040e8ab73c0a9ff365d18"),
networkId: 11155111,
networkName: "sepolia",
currency: "ETH",
Expand Down

0 comments on commit ae6cf4f

Please sign in to comment.