Skip to content

Commit 2d5229e

Browse files
committed
chore: format
1 parent 708114d commit 2d5229e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/manifold/src/Manifold.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ export const getFees = async (
205205
const { value, currency } = data.publicData.mintPrice
206206
const mintPrice = currency === 'ETH' ? BigInt(value) : 0n
207207
const actionFee = mintPrice * quantityToMint
208-
return { actionFee: BigInt(actionFee), projectFee: projectFee }
208+
return { actionFee, projectFee }
209209
}
210210
return { actionFee: 0n, projectFee: parseEther('0.0005') * quantityToMint }
211211
} catch (err) {

0 commit comments

Comments
 (0)