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
fee==0
Currently, when we deposit to near the Eth we ignore the fee argument (https://github.com/aurora-is-near/aurora-eth-connector/blob/master/eth-connector/src/lib.rs#L563)
So, we should add the extra check that fee == 0 and add comment that it is deprecated argument. https://github.com/aurora-is-near/eth-connector/blob/master/eth-custodian/contracts/EthCustodian.sol#L88
fee == 0
More details: Near-One/aurora-eth-connector#29
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, when we deposit to near the Eth we ignore the fee argument (https://github.com/aurora-is-near/aurora-eth-connector/blob/master/eth-connector/src/lib.rs#L563)
So, we should add the extra check that
fee == 0
and add comment that it is deprecated argument. https://github.com/aurora-is-near/eth-connector/blob/master/eth-custodian/contracts/EthCustodian.sol#L88More details: Near-One/aurora-eth-connector#29
The text was updated successfully, but these errors were encountered: