File tree Expand file tree Collapse file tree 2 files changed +1424
-1837
lines changed
Expand file tree Collapse file tree 2 files changed +1424
-1837
lines changed Original file line number Diff line number Diff line change 66 "codegen" : " yarn && graph codegen" ,
77 "test" : " yarn && yarn prep:test && yarn codegen && graph test -d" ,
88 "build" : " yarn && yarn prepare && graph build" ,
9- "deploy-mainnet" : " yarn && yarn prep:mainnet && yarn codegen && graph build --network mainnet && graph deploy --studio graph-ebo-ethereum" ,
10- "deploy-arbitrum" : " yarn && yarn prep:arbitrum && yarn codegen && graph build --network arbitrum-one && graph deploy --studio graph-ebo-arbitrum" ,
11- "deploy-sepolia" : " yarn && yarn prep:sepolia && yarn codegen && graph build --network sepolia && graph deploy --studio graph-ebo-sepolia" ,
12- "deploy-arbitrum-sepolia" : " yarn && yarn prep:arbitrum-sepolia && yarn codegen && graph build --network arbitrum-sepolia && graph deploy --studio graph-ebo-arbitrum-sepolia" ,
9+ "deploy-mainnet" : " yarn && yarn prep:mainnet && yarn codegen && graph build --network mainnet && graph deploy graph-ebo-ethereum" ,
10+ "deploy-arbitrum" : " yarn && yarn prep:arbitrum && yarn codegen && graph build --network arbitrum-one && graph deploy graph-ebo-arbitrum" ,
11+ "deploy-sepolia" : " yarn && yarn prep:sepolia && yarn codegen && graph build --network sepolia && graph deploy graph-ebo-sepolia" ,
12+ "deploy-arbitrum-sepolia" : " yarn && yarn prep:arbitrum-sepolia && yarn codegen && graph build --network arbitrum-sepolia && graph deploy graph-ebo-arbitrum-sepolia" ,
1313 "create-local" : " graph create --node http://127.0.0.1:8020/ edgeandnode/block-oracle" ,
1414 "remove-local" : " graph remove --node http://127.0.0.1:8020/ edgeandnode/block-oracle" ,
1515 "deploy-local" : " yarn codegen && graph deploy --node http://127.0.0.1:8020/ --ipfs http://localhost:${IPFS_PORT} edgeandnode/block-oracle --version-label 0.1.0" ,
You can’t perform that action at this time.
0 commit comments