Skip to content

Commit

Permalink
pausing deposits in case the bug hits drugs too
Browse files Browse the repository at this point in the history
  • Loading branch information
superbeefyboy committed Nov 3, 2020
1 parent 0c320d0 commit deff22c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/configure/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const pools = [
oracleId: 'DRUGS',
oraclePrice: 0,
fallbackPrice: 0.11,
depositsPaused: false,
depositsPaused: true,
status: 'active',
},

Expand Down

0 comments on commit deff22c

Please sign in to comment.