-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
21 lines (21 loc) · 984 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "lending-naan",
"license": "UNLICENSED",
"scripts": {
"codegen": "graph codegen",
"build": "graph build",
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ lending-naan",
"create-local": "graph create --node http://localhost:8020/ lending-naan",
"remove-local": "graph remove --node http://localhost:8020/ lending-naan",
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 lending-naan",
"test": "graph test",
"prepare:arbitrum": "graph build --network arbitrum-goerli && graph deploy --studio lending-naan",
"prepare:mumbai": "graph build --network mumbai && graph deploy --studio lending-naan-mumbai",
"prepare:scroll": "graph build --network scroll-sepolia && graph deploy --studio lending-naan-scroll"
},
"dependencies": {
"@graphprotocol/graph-cli": "0.63.0",
"@graphprotocol/graph-ts": "0.30.0"
},
"devDependencies": { "matchstick-as": "0.5.0" }
}