Skip to content

Commit

Permalink
Merge pull request #171 from DeXter-on-Radix/update-platform-id
Browse files Browse the repository at this point in the history
update platform id
  • Loading branch information
fliebenberg authored Oct 27, 2023
2 parents f8cf72e + 6995b92 commit 0dc3e41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/redux/orderInputSlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export enum OrderTab {
LIMIT = "LIMIT",
}

export const PLATFORM_BADGE_ID = 1; //TODO: Get this data from the platform badge
export const PLATFORM_BADGE_ID = 4; //TODO: Get this data from the platform badge
export const PLATFORM_FEE = 0.001; //TODO: Get this data from the platform badge

export const OrderSide = adex.OrderSide;
Expand Down

0 comments on commit 0dc3e41

Please sign in to comment.