Skip to content

Commit

Permalink
fix: ignore wbtc
Browse files Browse the repository at this point in the history
  • Loading branch information
earthtojake authored Feb 23, 2023
1 parent 263817d commit 2807969
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/src/constants/ignore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,19 @@ export const IGNORE_VAULTS_LIST: IgnoreVault[] = filterNulls([
marketName: 'sSOL-sUSD',
chain: Chain.Optimism,
},
{
marketName: 'WBTC-USDC',
chain: Chain.Arbitrum,
},
])

export const IGNORE_MARKETS_LIST: IgnoreMarket[] = filterNulls([
{
marketName: 'sSOL-sUSD',
chain: Chain.Optimism,
},
{
marketName: 'WBTC-USDC',
chain: Chain.Arbitrum,
},
])

0 comments on commit 2807969

Please sign in to comment.