Skip to content

Commit

Permalink
Blacklist tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
steegecs committed Apr 15, 2024
1 parent 9b6c8c7 commit 4917b5a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deployment/deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -4074,7 +4074,7 @@
"status": "prod",
"versions": {
"schema": "4.0.1",
"subgraph": "1.0.1",
"subgraph": "1.0.2",
"methodology": "1.0.0"
},
"files": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ export class UniswapV3BaseConfigurations implements Configurations {
return stringToBytesList([]);
}
getUntrackedTokens(): Bytes[] {
return stringToBytesList([]);
return stringToBytesList([
'0x391ef60db8e7677c32d2c547ea1a009159558419', // Penguin
'0x6eeb5859e32225cb61434dca63bca84bb0e735a7', // Magic Internet Memes
'0x0d3031225f4471eafdb1707db807cbb00eb561cc', // Floating Point
'0x18f377990e7ccecd8956a30603c9c17f5de9580d', // Belphin
'0x0e1b2c65508b1cd9939cf90337fcefa647936a98', // 1155f0
]);
}
getMinimumLiquidityThreshold(): BigDecimal {
return BigDecimal.fromString("10000");
Expand Down

0 comments on commit 4917b5a

Please sign in to comment.