Skip to content

Commit

Permalink
remove dupe
Browse files Browse the repository at this point in the history
  • Loading branch information
mzywang committed Apr 24, 2024
1 parent 1bcd067 commit aa5ad9f
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/utils/pricing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,9 @@ import { ONE_BD, ZERO_BD, ZERO_BI } from './constants'
const WETH_ADDRESS = '0x4200000000000000000000000000000000000006'
const DAI_WETH_03_POOL = '0x03af20bdaaffb4cc0a521796a223f7d85e2aac31'

const DAI_ADDRESS = '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1' // DAI
const USDC_ADDRESS = '0x7f5c764cbc14f9669b88837ca1490cca17c31607' // USDC
const USDT_ADDRESS = '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58' // USDT

const USDC_ADDRESS = '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913'
const DAI_ADDRESS = '0xda10009cbd5d07dd0cecc66161fc93d7c9000da1'
const USDC_ADDRESS = '0x7f5c764cbc14f9669b88837ca1490cca17c31607'
const USDT_ADDRESS = '0x94b008aa00579c1307b0ef2c499ad98a8ce58e58'

// token where amounts should contribute to tracked volume and liquidity
// usually tokens that many tokens are paired with
Expand Down

0 comments on commit aa5ad9f

Please sign in to comment.