Skip to content

Commit

Permalink
improve wording
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr committed Jun 13, 2024
1 parent f1eee8b commit 434160b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/celo/cel2-transaction-interfaces-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ this is of course not the same as actually building a deposit transaction, which

The changes here are minimal and it come down to

1. dont add properties to transactions that dont exist on them (ie `feeCurrency` was added to transactions in viem which did not have have )
1. dont add properties to transactions which dont exist on those transactions (ie `feeCurrency` was added to all transactions in returned from rpc despite only existing on the source in a few)

2. add maxFeePerGas as optional property when it is on the args.

Expand Down

0 comments on commit 434160b

Please sign in to comment.