KomodoPlatform / komodo-docs-mdx

Komodo Platform Docs
https://komodoplatform.com/en/docs/
2 stars 7 forks source link

Update sign_raw_transaction rpc method docs #292

Open harsenyan3 opened 1 month ago

harsenyan3 commented 1 month ago

There is a new param in sign_raw_transaction rpc to support eip-1559. The parameter is "pay_for_gas", it is optional. Sample below: "tx": { "to": "0x7Bc1bBDD6A0a722fC9bffC49c921B685ECB84b94".to_string(), "value": "1.234", "gas_limit": "21000", "pay_for_gas": { "tx_type": "Eip1559", "max_fee_per_gas": "1234.567", "max_priority_fee_per_gas": "1.2", } for more info refer to PR#2051