Deploying a Subgraph
From within your subgraph repo, you can run the following command:
Note:
We highly recommend using Satsuma's IPFS gateway by specifying the
--ipfs
flag.Autogenerated
npm run
commands will need to be updated to include these flags or the flags will need to be passed in when running the commands.
CLI Options
<SUBGRAPH_NAME> (Required): Specifies a unique name for a new/existing subgraph.
This name should not include the organization name (e.g. use
mainnet
instead ofsyndicate/mainnet
).Valid names are composed of alphanumeric characters,
.
,-
, and_
.
—version-label (Required):
Label that will be used as a unique version name for the subgraph.
Valid labels are composed of alphanumeric characters,
.
,-
, and_
.
—node (Required): Always set to https://subgraphs.alchemy.com/api/subgraphs/deploy.
—deploy-key (Required): API deploy key that you can access from your Dashboard.
—ipfs (Optional): The IPFS node to which the deployment files are uploaded to.
Last updated