Releases: graphprotocol/graph-tooling
Releases · graphprotocol/graph-tooling
@graphprotocol/graph-cli@0.79.0
Minor Changes
- #1696
828bb04
Thanks @alinobrasil! - added rpc & explorer urls for sei,
gravity (mainnet & testnet), etherlink (mainnet)
@graphprotocol/graph-cli@0.78.0
@graphprotocol/graph-cli@0.77.0
@graphprotocol/graph-cli@0.76.0
Minor Changes
- #1688
3a96771
Thanks @alinobrasil! - added rootstock blockexplorer api and
public rpc url
@graphprotocol/graph-cli@0.75.0
Minor Changes
- #1686
fea8f23
Thanks @alinobrasil! - getEtherscanLikeAPIUrl: added for sei
mainnet (to be able to obtain contract ABI)
@graphprotocol/graph-cli@0.74.1
@graphprotocol/graph-cli@0.74.0
@graphprotocol/graph-cli@0.73.0
Minor Changes
-
#1670
03c907a
Thanks @saihaj! - Introducegraph publish
command.Now you can publish your subgraphs directly from the CLI. This command will build your subgraph,
deploy, prompt you to add metadata and then sign the transaction to publish it to the Graph
Network.- Build the subgraph and publish it to the network.
graph publish
- Provide a IPFS Hash for the subgraph and publish it to the network.
graph publish --ipfs <ipfs-hash>
- You can use a custom webapp url for deploying.
graph publish --webapp-url <webapp-url>
Patch Changes
- #1670
03c907a
Thanks @saihaj! - dependencies updates:- Added dependency
open@8.4.2
↗︎ (to
dependencies
)
- Added dependency
@graphprotocol/graph-cli@0.72.2
Patch Changes
- #1668
0e7b6cc
Thanks @Shiyasmohd! - update etherscan api urls and rpc urls