Open PaulRBerg opened 3 years ago
Refer to Do all Ethereum networks return the revert reasons as a “message” field? for a thorough explanation of the issue.
We should modify the Err variant in liquidations.rs so that if the network used is Kovan, the revert reason is decoded from the data field.
Err variant
liquidations.rs
data
Labelling this as "stale". It's easier to switch to Rinkeby or Goerli for testing purposes and let ethers-rs or the Kovan network itself fix this issue in the future.
Refer to Do all Ethereum networks return the revert reasons as a “message” field? for a thorough explanation of the issue.
We should modify the
Err variant
inliquidations.rs
so that if the network used is Kovan, the revert reason is decoded from thedata
field.