-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 875 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "bscs",
"packageManager": "yarn@3.1.1",
"private": true,
"workspaces": [
"packages/*"
],
"scripts": {
"deploy:contract:new": "yarn workspace scripts deploy-new",
"deploy:contract:same": "yarn workspace scripts deploy-same",
"build:website": "yarn workspace website build",
"build:contract": "yarn workspace contract build",
"build:subgraph": "yarn workspace subgraph build",
"dev:website": "yarn workspace website dev",
"deploy:contract": "yarn workspace scripts deploy",
"deploy:subgraph": "yarn workspace subgraph deploy",
"test:sandbox": "yarn workspace tests sandbox"
},
"version": "0.0.14",
"config": {
"contractAddress": "0_0_14.basics-t.testnet",
"network": "testnet",
"masterAccount": "basics-t.testnet",
"graphAPI": "https://api.thegraph.com/subgraphs/name/curaos/cc-project"
}
}