nisilag

Results 8 comments of nisilag

I think I have a clue on what's going on (thx to some direction from Greg#0913 on discord). it may be possible the wallet receive command is generating several addresses...

so restoring into Sparrow is safe? I just tried it and while the checksum is getting verified the "Discover wallet" button stays grayed out. Thoughts?

thx for your input. I tried with 10000 which is the fee (1%) and it failed with the same error message. here's the full error ``` Approving 0x242a1fF6eE06f2131B7924Cacb74c7F9E3a5edc9... Traceback (most...

so I was able to debug this a bit more and it looks like a discrepancy between bsc and ethereum... the failure is in this command w3.eth.get_block("latest")["baseFeePerGas"] when running these...

so I added it but am still getting the same error ``` def _build_and_send_tx( self, function: ContractFunction, tx_params: Optional[TxParams] = None ) -> HexBytes: """Build and send a transaction.""" if...

I was able to get past the error after I added that line above as you suggested and also the lines of code post middleware injection. Had to tweak things...

Anything to keep in mind when doing swaps on Optimism? I’m getting all kinds of errors when running this on Op. any advice, gotchas, minefields? I’ll collect my thoughts and...