Browse Source
Spread of `0.3%` instead of `3%`
compile-for-aarch64
Daniel Karzel
3 years ago
No known key found for this signature in database
GPG Key ID: 30C3FC2E438ADB6E
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 Wallet from "./components/Wallet"; |
|
|
import { CfdSellOrderPayload, postCfdSellOrderRequest } from "./MakerClient"; |
|
|
import { CfdSellOrderPayload, postCfdSellOrderRequest } from "./MakerClient"; |
|
|
|
|
|
|
|
|
const SPREAD = 1.03; |
|
|
const SPREAD = 1.003; |
|
|
|
|
|
|
|
|
export default function App() { |
|
|
export default function App() { |
|
|
let source = useEventSource({ source: "/api/feed", options: { withCredentials: true } }); |
|
|
let source = useEventSource({ source: "/api/feed", options: { withCredentials: true } }); |
|
|