fix
This commit is contained in:
@@ -211,7 +211,7 @@ max-txs = -1
|
||||
|
||||
[beacon-kit.engine]
|
||||
# HTTP url of the execution client JSON-RPC endpoint.
|
||||
rpc-dial-url = "http://berachain-bartio:8551"
|
||||
rpc-dial-url = "http://localhost:8551"
|
||||
|
||||
# Number of retries before shutting down consensus client.
|
||||
rpc-retries = "3"
|
||||
|
||||
@@ -100,7 +100,7 @@ laddr = "tcp://0.0.0.0:26657"
|
||||
# A list of origins a cross-domain request can be executed from
|
||||
# Default value '[]' disables cors support
|
||||
# Use '["*"]' to allow any origin
|
||||
cors_allowed_origins = [*]
|
||||
cors_allowed_origins = ["*"]
|
||||
|
||||
# A list of methods the client is allowed to use with cross-domain requests
|
||||
cors_allowed_methods = ["HEAD", "GET", "POST", ]
|
||||
|
||||
Reference in New Issue
Block a user