Skip to content

Commit

Permalink
fix: sepolia default infura provider (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
osslgtm committed Jul 26, 2023
1 parent 61fdc8e commit 6984d96
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file removed .DS_Store
Binary file not shown.
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: jsonRpcProvider("https://rpc.sepolia.org"),
provider: jsonRpcProvider("https://sepolia.infura.io/v3/bb46da3f80e040e8ab73c0a9ff365d18"),
networkId: 11155111,
networkName: "sepolia",
currency: "ETH",
Expand Down

0 comments on commit 6984d96

Please sign in to comment.