Skip to content

Popsicle-Finance/subgraph

Repository files navigation

Popsicle Finance Subgraph

Installation

$ yarn
$ yarn prepare:selected network
$ yarn codegen

Running the app

$ make up
$ make create-local
$ make deploy-local

Testing:  http://localhost:8000/subgraphs/name/abracadabra-subgraph/graphql

Supported networks

Popsicle Finance works on networks such as Ethereum and Arbitrum. You can see the configurations for each network here ./deployments/*.json;

Methods that are tracked

PopsicleV3Optimizer
└── events
    └── Deposit(indexed address,indexed address,uint256,uint256,uint256)
    └── CollectFees(uint256,uint256,uint256,uint256)
    └── Withdraw(indexed address,indexed address,uint256,uint256,uint256)

Deployment

TheGraph Studio

Set the authorization code that links your account on thegraph.com:

yarn auth <access-token>

Deploy the subgraph to the TheGraph Studio:

yarn deploy <subgraph-name>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published