Subgraph to track Across protocol balances on Mainnet.
Mainnet
:
sequences
: https://thegraph.com/hosted-service/subgraph/badger-finance/badger-acrossgraphiql
: https://api.thegraph.com/subgraphs/name/badger-finance/badger-across
- Copy
.envrc.example
to.envrc
. - Set
ACCESS_TOKEN
to your The Graph access token. - Set
GRAPH_PATH
to<github-username>/<subgraph-name>
. - Export
.envrc
variables.
This entity holds information regarding ERC20 tokens present in the subgraph.
type Token @entity {
id: ID!
address: Bytes!
decimals: Int!
name: String!
symbol: String!
}