Skip to content

Commit

Permalink
fix: arbitrum deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
matstyler committed May 21, 2024
1 parent ee2520e commit e09619d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,20 @@
"create:local": "graph create perspectivefi/spectra-mainnet --node http://127.0.0.1:8020",
"create": "graph create perspectivefi/spectra-mainnet --node https://api.thegraph.com/deploy/",
"codegen": "graph codegen",
"codegen:arbitrum": "graph codegen subgraph.arbitrum.yaml",
"codegen:goerli": "graph codegen subgraph.goerli.yaml",
"codegen:sepolia": "graph codegen subgraph.sepolia.yaml",
"authorize": "graph auth https://api.thegraph.com/deploy/",
"build": "graph build",
"deploy": "graph deploy perspectivefi/spectra-mainnet --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy": "graph deploy --studio spectra-mainnet subgraph.yaml",
"deploy:local": "graph deploy perspectivefi/spectra-mainnet --ipfs http://localhost:5001 --node http://127.0.0.1:8020",
"deploy:arbitrum": "graph deploy --studio spectra-arbitrum subgraph.arbitrum.yaml",
"deploy:goerli": "graph deploy perspectivefi/spectra-goerli subgraph.goerli.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"deploy:sepolia": "graph deploy --studio spectra-sepolia subgraph.sepolia.yaml",
"deploy:test": "graph deploy matstyler/spectra-subgraph subgraph.goerli.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/",
"generate-config:local": "node ./src/scripts/subgraphConfigGenerator.js local",
"generate-config": "node ./src/scripts/subgraphConfigGenerator.js",
"generate-config:local": "node ./src/scripts/subgraphConfigGenerator.js local",
"generate-config:arbitrum": "node ./src/scripts/subgraphConfigGenerator.js arbitrum",
"generate-config:goerli": "node ./src/scripts/subgraphConfigGenerator.js goerli",
"generate-config:sepolia": "node ./src/scripts/subgraphConfigGenerator.js sepolia",
"test": "graph test",
Expand Down
2 changes: 1 addition & 1 deletion src/configs/arbitrum.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "arbitrum",
"network": "arbitrum-one",
"startBlock": 204418891,

"registry": "0x786Da12e9836a9ff9b7d92e8bac1C849e2ACe378",
Expand Down

0 comments on commit e09619d

Please sign in to comment.