You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have to implement this gas fudging to ensure existing the ERC-20->ZRC-2 proxies continue to work. Sadly, they always send a gasLimit of 21000 in interop calls, rather than using gasLeft().
We should check ZQ1 to work out how much less gas to charge.
The text was updated successfully, but these errors were encountered:
We have to implement this gas fudging to ensure existing the ERC-20->ZRC-2 proxies continue to work. Sadly, they always send a
gasLimit
of21000
in interop calls, rather than usinggasLeft()
.We should check ZQ1 to work out how much less gas to charge.
The text was updated successfully, but these errors were encountered: