We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4ecc5d commit 0ea99d2Copy full SHA for 0ea99d2
packages/payment-proxy-client/src/App.tsx
@@ -19,7 +19,7 @@ const provider = "0xbbb676f9cff8d242e9eac39d063848807d3d1d94";
19
const hub = "0x111a00868581f73ab42feef67d235ca09ca1e8db";
20
const defaultNitroRPCUrl = "localhost:4005/api/v1";
21
const defaultFileUrl = "http://localhost:5511/test.txt";
22
-const defaultPaymentChannelAmount = 100_000;
+const defaultPaymentChannelAmount = 100_000_000;
23
24
const costPerByte = 1;
25
function App() {
0 commit comments