Browse Source
1
Co-authored-by: Philipp Hoenisch <philipp@coblox.tech>
compile-for-aarch64
Daniel Karzel
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
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 } }); |
|
|
|