Skip to content

Commit 15cf931

Browse files
committed
chore: Use local Request Node
1 parent 2442c6f commit 15cf931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/createRequest.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
const requestClient = new RequestNetwork({
2222
nodeConnectionConfig: {
23-
baseURL: "https://sepolia.gateway.request.network/",
23+
baseURL: "http://localhost:3000/",
2424
},
2525
signatureProvider: epkSignatureProvider,
2626
});

0 commit comments

Comments
 (0)