Skip to content

Commit 2891bac

Browse files
committed
docs: update README to remove mention of hardcoded abi
1 parent 7bb905b commit 2891bac

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

README.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ The following subgraphs are deployed to the BSC mainnet
88

99
You can also run this subgraph locally, if you wish. Instructions for that can be found in [The Graph Documentation](https://thegraph.com/docs/quick-start).
1010

11-
### ABI
12-
13-
The ABI used is `vtoken.json`. It is a stripped down version of the full abi provided by Venus, that satisfies the calls we need to make for both vBNB and vBEP20 contracts. This way we can use 1 ABI file, and one mapping for vBNB and vBEP20.
14-
1511
## Getting started with querying
1612

1713
Below are a few ways to show how to query the Venus V2 Subgraph for data. The queries show most of the information that is queryable, but there are many other filtering options that can be used, just check out the [querying api](https://github.com/graphprotocol/graph-node/blob/master/docs/graphql-api.md).

subgraphs/venus/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@ This subgraph can be found on The Graph Hosted Service at https://thegraph.com/e
88

99
You can also run this subgraph locally, if you wish. Instructions for that can be found in [The Graph Documentation](https://thegraph.com/docs/en/developer/quick-start/).
1010

11-
### ABI
12-
13-
The ABI used is `vtoken.json`. It is a stripped down version of the full abi provided by Venus, that satisfies the calls we need to make for both vBNB and vBEP20 contracts. This way we can use 1 ABI file, and one mapping for vBNB and vBEP20.
14-
1511
## Getting started with querying
1612

1713
Below are a few ways to show how to query the Venus V2 Subgraph for data. The queries show most of the information that is queryable, but there are many other filtering options that can be used, just check out the [querying api](https://github.com/graphprotocol/graph-node/blob/master/docs/graphql-api.md).

0 commit comments

Comments
 (0)