Added fetch_add_nonce method for NodeInteraction trait. Added extra logging. (#25)

* added logging

* added fetch_add_nonce method

* Added nonce for legacy transaction also

* Addressed PR comments
This commit is contained in:
activecoder10
2025-06-18 22:43:16 +03:00
committed by GitHub
parent e9b5a06aec
commit ee97b62e70
7 changed files with 213 additions and 19 deletions
+2 -2
View File
@@ -118,8 +118,8 @@ impl Input {
.with_to(to)
.with_nonce(nonce)
.with_chain_id(chain_id)
.with_gas_price(20_000_000_000)
.with_gas_limit(20_000_000_000))
.with_gas_price(5_000_000)
.with_gas_limit(5_000_000))
}
}