diff --git a/deployment/deployment.json b/deployment/deployment.json index 25b2019752..3aae30f357 100644 --- a/deployment/deployment.json +++ b/deployment/deployment.json @@ -5428,7 +5428,7 @@ "status": "dev", "versions": { "schema": "1.3.2", - "subgraph": "1.1.11", + "subgraph": "1.1.12", "methodology": "1.0.0" }, "files": { @@ -5488,7 +5488,7 @@ "status": "prod", "versions": { "schema": "1.3.2", - "subgraph": "1.1.0", + "subgraph": "1.1.1", "methodology": "1.0.0" }, "files": { diff --git a/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.json b/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.json index 201e8a6cd7..7df037050c 100644 --- a/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.json +++ b/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.json @@ -6,6 +6,6 @@ "startBlock": 10000834 }, "graftEnabled": false, - "subgraphId": "", - "graftStartBlock": 0 + "subgraphId": "QmZA6EuUgDPd5KnsefSxJw7RwiYyfTa4FK413eqGtBXD5M", + "graftStartBlock": 18746197 } diff --git a/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.ts b/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.ts index c86278e147..8abe32a007 100644 --- a/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.ts +++ b/subgraphs/uniswap-forks-swap/protocols/uniswap-v2-swap/config/deployments/uniswap-v2-swap-ethereum/configurations.ts @@ -33,6 +33,9 @@ export class UniswapV2MainnetConfigurations implements Configurations { return "0x5c69bee701ef814a2b6a3edd4b1652cb9cc5aa6f"; } getBrokenERC20Tokens(): string[] { - return ["0x0000000000bf2686748e1c0255036e7617e7e8a5"]; + return [ + "0x0000000000bf2686748e1c0255036e7617e7e8a5", + "0x000000000000b91b6956fead1dda24c66aa6b972", + ]; } } diff --git a/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.json b/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.json index 9626c5f0b4..c1b14c2fed 100644 --- a/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.json +++ b/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.json @@ -6,6 +6,6 @@ "startBlock": 10000834 }, "graftEnabled": false, - "subgraphId": "QmXztbk3JGtTdqnRSuQEtw5hRHzBNaB323D81hRXnrJvuM", - "graftStartBlock": 13148001 + "subgraphId": "QmbAreB7zPavfTrKQawXJLFqytcqq9bC5WxqBC2b6L5JLR", + "graftStartBlock": 17308396 } diff --git a/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.ts b/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.ts index 79660d9a25..196bde3c89 100644 --- a/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.ts +++ b/subgraphs/uniswap-forks/protocols/uniswap-v2/config/deployments/uniswap-v2-ethereum/configurations.ts @@ -208,7 +208,10 @@ export class UniswapV2MainnetConfigurations implements Configurations { ]; } getBrokenERC20Tokens(): string[] { - return ["0x0000000000bf2686748e1c0255036e7617e7e8a5"]; + return [ + "0x0000000000bf2686748e1c0255036e7617e7e8a5", + "0x000000000000b91b6956fead1dda24c66aa6b972", + ]; } getMinimumLiquidityThresholdTrackVolume(): BigDecimal { return MINIMUM_LIQUIDITY_FOUR_HUNDRED_THOUSAND;