Skip to content

Commit

Permalink
fix: accept defaults for login task, update docs link
Browse files Browse the repository at this point in the history
  • Loading branch information
snigdha920 committed Jan 14, 2025
1 parent 5fc081c commit 3c78f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
{
"label": "SettleMint - Login",
"type": "shell",
"command": "bunx settlemint login",
"command": "bunx settlemint login --accept-defaults",
},
{
"label": "Foundry - Build",
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3c78f4e

Please sign in to comment.