gakonst/ethers-rs

`TransactionReceipt` optimism fields missing rename camelCase

jonathanpwang opened this issue · 1 comments

pub deposit_nonce: Option<u64>,

This and the fields below it do not rename to camelCase, so they will not actually deserialize from the RPC provider response.

It's also missing the deposit_receipt_version field.