Skip to content

Commit 96624ab

Browse files
committed
Update package.json and README.md
1 parent ed7ebf7 commit 96624ab

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A project for creating subgraphs for mirror.xyz contracts. Work in progress.
44

5+
Deployment currently available at [https://thegraph.com/hosted-service/subgraph/jorgeacortes/mirror-subgraph](https://thegraph.com/hosted-service/subgraph/jorgeacortes/mirror-subgraph)
56
## Crowdfund factories
67

78
Deployer: `0x3527a204a5260a0e36ca695312379370328e4e6c`

package.json

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
{
2-
"name": "mirrorgraph",
3-
"license": "UNLICENSED",
2+
"name": "mirror-subgraph",
3+
"version": "0.1.0",
4+
"license": "MIT",
45
"scripts": {
56
"codegen": "graph codegen",
67
"build": "graph build",
7-
"deploy": "graph deploy --node https://api.studio.thegraph.com/deploy/ mirrorgraph",
8-
"create-local": "graph create --node http://localhost:8020/ mirrorgraph",
9-
"remove-local": "graph remove --node http://localhost:8020/ mirrorgraph",
10-
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 mirrorgraph"
8+
"create": "graph create jorgeacortes/mirror-subgraph --node https://api.thegraph.com/deploy/",
9+
"deploy": "graph deploy --product hosted-service jorgeacortes/mirror-subgraph",
10+
"create-local": "graph create --node http://localhost:8020/ mirror-subgraph",
11+
"remove-local": "graph remove --node http://localhost:8020/ mirror-subgraph",
12+
"deploy-local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 mirror-subgraph"
1113
},
1214
"dependencies": {
1315
"@graphprotocol/graph-cli": "0.22.1",

0 commit comments

Comments
 (0)