File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change 1291
1291
"data" :
1292
1292
{
1293
1293
"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 "
1295
1295
},
1296
1296
"dataPropertyOrder" :
1297
1297
{
Original file line number Diff line number Diff line change @@ -21,9 +21,6 @@ faucet {
21
21
# Transaction value
22
22
tx-value = 1000000000000000000
23
23
24
- # Faucet cors config
25
- cors-allowed-origins = "*"
26
-
27
24
# Address of Ethereum node used to send the transaction
28
25
rpc-address = "http://127.0.0.1:8546/"
29
26
@@ -63,7 +60,7 @@ mantis {
63
60
interface = "localhost"
64
61
65
62
# Listening port of JSON-RPC HTTP(S) endpoint
66
- port = 8547
63
+ port = 8099
67
64
68
65
# Path to the keystore storing the certificates (used only for https)
69
66
# null value indicates HTTPS is not being used
You can’t perform that action at this time.
0 commit comments