File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 88 "build:sepolia" : " graph codegen && graph build --network sepolia" ,
99 "build:mainnet" : " graph codegen && graph build --network mainnet" ,
1010 "deploy:local" : " graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 moleculeprotocol/ipnft-subgraph" ,
11- "deploy:sepolia" : " env-cmd -x -f ../.env goldsky subgraph deploy ip-nft-sepolia/v1 .3.2 --from-ipfs-hash \\ $IPFS_HASH --ipfs-gateway https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
12- "deploy:mainnet" : " env-cmd -x -f ../.env goldsky subgraph deploy ip-nft-mainnet/v1 .3.2 --from-ipfs-hash \\ $IPFS_HASH --ipfs-gateway https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
11+ "deploy:sepolia" : " env-cmd -x -f ../.env goldsky subgraph deploy ip-nft-sepolia/1 .3.2 --from-ipfs-hash \\ $IPFS_HASH --ipfs-gateway https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
12+ "deploy:mainnet" : " env-cmd -x -f ../.env goldsky subgraph deploy ip-nft-mainnet/1 .3.2 --from-ipfs-hash \\ $IPFS_HASH --ipfs-gateway https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
1313 "create:local" : " graph create --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph" ,
1414 "remove:local" : " graph remove --node http://localhost:8020/ moleculeprotocol/ipnft-subgraph" ,
1515 "test" : " graph test"
You can’t perform that action at this time.
0 commit comments