Skip to content

Commit

Permalink
pick: chore: increase bouncer liquidity (#4924) (#4926)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylezs authored Jun 3, 2024
1 parent 801ff35 commit 9adc22a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions bouncer/shared/setup_swaps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ import { rangeOrder } from '../shared/range_order';
import { Asset } from './utils';

const deposits = new Map<Asset, number>([
['Dot', 10000],
['Eth', 100],
['ArbEth', 100],
['Btc', 10],
['Usdc', 1000000],
['ArbUsdc', 100000],
['Usdt', 100000],
['Flip', 10000],
['Sol', 100],
['SolUsdc', 100000],
['Dot', 100000],
['Eth', 1000],
['ArbEth', 1000],
['Btc', 100],
['Usdc', 10000000],
['ArbUsdc', 1000000],
['Usdt', 1000000],
['Flip', 100000],
['Sol', 1000],
['SolUsdc', 1000000],
]);

const price = new Map<Asset, number>([
Expand Down

0 comments on commit 9adc22a

Please sign in to comment.