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
Some blockchains can support extra fields in the tx request like on Celo "feeCurrency".
In #1761 this was partially addressed but it was assumed the evm would parse the 'customData' field.
It makes more sense that customData would be flattened as part of the final tx before being encoded.
Code Example
sendTransaction({to:...,feeCurrency:'0x....333'})
The text was updated successfully, but these errors were encountered:
Describe the Feature
Some blockchains can support extra fields in the tx request like on Celo "feeCurrency".
In #1761 this was partially addressed but it was assumed the evm would parse the 'customData' field.
It makes more sense that customData would be flattened as part of the final tx before being encoded.
Code Example
sendTransaction({to:...,feeCurrency:'0x....333'})
The text was updated successfully, but these errors were encountered: