Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Aug 22, 2024
1 parent d0d5452 commit 7ba3ac5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,20 +42,20 @@ export const addressRegistry = {
10: '0x6A060BF6579318c15138160Ee1f1d225fcC9D409', // SidechainOracle
137: '0x6A060BF6579318c15138160Ee1f1d225fcC9D409', // SidechainOracle
11155111: '0xb39Dea2246Ac99575eebc86A2590BADF046eda91', // UniV3Pool
11155420: '0x8BFdD4689dC4669bd818c0551a510301f091103C', // TODO: sidechain oracle
11155420: '0x8BFdD4689dC4669bd818c0551a510301f091103C', // UniV3Pool
31337: '0x11b7a6bc0259ed6cf9db8f499988f9ecc7167bf5',
},
wethUsdOracle: {
10: '0x03af20bdaaffb4cc0a521796a223f7d85e2aac31', // WETH-DAI 0.3%
137: '0x45dda9cb7c25131df268515131f647d726f50608', // WETH-USDC 0.05%
11155420: '0x8BFdD4689dC4669bd818c0551a510301f091103C', // TODO: hardcoded oracle
11155420: '0x8BFdD4689dC4669bd818c0551a510301f091103C', // UniV3Pool
31337: '0x60594a405d53811d3bc4766596efd80fd545a270', // UniV3Pool
},
usdDecimals: {
10: '0x0000000000000000000000000000000000000012', // 18
137: '0x0000000000000000000000000000000000000006', // USDC uses 6 decimals
31337: '0x0000000000000000000000000000000000000012', // 18
11155420: '0x0000000000000000000000000000000000000012',
11155420: '0x0000000000000000000000000000000000000012', // 18
},
uniV3Factory: {
1: '0x1f98431c8ad98523631ae4a59f267346ea31f984',
Expand Down

0 comments on commit 7ba3ac5

Please sign in to comment.