diff --git a/deployment/deployment.json b/deployment/deployment.json index 173f1fdd48..2e2578623e 100644 --- a/deployment/deployment.json +++ b/deployment/deployment.json @@ -4742,7 +4742,7 @@ "status": "prod", "versions": { "schema": "1.3.2", - "subgraph": "1.2.1", + "subgraph": "1.3.0", "methodology": "1.0.0" }, "files": { diff --git a/subgraphs/uniswap-forks/protocols/apeswap/config/deployments/apeswap-bsc/configurations.ts b/subgraphs/uniswap-forks/protocols/apeswap/config/deployments/apeswap-bsc/configurations.ts index 3e87bc9f3f..5e32c8b504 100644 --- a/subgraphs/uniswap-forks/protocols/apeswap/config/deployments/apeswap-bsc/configurations.ts +++ b/subgraphs/uniswap-forks/protocols/apeswap/config/deployments/apeswap-bsc/configurations.ts @@ -116,6 +116,7 @@ export class ApeswapBscConfigurations implements Configurations { return [ "0x87bade473ea0513d4aa7085484aeaa6cb6ebe7e3", // Mor Stablecoin "0x7e7d3556310830581815b1aa1bbbc9e5d7097580", // NFTGirl + "0xd9a88f9b7101046786490baf433f0f6ab3d753e2", // BBQ ]; } getBrokenERC20Tokens(): string[] { diff --git a/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.bsc.template.yaml b/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.bsc.template.yaml index 2b36c46090..b9b40b7131 100644 --- a/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.bsc.template.yaml +++ b/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.bsc.template.yaml @@ -2,6 +2,8 @@ specVersion: 0.0.2 schema: file: ./schema.graphql {{#graftEnabled}} +features: + - grafting description: ... graft: base: {{subgraphId}} # Subgraph ID of base subgraph diff --git a/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.matic.template.yaml b/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.matic.template.yaml index 7e308690bc..9295a09d5c 100644 --- a/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.matic.template.yaml +++ b/subgraphs/uniswap-forks/protocols/apeswap/config/templates/apeswap.matic.template.yaml @@ -2,6 +2,8 @@ specVersion: 0.0.2 schema: file: ./schema.graphql {{#graftEnabled}} +features: + - grafting description: ... graft: base: {{subgraphId}} # Subgraph ID of base subgraph