Skip to content

Commit 2ba7ad4

Browse files
committed
refactor: revert createRequest.js to use Sepolia Gateway
1 parent 056c8c1 commit 2ba7ad4

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: "http://localhost:3000/",
23+
baseURL: "https://sepolia.gateway.request.network/",
2424
},
2525
signatureProvider: epkSignatureProvider,
2626
});

0 commit comments

Comments
 (0)