Issue #113 suggests making the ERC-20 portal check if success is true, keeping the input ABI intact. However, the DApp still receives this field and has to check it, even though it is guaranteed to be true at the smart contract level.
✔️ Solution
Remove this value from the ERC-20 deposit input, since it is guaranteed to be true.
📚 Context
Issue #113 suggests making the ERC-20 portal check if
success
istrue
, keeping the input ABI intact. However, the DApp still receives this field and has to check it, even though it is guaranteed to betrue
at the smart contract level.✔️ Solution
Remove this value from the ERC-20 deposit input, since it is guaranteed to be
true
.📈 Subtasks