Pending Changes at same URL
git clone https://github.com/EthereumCommonwealth/dex223-subgraph
cd dex223-subgraph && touch .env
Add values to .env
file
NETWORK=<network name>
SUBGRAPH_KEY=<add subgraph secret key from TheGraph studio>
Add file with in ./config/<network name>.js
watch for example in directory
yarn template
yarn compile
export $(xargs < .env) && graph deploy --studio dex223-v1-$NETWORK
If you want to run test install docker.
graph test -d