Skip to content

Commit

Permalink
chore: exclude cbeth and tbtc from sense check on base
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Sep 26, 2023
1 parent f69085a commit f2880a6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions y/prices/utils/sense_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,12 @@
Network.Arbitrum: [
"0x8e0B8c8BB9db49a46697F3a5Bb8A308e744821D2", # crv3crypto
],
Network.Base: [
# eth and eth-like
"0x2Ae3F1Ec7F1F5012CFEab0185bfc7aa3cf0DEc22", # cbeth
# btc and btc-like
"0x236aa50979D5f3De3Bd1Eeb40E81137F22ab794b", # tbtc
],
}.get(chain.id, []) + acceptable_all_chains

async def _sense_check(
Expand Down

0 comments on commit f2880a6

Please sign in to comment.