Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(sdk): Add event filter params to sdk as options #6332

5 changes: 5 additions & 0 deletions .changeset/violet-pants-dress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@eth-optimism/sdk': minor
---

Added to and from block filters to several methods in CrossChainMessenger
4 changes: 4 additions & 0 deletions packages/sdk/example.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// public rpcs are heavily throttled/rate limited so replace these with rpcs with apikeys. These are meant to be testnet rpcs
// in future these will get renamed to VITE_E2E_RPC_URL_GOERLI etc.
VITE_E2E_RPC_URL_L1=https://ethereum-goerli.publicnode.com
roninjin10 marked this conversation as resolved.
Show resolved Hide resolved
VITE_E2E_RPC_URL_L2=https://goerli.optimism.io
Loading