Browse Source

Merge #245

245: Spread of `0.3%` instead of `3%` r=da-kami a=da-kami



Co-authored-by: Daniel Karzel <daniel@comit.network>
Co-authored-by: Daniel Karzel <daniel.karzel@coblox.tech>
compile-for-aarch64
bors[bot] 3 years ago
committed by GitHub
parent
commit
4e2ec513d0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      frontend/src/MakerApp.tsx

2
frontend/src/MakerApp.tsx

@ -28,7 +28,7 @@ import { Cfd, intoCfd, intoOrder, Order, PriceInfo, StateGroupKey, WalletInfo }
import Wallet from "./components/Wallet";
import { CfdSellOrderPayload, postCfdSellOrderRequest } from "./MakerClient";
const SPREAD = 1.03;
const SPREAD = 1.01;
export default function App() {
let source = useEventSource({ source: "/api/feed", options: { withCredentials: true } });

Loading…
Cancel
Save