Skip to content

Commit

Permalink
Merge pull request #24 from BeanstalkFarms/fix/sk/decimals
Browse files Browse the repository at this point in the history
fix decimal precision
  • Loading branch information
soilking authored Oct 28, 2024
2 parents ae24173 + 4218c49 commit d84498e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/constants/raw/beanstalk-arb.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const contracts = {
WETH: ['0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', 18, erc20Abi],
WSTETH: ['0x5979D7b546E38E414F7E9822514be443A4800529', 18, erc20Abi],
WEETH: ['0x35751007a407ca6FEFfE80b3cB397736D2cf4dbe', 18, erc20Abi],
WBTC: ['0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f', 18, erc20Abi],
USDC: ['0xaf88d065e77c8cC2239327C5EDb3A432268e5831', 18, erc20Abi],
USDT: ['0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9', 18, erc20Abi],
WBTC: ['0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f', 8, erc20Abi],
USDC: ['0xaf88d065e77c8cC2239327C5EDb3A432268e5831', 6, erc20Abi],
USDT: ['0xFd086bC7CD5C481DCC9C85ebE478A1C0b69FCbb9', 6, erc20Abi],
CP2: ['0xbA1500c28C8965521f47F17Fc21A7829D6E1343e', null, wellFunctionAbi],
CP2_121: ['0xBA15000450Bf6d48ec50BD6327A9403E401b72b4', null, wellFunctionAbi],
STABLE2: ['0xba150052e11591D0648b17A0E608511874921CBC', null, wellFunctionAbi],
Expand Down

0 comments on commit d84498e

Please sign in to comment.