Skip to content

Commit

Permalink
fix(#patch); apeswap-bsc; add BBQ to untracked tokens (#2388)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Oct 2, 2023
1 parent a22aa09 commit 45f8887
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4742,7 +4742,7 @@
"status": "prod",
"versions": {
"schema": "1.3.2",
"subgraph": "1.2.1",
"subgraph": "1.3.0",
"methodology": "1.0.0"
},
"files": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ export class ApeswapBscConfigurations implements Configurations {
return [
"0x87bade473ea0513d4aa7085484aeaa6cb6ebe7e3", // Mor Stablecoin
"0x7e7d3556310830581815b1aa1bbbc9e5d7097580", // NFTGirl
"0xd9a88f9b7101046786490baf433f0f6ab3d753e2", // BBQ
];
}
getBrokenERC20Tokens(): string[] {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ specVersion: 0.0.2
schema:
file: ./schema.graphql
{{#graftEnabled}}
features:
- grafting
description: ...
graft:
base: {{subgraphId}} # Subgraph ID of base subgraph
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ specVersion: 0.0.2
schema:
file: ./schema.graphql
{{#graftEnabled}}
features:
- grafting
description: ...
graft:
base: {{subgraphId}} # Subgraph ID of base subgraph
Expand Down

0 comments on commit 45f8887

Please sign in to comment.