Skip to content

Commit

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

"graftEnabled": false,
"subgraphId": "QmYTxXAbZq9d98gfUiDv9WAigM9KToiyHFpDtMpasQyTpA",
"graftStartBlock": "18066560"
"subgraphId": "QmQdRZL1W2YAbhTcPvqeERYwGM2yD3yd4dND8AvEHyTmtX",
"graftStartBlock": "17994758"
}
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 @@ -60,4 +60,5 @@ export const BLACKLISTED_TOKENS: Address[] = [
Address.fromString("0xae6aab43c4f3e0cea4ab83752c278f8debaba689"), // dForce
Address.fromString("0x10010078a54396f62c96df8532dc2b4847d47ed3"), // Hundred Finance
Address.fromString("0x48fb253446873234f2febbf9bdeaa72d9d387f94"), // Bancor Governance Token (vBNT)
Address.fromString("0x2bbf681cc4eb09218bee85ea2a5d3d13fa40fc0c"), // bb-a-USDT deprecated
];
1 change: 0 additions & 1 deletion subgraphs/balancer-forks/src/prices/config/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ export const HARDCODED_STABLES: Address[] = [
Address.fromString("0x4fd63966879300cafafbb35d157dc5229278ed23"), // bb-a-USD
Address.fromString("0x9210f1204b5a24742eba12f710636d76240df3d0"), // bb-a-USDC deprecated
Address.fromString("0x804cdb9116a10bb78768d3252355a1b18067bf8f"), // bb-a-DAI deprecated
Address.fromString("0x2bbf681cc4eb09218bee85ea2a5d3d13fa40fc0c"), // bb-a-USDT deprecated
Address.fromString("0x652d486b80c461c397b0d95612a404da936f3db3"), // bb-a-USDC old
Address.fromString("0xa3823e50f20982656557a4a6a9c06ba5467ae908"), // bb-a-DAI old
Address.fromString("0xe6bcc79f328eec93d4ec8f7ed35534d9ab549faa"), // bb-a-USDT old
Expand Down

0 comments on commit 81dc682

Please sign in to comment.