diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 82536ad..6bdb718 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -15,6 +15,11 @@ }, ], "tasks": [ + { + "label": "SettleMint - Login", + "type": "shell", + "command": "bunx settlemint login", + }, { "label": "Foundry - Build", "type": "shell",