Skip to content

Commit

Permalink
fix(#patch); pancakeswap-v2-swap-bsc; add broken ERC20 tokens (#2447)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruv-chauhan authored Jul 3, 2024
1 parent 93ca744 commit d5b857a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -6214,7 +6214,7 @@
"status": "prod",
"versions": {
"schema": "1.3.2",
"subgraph": "1.1.0",
"subgraph": "1.1.1",
"methodology": "1.0.0"
},
"files": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"startBlock": 6809737
},
"graftEnabled": false,
"subgraphId": "",
"graftStartBlock": 0
"subgraphId": "QmW18hJ4KCnfH3DHnZ8NH4sjh2qFmzW7paMLbhimCALHmf",
"graftStartBlock": 28431787
}
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ export class PancakeswapV2BscConfigurations implements Configurations {
return "0xca143ce32fe78f1f7019d7d551a6402fc5350c73";
}
getBrokenERC20Tokens(): string[] {
return [];
return [
"0xfbbd78a1bf76e43d5fc8f1f880f72718040acbe5", // 1
"0x14111b627d35d3d54505247b4ef1a0754eb02eb7", // ZGLDao
"0x5285d9d9f784bce2aa7b82cf318d632d423c1047", // Magic
];
}
}

0 comments on commit d5b857a

Please sign in to comment.