export const generalInteractionOptions = [
"πΌ wallet - Manage your wallet: create a new one, use an existing wallet, or import a custom wallet",
"π° balance - Check the balance of the saved wallet",
"πΈ transfer - Transfer RBTC or ERC20 tokens to the provided address",
"π tx - Check the status of a transaction",
"π deploy - Deploy a contract",
"β
verify - Verify a contract",
"π contract - Interact with a contract",
"π history - Fetch history for current wallet",
"β help - Display help for command"
] as const;
export const createWalletOptions = [
"π Create a new wallet",
"π Import existing wallet",
"π List saved wallets",
"π Switch wallet",
"π Update wallet name",
"β Delete wallet",
] as const;