lengthen interval, set mainnet channel size to 50k

This commit is contained in:
Paul Miller
2023-06-01 16:47:38 -05:00
committed by Tony Giorgio
parent bc85263c30
commit 2dfbcf96ee
6 changed files with 37 additions and 16 deletions

View File

@@ -1,5 +1,5 @@
import { Show } from "solid-js";
import { Button, FancyCard, Indicator } from "~/components/layout";
import { Button, FancyCard } from "~/components/layout";
import { useMegaStore } from "~/state/megaStore";
import { Amount } from "./Amount";
import { A, useNavigate } from "solid-start";