Open Tburm opened 1 year ago
Are you running this on local or a live network when getting the error? If on a live network, does it only occur there or also on local?
I have only run this on a live network. I'm using optimism:mainnet:infura
. I have not tried this on a local fork on the network.
I am having the same issue with above on live network; first tx usually goes through successfully, second tx usually results in TransactionNotFound
error.
Environment information
ape
and plugin versions:ape
: 0.5.9ape-optimism
: 0.5.2ape-config.yaml
(NOTE: do not post anything private like RPC urls or secrets!):What went wrong?
When running two subsequent transactions, the second transaction always fails with the error
TransactionNotFound
. However, this transaction is actually submitted and confirmed onchain. It fails to receive the receipt for the transaction hash of my second transaction.Here is some pseudocode for the transactions:
This script fails on the line which starts with
receipt_2 =
when I run it usingape-optimism