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
look at info command and others that have already been refactored for guidance.
use functions in packages-to-be and @celo/actions if they exists.
decisions
while writing new functions for interacting with celo via viem we place ones we know we will want to provide to public and support in the celo/actions package and ones that seem more specific to the cli in the packages-to-be folder of cli (needs to be renamed) if unsure do not place in actions package.
things to watch out for
if you are making a call to a read function where the contract uses message.sender be sure to pass account into the readContract function.
refactor the commands to use viem.
decisions
things to watch out for
accountinto the readContract function.