Skip to content

Commit

Permalink
try fixing subgraph deploy failure: add slash on target in npm comman…
Browse files Browse the repository at this point in the history
…ds (testing only)
  • Loading branch information
levalleux-ludo committed Nov 18, 2024
1 parent 4cd4642 commit 4acf786
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"remove:local": "graph remove --node http://localhost:8020/ boson/corecomponents",
"deploy:local": "npm run manifest:local && npm run create:local && graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 boson/corecomponents -l 0.0.1",
"deploy:testing:amoy": "run-script-os",
"deploy:testing:amoy:default": "npm run manifest:testing:amoy && graph deploy --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs -l $npm_package_version boson-testing-amoy",
"deploy:testing:amoy:win32": "npm run manifest:testing:amoy && graph deploy --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs -l %npm_package_version% boson-testing-amoy",
"deploy:testing:amoy:default": "npm run manifest:testing:amoy && graph deploy --node https://api.0xgraph.xyz/deploy/ --ipfs https://api.0xgraph.xyz/ipfs -l $npm_package_version boson-testing-amoy",
"deploy:testing:amoy:win32": "npm run manifest:testing:amoy && graph deploy --node https://api.0xgraph.xyz/deploy/ --ipfs https://api.0xgraph.xyz/ipfs -l %npm_package_version% boson-testing-amoy",
"deploy:testing:sepolia": "run-script-os",
"deploy:testing:sepolia:default": "npm run manifest:testing:sepolia && graph deploy --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs -l $npm_package_version boson-testing-sepolia",
"deploy:testing:sepolia:win32": "npm run manifest:testing:sepolia && graph deploy --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs -l %npm_package_version% boson-testing-sepolia",
"deploy:testing:sepolia:default": "npm run manifest:testing:sepolia && graph deploy --node https://api.0xgraph.xyz/deploy/ --ipfs https://api.0xgraph.xyz/ipfs -l $npm_package_version boson-testing-sepolia",
"deploy:testing:sepolia:win32": "npm run manifest:testing:sepolia && graph deploy --node https://api.0xgraph.xyz/deploy/ --ipfs https://api.0xgraph.xyz/ipfs -l %npm_package_version% boson-testing-sepolia",
"deploy:staging:amoy": "run-script-os",
"deploy:staging:amoy:default": "npm run manifest:staging:amoy && graph deploy --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs -l $npm_package_version boson-staging-amoy",
"deploy:staging:amoy:win32": "npm run manifest:staging:amoy && graph deploy --node https://api.0xgraph.xyz/deploy --ipfs https://api.0xgraph.xyz/ipfs -l %npm_package_version% boson-staging-amoy",
Expand Down

0 comments on commit 4acf786

Please sign in to comment.