Skip to content

Commit

Permalink
adjust rainbow fee
Browse files Browse the repository at this point in the history
  • Loading branch information
benisgold committed Nov 25, 2024
1 parent 76ab7f7 commit c17c60e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ import { analyticsV2 } from '@/analytics';
import { getDefaultSlippageWorklet } from '@/__swaps__/utils/swaps';
import { getRemoteConfig } from '@/model/remoteConfig';

const RAINBOW_FEE_BIPS = 250;
const RAINBOW_FEE_BIPS = 85;

enum ErrorMessages {
SWAP_ERROR = 'Failed to swap claimed asset due to swap action error',
Expand Down

0 comments on commit c17c60e

Please sign in to comment.