Skip to content

Commit 9c2c780

Browse files
committed
updated endpoint
Signed-off-by: Logan Nguyen <[email protected]>
1 parent 7a4c6bb commit 9c2c780

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/hedera-json-rpc-relay/hoppscotch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"v": "17",
3636
"name": "eth_blockNumber",
3737
"method": "POST",
38-
"endpoint": "http://127.0.0.1:7546",
38+
"endpoint": "<<BASE_URL>>",
3939
"params": [],
4040
"headers": [{ "key": "Content-Type", "value": "application/json", "active": true }],
4141
"preRequestScript": "",

packages/server/tests/hoppscotch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"v": "17",
3636
"name": "eth_blockNumber",
3737
"method": "POST",
38-
"endpoint": "http://127.0.0.1:7546",
38+
"endpoint": "<<BASE_URL>>",
3939
"params": [],
4040
"headers": [{ "key": "Content-Type", "value": "application/json", "active": true }],
4141
"preRequestScript": "",

0 commit comments

Comments
 (0)