74: Add first e2e test for post-Merge indexing #79

Merged
telackey merged 7 commits from telackey/e2e_test into main 2022-10-11 20:46:20 +00:00
Showing only changes of commit 052e435676 - Show all commits

View File

@ -119,6 +119,7 @@ func sendTestTx() (*SentTx, error) {
eth, err := createClient()
Expect(err).ToNot(HaveOccurred())
//TODO: Pull from test config / env.
tx, err := sendTransaction(
ctx,
eth,