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
06f5830
commit 33e5e04
Showing
21 changed files
with
260 additions
and
4,527 deletions.
There are no files selected for viewing
Binary file not shown.
This file was deleted.
Oops, something went wrong.
File renamed without changes.
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,8 +1,8 @@ | ||
{ | ||
"scroll-sepolia": { | ||
"ScrollFighterV2": { | ||
"address": "0x4250f996882e56b0d0a2daddf3ea0bf9904fec5e", | ||
"startBlock": 4045133 | ||
"ScrollFighter": { | ||
"address": "0x0f567534623A5715a8271235db4Ba58461154307", | ||
"startBlock": 4114939 | ||
} | ||
} | ||
} |
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,11 +1,20 @@ | ||
{ | ||
"name": "graph", | ||
"packageManager": "[email protected]", | ||
"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" | ||
}, | ||
"dependencies": { | ||
"@graphprotocol/graph-cli": "^0.71.0", | ||
"@graphprotocol/graph-ts": "^0.35.1" | ||
"@graphprotocol/graph-cli": "0.71.0", | ||
"@graphprotocol/graph-ts": "0.32.0" | ||
}, | ||
"devDependencies": { | ||
"@graphprotocol/client-cli": "^3.0.1" | ||
"matchstick-as": "0.5.0" | ||
} | ||
} |
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
Oops, something went wrong.