generated from scaffold-eth/scaffold-eth-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
54a0f24
commit 7975895
Showing
6 changed files
with
5,186 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
root = true | ||
|
||
[*] | ||
end_of_line = lf | ||
insert_final_newline = true | ||
|
||
[*.{js,json,yml}] | ||
charset = utf-8 | ||
indent_style = space | ||
indent_size = 2 |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# graph |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,8 @@ | ||
{ | ||
"name": "scrollfighter", | ||
"license": "UNLICENSED", | ||
"scripts": { | ||
"codegen": "graph codegen", | ||
"build": "graph build", | ||
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ scrollfighter", | ||
"create-local": "graph create --node http://localhost:8020/ scrollfighter", | ||
"remove-local": "graph remove --node http://localhost:8020/ scrollfighter", | ||
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 scrollfighter", | ||
"test": "graph test" | ||
}, | ||
"name": "graph", | ||
"packageManager": "[email protected]", | ||
"dependencies": { | ||
"@graphprotocol/graph-cli": "0.71.0", | ||
"@graphprotocol/graph-ts": "0.32.0" | ||
}, | ||
"devDependencies": { "matchstick-as": "0.5.0" } | ||
"@graphprotocol/graph-cli": "^0.71.0", | ||
"@graphprotocol/graph-ts": "^0.35.1" | ||
} | ||
} |
Oops, something went wrong.