Skip to content

Commit

Permalink
feat: Switch to OP Sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
theocdl committed Mar 27, 2024
1 parent 5b937cc commit 6761b40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion badges/coverage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export async function run(): Promise<void> {
}

const provider = new ethers.JsonRpcProvider(
'https://ethereum-sepolia.publicnode.com'
'https://optimism-sepolia-rpc.publicnode.com/'
)
const specialSigner = new ethers.Wallet(privateKey, provider)
const pattini = new ethers.Contract(contractAddress, abi, specialSigner)
Expand Down

0 comments on commit 6761b40

Please sign in to comment.