@charged-particles/protocol-subgraph

v1.3.21
Subgraph for the Charged Particles Protocol
charged particles defi nft subgraph ethereum

reinstall

rm -rf node_modules/ && yarn

clean

rm -rf build/ generated/

prepare:mainnet

mustache networks/mainnet.json subgraph.template.yaml subgraph.mainnet.yaml

prepare:rinkeby

mustache networks/rinkeby.json subgraph.template.yaml subgraph.rinkeby.yaml

prepare:ropsten

mustache networks/ropsten.json subgraph.template.yaml subgraph.ropsten.yaml

prepare:kovan

mustache networks/kovan.json subgraph.template.yaml subgraph.kovan.yaml

prepare:goerli

mustache networks/goerli.json subgraph.template.yaml subgraph.goerli.yaml

prepare:mumbai

mustache networks/mumbai.json subgraph.template.yaml subgraph.mumbai.yaml

prepare:polygon

mustache networks/polygon.json subgraph.template.yaml subgraph.polygon.yaml

gen:mainnet

graph codegen subgraph.mainnet.yaml

gen:rinkeby

graph codegen subgraph.rinkeby.yaml

gen:ropsten

graph codegen subgraph.ropsten.yaml

gen:kovan

graph codegen subgraph.kovan.yaml

gen:goerli

graph codegen subgraph.goerli.yaml

gen:mumbai

graph codegen subgraph.mumbai.yaml

gen:polygon

graph codegen subgraph.polygon.yaml

deploy:local

graph deploy --node http://127.0.0.1:8020 --ipfs http://localhost:5001 charged-particles/universe subgraph.local.yaml

deploy:mainnet

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/ethereum-universe subgraph.mainnet.yaml

deploy:goerli

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/goerli-universe-v2 subgraph.goerli.yaml

deploy:kovan

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/kovan-universe subgraph.kovan.yaml

deploy:kovan-v2

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/kovan-universe-v2 subgraph.kovan.yaml

deploy:kovan-dev

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/dev-universe subgraph.kovan.yaml

deploy:kovan-secord

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ robsecord/kovan-universe subgraph.kovan.yaml

deploy:kovan-elyx0

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ elyx0/kovan-universe-v2 subgraph.kovan.yaml

deploy:kovan-acolytec3

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ charged-particles/kovan-acolytec3 subgraph.mainnet.yaml

deploy:mumbai

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --network Mumbai charged-particles/mumbai-universe subgraph.mumbai.yaml

deploy:mumbai-v2

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --network Mumbai charged-particles/mumbai-universe-v2 subgraph.mumbai.yaml

deploy:polygon

graph deploy --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ --network Matic charged-particles/polygon-universe subgraph.polygon.yaml

full:goerli

yarn prepare:goerli && yarn gen:goerli && yarn deploy:goerli

full:mumbai

yarn prepare:mumbai && yarn gen:mumbai && yarn deploy:mumbai-v2

full:mainnet

yarn prepare:mainnet && yarn gen:mainnet && yarn deploy:mainnet

full:polygon

yarn prepare:polygon && yarn gen:polygon && yarn deploy:polygon

pub:beta

yarn publish --tag beta --access public

pub:latest

yarn publish --tag latest --access public

vbump

version update -p

codegen

graph codegen

build

graph build

auth

graph auth https://api.thegraph.com/deploy/
npm i @charged-particles/[email protected]

Metadata

  • MIT
  • >=12.16.1
  • Rob Secord
  • released 1/18/2023

Downloads