We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Oracle-based IMA gas reimbursement
function transferToSchainERC20( string calldata targetSchainName, address contractOnMainnet, uint256 amount )
to
function transferToSchainERC20( string calldata targetSchainName, address contractOnMainnet, uint256 amount, bytes[] oracleResultGasPrice, bytes[] oracleResultUserEthOnMainNet )
a ) verify both oracleResults
b) verify that
userEthOnMainNet / gasPrice >= MINIMUM_GAS_REQUIRED_FOR_A_SUCCESSFUL_ERC20_TRANSFER
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Oracle-based IMA gas reimbursement
to
a ) verify both oracleResults
b) verify that
The text was updated successfully, but these errors were encountered: