Skip to content

Commit

Permalink
chore: use 0 decimals for CRC
Browse files Browse the repository at this point in the history
  • Loading branch information
onmax committed Aug 12, 2024
1 parent b7d2893 commit 3cd4594
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const Precision = {
[SwapAsset.USDC_MATIC]: 6,
[SwapAsset.EUR]: 2,
[ReferenceAsset.USD]: 2,
[SwapAsset.CRC]: 2,
[SwapAsset.CRC]: 0,
} as const;

export enum SwapStatus {
Expand Down

0 comments on commit 3cd4594

Please sign in to comment.