ava-labs / subnet-evm

Launch your own EVM as an Avalanche Subnet
https://docs.avax.network/subnets/create-a-fuji-subnet
GNU Lesser General Public License v3.0
243 stars 220 forks source link

add missing fields to "toCallArg" #1197

Closed darioush closed 4 months ago

darioush commented 4 months ago

Why this should be merged

These fields were missing. Notably, accessList is needed for warp gas estimation.

How this works

Passes the missing fields along.

How this was tested

Against https://github.com/ava-labs/teleporter/tree/gas-estimate which issues gas estimation calls with warp.

How is this documented

N/A