Fix for "transaction indexing is in progress" (#32)

* Retry getting transaction receipt

* Small fix to logging consistency

* Introduce a custom kitchensink network

* Fix formtting and clippy
This commit is contained in:
Omar
2025-07-14 12:32:57 +03:00
committed by GitHub
parent 772bd217c3
commit 5eb3a0e1b5
7 changed files with 531 additions and 19 deletions
+4
View File
@@ -3,3 +3,7 @@
.DS_Store
node_modules
/*.json
# We do not want to commit any log files that we produce from running the code locally so this is
# added to the .gitignore file.
*.log