This Subgraph sources transfer event from the CF SharesToken contract in different networks.
First time only
yarn install
Available networks: linea
Linea deployment
Linea is not index by The Graph so we use Goldsky
First run:
goldsky login
If you already have an existing Linea subgraph you will have to delete it to deploy the new one
Deploy
yarn prepare:<network>
yarn codegen
yarn build
yarn deploy:<network>