diff --git a/.vscode/tasks.json b/.vscode/tasks.json index 6bdb718..486ccfc 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -18,7 +18,7 @@ { "label": "SettleMint - Login", "type": "shell", - "command": "bunx settlemint login", + "command": "bunx settlemint login --accept-defaults", }, { "label": "Foundry - Build", diff --git a/README.md b/README.md index d8ee13c..bc6138e 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Hardhat consists of: ## Documentation - Additional documentation can be found in the [docs folder](./docs). -- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/integrated-development-environment/) +- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/dev-tools/code-studio/smart-contract-sets/deploying-a-contract/) - [Foundry Documentation](https://book.getfoundry.sh/) - [Hardhat Documentation](https://hardhat.org/hardhat-runner/docs/getting-started)