Skip to content

Commit

Permalink
fix: change the fake quote timer to 5min (#2828)
Browse files Browse the repository at this point in the history
closes: #2828
  • Loading branch information
dtribble authored Apr 6, 2021
1 parent 267a85d commit 66d22db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cosmic-swingset/lib/ag-solo/vats/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import {
} from './issuers';

const NUM_IBC_PORTS = 3;
const QUOTE_INTERVAL = 30;
const QUOTE_INTERVAL = 5 * 60;

const BASIS_POINTS_DENOM = 10000n;

Expand Down

0 comments on commit 66d22db

Please sign in to comment.