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
When the contract owner calls addWhitelistToken, it needs to pass in the oracle info, which is a string, which is constructed by joining at least three params needed with ,. We need to add doc to tell the caller how to construct valid oracle info string to avoid the oracle info being invalid
The text was updated successfully, but these errors were encountered:
adu-web3
changed the title
doc: oracleInfo for addWhitelistToken need docs to elaborate on its valid construction
doc: need docs to elaborate on oracleInfo for addWhitelistTokenSep 30, 2024
maybe we should even use struct, instead of a string, to represent oracle info, so that it would be easier to construct this param. @MaxMustermann2 what do you think?
Description
When the contract owner calls
addWhitelistToken
, it needs to pass in the oracle info, which is a string, which is constructed by joining at least three params needed with,
. We need to add doc to tell the caller how to construct valid oracle info string to avoid the oracle info being invalidThe text was updated successfully, but these errors were encountered: