File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,14 @@ PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
1212ALCHEMY_KEY =
1313THEGRAPH_API_TOKEN =
1414SATSUMA_DEPLOY_KEY =
15+ # You can find the IPFS hash by querying your Alchemy subgraph endpoint:
16+ # query {
17+ # _meta {
18+ # deployment
19+ # }
20+ # }
21+ #
22+ IPFS_HASH =
1523
1624# these are deterministic when deployed in that order on a fresh node with hardhat (anvil) seed
1725IPNFT_ADDRESS = 0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512
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 graph deploy ip-nft-sepolia --version-label 1 .3.2 --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
12- "deploy:mainnet" : " env-cmd -x -f ../.env graph deploy ip-nft-mainnet --version-label 1 .3.2 --node https://subgraphs.alchemy.com/api/subgraphs/deploy --ipfs https://ipfs.satsuma.xyz --deploy-key \\ $SATSUMA_DEPLOY_KEY" ,
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" ,
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