Skip to content

Commit

Permalink
subgraph for production (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartinmo authored Oct 3, 2022
1 parent 930866a commit d3a2a46
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 7 additions & 1 deletion networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,11 @@
"address": "0xdFC209D462Fc1d92C2e6ba64A2BAcc806d75D649",
"startBlock": 27786023
}
}
},
"matic": {
"TalkoFactory": {
"address": "0x4E7D69f60a233e25ddDC6879fD315bf44c7444B9",
"startBlock": 33757444
}
}
}
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@

"build-dev": "graph build --network goerli",
"build-test": "graph build --network mumbai",
"build-prod": "graph build --network matic",

"deploy-dev": "graph deploy --network goerli --node https://api.thegraph.com/deploy/ atarca/nft-share-platform-goerli",
"deploy-test": "graph deploy --network mumbai --node https://api.thegraph.com/deploy/ atarca/nft-share-platform-mumbai",
"deploy-prod": "graph deploy --network matic --node https://api.thegraph.com/deploy/ atarca/talko",

"create-local": "graph create --node http://localhost:8020/ atarca/nft-share-platform-goerli",
"remove-local": "graph remove --node http://localhost:8020/ atarca/nft-share-platform-goerli",
Expand Down

0 comments on commit d3a2a46

Please sign in to comment.