@latticexyz/registry

v1.2.2
Registry

deploy

dotenv -- zx src/deployments/deploy.mjs

prepare

git submodule update --init --recursive

release

release-it

graph:build

yarn graph:export-abi && yarn graph:codegen && yarn graph:build:subgraph

// subgraphs

deploy:proxy

dotenv -- zx src/deployments/proxy-registry-instance-adder/deploy.mjs

task:mint:gc

dotenv -- zx src/tasks/mint/mint-tasks.mjs 100

foundry:build

forge build --force && cp out/Registry.sol/Registry.json abi/ && cp out/ProxyRegistryInstanceAdder.sol/ProxyRegistryInstanceAdder.json abi/

graph:codegen

yarn graph:export-abi && graph codegen subgraphs/subgraph.yaml -o subgraphs/generated

graph:deploy:gc

dotenv -- graph deploy --node https://api.thegraph.com/deploy/ latticexyz/registry subgraphs/subgraph.yaml

task:mint:kovan

dotenv -- zx src/tasks/mint/mint-tasks.mjs 42

graph:export-abi

yarn foundry:build && cp out/Registry.sol/Registry.json subgraphs/abis/

task:instance:gc

dotenv -- zx src/tasks/instance/instance-tasks.mjs 100

graph:deploy:kovan

dotenv -- graph deploy --node https://api.thegraph.com/deploy/ latticexyz/registry-kovan subgraphs/subgraph-kovan.yaml

task:instance:kovan

dotenv -- zx src/tasks/instance/instance-tasks.mjs 42

graph:build:subgraph

graph build subgraphs/subgraph.yaml -o subgraph-build

// deployment and tasks

npm i @latticexyz/registry

Metadata

  • MIT
  • Whatever
  • Lattice
  • released 4/18/2022

Downloads