Skip to content

Commit

Permalink
Removed unused ENV variables from env example, since NFT manager has …
Browse files Browse the repository at this point in the history
…been removed, also some small nits improved

Signed-off-by: Alfredo Gutierrez <[email protected]>
  • Loading branch information
AlfredoG87 committed Jun 11, 2024
1 parent 82db9dc commit 14346bd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
4 changes: 0 additions & 4 deletions subgraphs/saucerswap/v2/.env.mainnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ GRAPH_CONTRACT_ADDRESS=0x00000000000000000000000000000000003c3951
GRAPH_START_BLOCK=55651154
GRAPH_NETWORK=mainnet
SUBGRAPH_NAME=saucerswap/saucerswap-v2

# Specific to NFT Manager
GRAPH_CONTRACT_NFT_MANAGER_ADDRESS=0x00000000000000000000000000000000003ddbb9
GRAPH_CONTRACT_NFT_MANAGER_START_BLOCK=56514876
4 changes: 0 additions & 4 deletions subgraphs/saucerswap/v2/.env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ GRAPH_CONTRACT_ADDRESS=0x00000000000000000000000000000000001243ee
GRAPH_START_BLOCK=11957
GRAPH_NETWORK=testnet
SUBGRAPH_NAME=saucerswap/saucerswap-v2

# Specific to NFT Manager
GRAPH_CONTRACT_NFT_MANAGER_ADDRESS=0x000000000000000000000000000000000013f618
GRAPH_CONTRACT_NFT_MANAGER_START_BLOCK=12991
2 changes: 1 addition & 1 deletion subgraphs/saucerswap/v2/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ src/types/
yarn-error.log
tests/.bin/
tests/.docker/
tests/.latest.json
tests/.latest.json
4 changes: 2 additions & 2 deletions subgraphs/saucerswap/v2/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uniswap-v3-subgraph",
"name": "saucerswap-v2-subgraph",
"version": "1.0.0",
"repository": "https://github.com/graphprotocol/uniswap-v3-subgraph",
"repository": "https://github.com/hashgraph/hedera-the-graph/tree/main/subgraphs/saucerswap/v2",
"license": "GPL-3.0-or-later",
"scripts": {
"lint": "eslint . --ext .ts --fix",
Expand Down

0 comments on commit 14346bd

Please sign in to comment.