Skip to content

Commit

Permalink
adjust decimals from 18 to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Spablob committed Jun 30, 2023
1 parent ed4eee2 commit 2d2f0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy/32_eth_autocall_vault.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ const main = async ({
},
{
isPut: true,
decimals: 18,
decimals: 6,
asset: USDC_ADDRESS[chainId],
underlying: WETH_ADDRESS[chainId],
minimumSupply: BigNumber.from(10).pow(10),
Expand Down

0 comments on commit 2d2f0d2

Please sign in to comment.