You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's also important to be able to specify decimal in TS instead of through reference to the contract decimals public method since many contracts don't implement it, such as CoFiXPair.sol
The text was updated successfully, but these errors were encountered:
The contract has to have the decimal property applied to many but not all attributes, instead of them being specified as
as="e16"
Example scenario where
as
wouldn't solve the problem:It's also important to be able to specify decimal in TS instead of through reference to the contract
decimals
public method since many contracts don't implement it, such as CoFiXPair.solThe text was updated successfully, but these errors were encountered: