Skip to content

Commit

Permalink
Merge pull request #6332 from wilsoncusack/wilson/wait-for-receipt-st…
Browse files Browse the repository at this point in the history
…art-block

feat(sdk): Add event filter params to sdk as options
  • Loading branch information
roninjin10 committed Jul 20, 2023
2 parents 53cc128 + 8003aa6 commit bbd27dd
Show file tree
Hide file tree
Showing 6 changed files with 138 additions and 100 deletions.
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
VITE_E2E_RPC_URL_L2=https://goerli.optimism.io
Loading

0 comments on commit bbd27dd

Please sign in to comment.