You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am executing atc.execute(algod, 5), and it successfully executes transactions on the mainnet. However, during the wait confirmation step within the execute() function, it does not find a specific transaction among the four that were created. It is possible to observe the differences in transactions when I print the ATC to the console and compare it with the explorer on the mainnet.
I am using algosdk:
node -v: v20.17.0
"algosdk": "^2.9.0",
"@algorandfoundation/algokit-utils": "^7.0.0",
algod: nodely free-plan
The text was updated successfully, but these errors were encountered:
I am executing atc.execute(algod, 5), and it successfully executes transactions on the mainnet. However, during the wait confirmation step within the execute() function, it does not find a specific transaction among the four that were created. It is possible to observe the differences in transactions when I print the ATC to the console and compare it with the explorer on the mainnet.
I am using algosdk:
node -v: v20.17.0
"algosdk": "^2.9.0",
"@algorandfoundation/algokit-utils": "^7.0.0",
algod: nodely free-plan
The text was updated successfully, but these errors were encountered: