Skip to content

Commit

Permalink
Blacklist auraBal token
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh9200 committed Sep 24, 2023
1 parent 81dc682 commit f8921ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,6 @@
],

"graftEnabled": false,
"subgraphId": "QmQdRZL1W2YAbhTcPvqeERYwGM2yD3yd4dND8AvEHyTmtX",
"graftStartBlock": "17994758"
"subgraphId": "QmXQgGSY16gSWUrP4LEnuwoDvh1rkbPBJyjqrGee5uQEV1",
"graftStartBlock": "18162839"
}
1 change: 1 addition & 0 deletions subgraphs/balancer-forks/src/prices/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,5 @@ export const BLACKLISTED_TOKENS: Address[] = [
Address.fromString("0x10010078a54396f62c96df8532dc2b4847d47ed3"), // Hundred Finance
Address.fromString("0x48fb253446873234f2febbf9bdeaa72d9d387f94"), // Bancor Governance Token (vBNT)
Address.fromString("0x2bbf681cc4eb09218bee85ea2a5d3d13fa40fc0c"), // bb-a-USDT deprecated
Address.fromString("0x616e8bfa43f920657b3497dbf40d6b1a02d4608d"), // Aura BAL
];

0 comments on commit f8921ee

Please sign in to comment.