File tree 3 files changed +5
-3
lines changed
3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 18
18
{
19
19
"label" : " SettleMint - Login" ,
20
20
"type" : " shell" ,
21
- "command" : " bunx settlemint login --accept-defaults " ,
21
+ "command" : " bunx settlemint login" ,
22
22
},
23
23
{
24
24
"label" : " Foundry - Build" ,
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Hardhat consists of:
46
46
## Documentation
47
47
48
48
- Additional documentation can be found in the [ docs folder] ( ./docs ) .
49
- - [ SettleMint Documentation] ( https://console.settlemint.com/documentation/docs/using-platform/dev-tools/code-studio/smart-contract-sets/deploying-a-contract / )
49
+ - [ SettleMint Documentation] ( https://console.settlemint.com/documentation/docs/using-platform/integrated-development-environment / )
50
50
- [ Foundry Documentation] ( https://book.getfoundry.sh/ )
51
51
- [ Hardhat Documentation] ( https://hardhat.org/hardhat-runner/docs/getting-started )
52
52
Original file line number Diff line number Diff line change 58
58
"overrides" : {
59
59
"@graphprotocol/graph-cli" : " 0.94.0" ,
60
60
"@graphprotocol/graph-ts" : " 0.37.0" ,
61
- "elliptic" : " 6.6.1"
61
+ "elliptic" : " 6.6.1" ,
62
+ "ws" : " 7.5.10" ,
63
+ "adm-zip" : " 0.5.2"
62
64
},
63
65
"devDependencies" : {
64
66
"@nomicfoundation/hardhat-ethers" : " 3.0.8" ,
You can’t perform that action at this time.
0 commit comments