From 14346bdfce0b297d13a4ef90385cbe4eceec4228 Mon Sep 17 00:00:00 2001 From: Alfredo Gutierrez Date: Mon, 10 Jun 2024 19:35:10 -0600 Subject: [PATCH] Removed unused ENV variables from env example, since NFT manager has been removed, also some small nits improved Signed-off-by: Alfredo Gutierrez --- subgraphs/saucerswap/v2/.env.mainnet | 4 ---- subgraphs/saucerswap/v2/.env.testnet | 4 ---- subgraphs/saucerswap/v2/.gitignore | 2 +- subgraphs/saucerswap/v2/package.json | 4 ++-- 4 files changed, 3 insertions(+), 11 deletions(-) diff --git a/subgraphs/saucerswap/v2/.env.mainnet b/subgraphs/saucerswap/v2/.env.mainnet index cf4ee5b..9bd431b 100644 --- a/subgraphs/saucerswap/v2/.env.mainnet +++ b/subgraphs/saucerswap/v2/.env.mainnet @@ -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 diff --git a/subgraphs/saucerswap/v2/.env.testnet b/subgraphs/saucerswap/v2/.env.testnet index d085e92..06bc202 100644 --- a/subgraphs/saucerswap/v2/.env.testnet +++ b/subgraphs/saucerswap/v2/.env.testnet @@ -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 \ No newline at end of file diff --git a/subgraphs/saucerswap/v2/.gitignore b/subgraphs/saucerswap/v2/.gitignore index 2d30576..308dc0d 100644 --- a/subgraphs/saucerswap/v2/.gitignore +++ b/subgraphs/saucerswap/v2/.gitignore @@ -5,4 +5,4 @@ src/types/ yarn-error.log tests/.bin/ tests/.docker/ -tests/.latest.json \ No newline at end of file +tests/.latest.json diff --git a/subgraphs/saucerswap/v2/package.json b/subgraphs/saucerswap/v2/package.json index ab5d8b7..3230022 100644 --- a/subgraphs/saucerswap/v2/package.json +++ b/subgraphs/saucerswap/v2/package.json @@ -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",