Deployed Subgraphs
First, use node scripts/switchNetwork.js <network-name> to set correct addresses and the network.
Available networks: arbitrum-sepolia, berachain-bepolia, berachain-mainnet
Use goldsky CLI tool to deploy.
To run tests against the legacy subgraph, run:
yarn test:compatTo run unit tests, you first need to build a Docker image:
yarn test:buildNow run the tests:
yarn test:unitIf you are on Windows, run
yarn test:unit-wininstead.