Skip to content

Commit 33a24dc

Browse files
authored
revert configs from faucet (#791)
1 parent 1adf114 commit 33a24dc

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

insomnia_workspace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1291,7 +1291,7 @@
12911291
"data":
12921292
{
12931293
"node_url": "http://127.0.0.1:8546",
1294-
"faucet_url": "http://127.0.0.1:8547"
1294+
"faucet_url": "http://127.0.0.1:8099"
12951295
},
12961296
"dataPropertyOrder":
12971297
{

src/universal/conf/faucet.conf

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ faucet {
2121
# Transaction value
2222
tx-value = 1000000000000000000
2323

24-
# Faucet cors config
25-
cors-allowed-origins = "*"
26-
2724
# Address of Ethereum node used to send the transaction
2825
rpc-address = "http://127.0.0.1:8546/"
2926

@@ -63,7 +60,7 @@ mantis {
6360
interface = "localhost"
6461

6562
# Listening port of JSON-RPC HTTP(S) endpoint
66-
port = 8547
63+
port = 8099
6764

6865
# Path to the keystore storing the certificates (used only for https)
6966
# null value indicates HTTPS is not being used

0 commit comments

Comments
 (0)