Browse Source

1

Co-authored-by: Philipp Hoenisch <philipp@coblox.tech>
compile-for-aarch64
Daniel Karzel 3 years ago
committed by GitHub
parent
commit
78ccad01e3
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.003;
const SPREAD = 1.01;
export default function App() {
let source = useEventSource({ source: "/api/feed", options: { withCredentials: true } });

Loading…
Cancel
Save