Skip to content

Commit 0ea99d2

Browse files
committed
larger starting balance
1 parent d4ecc5d commit 0ea99d2

File tree

1 file changed

+1
-1
lines changed
  • packages/payment-proxy-client/src

1 file changed

+1
-1
lines changed

packages/payment-proxy-client/src/App.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const provider = "0xbbb676f9cff8d242e9eac39d063848807d3d1d94";
1919
const hub = "0x111a00868581f73ab42feef67d235ca09ca1e8db";
2020
const defaultNitroRPCUrl = "localhost:4005/api/v1";
2121
const defaultFileUrl = "http://localhost:5511/test.txt";
22-
const defaultPaymentChannelAmount = 100_000;
22+
const defaultPaymentChannelAmount = 100_000_000;
2323

2424
const costPerByte = 1;
2525
function App() {

0 commit comments

Comments
 (0)