Skip to content

Commit

Permalink
Merge pull request #192 from lc-labs/development
Browse files Browse the repository at this point in the history
chore: fix build'
  • Loading branch information
lcamargof authored Oct 4, 2023
2 parents 9a4493d + d6cec9e commit 9ac17cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/issuance/components/wrapping/CollateralItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const CollateralItem = ({ collateral, wrapping, ...props }: Props) => {
stateMutability: 'nonpayable',
type: 'function',
},
]
] as any
const parsedAmount = safeParseEther(debouncedAmount, data.decimals)
const call = { abi: CollateralWrap, address: collateral.erc20 }

Expand Down

0 comments on commit 9ac17cc

Please sign in to comment.