Skip to content

Commit 2bd4ab5

Browse files
committed
fix: accept defaults for login task, update docs link
1 parent b40159f commit 2bd4ab5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/tasks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{
1919
"label": "SettleMint - Login",
2020
"type": "shell",
21-
"command": "bunx settlemint login",
21+
"command": "bunx settlemint login --accept-defaults",
2222
},
2323
{
2424
"label": "Foundry - Build",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Hardhat consists of:
4646
## Documentation
4747

4848
- Additional documentation can be found in the [docs folder](./docs).
49-
- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/integrated-development-environment/)
49+
- [SettleMint Documentation](https://console.settlemint.com/documentation/docs/using-platform/dev-tools/code-studio/smart-contract-sets/deploying-a-contract/)
5050
- [Foundry Documentation](https://book.getfoundry.sh/)
5151
- [Hardhat Documentation](https://hardhat.org/hardhat-runner/docs/getting-started)
5252

0 commit comments

Comments
 (0)