Skip to content

Commit

Permalink
Replace host-whitelist with host-allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
fab-10 committed Dec 16, 2024
1 parent 90704f3 commit c25be75
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ data-storage-format="BONSAI"
### Node and Network configuration ###
bootnodes=["enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a5847b09838ee08d8b5f02a9c32ee13abeb4d4104bb5514e5322c9d7ee19f41ff3e51@3.132.73.210:31002","enode://a8e03a71eab12ec4b47bb6e19169d8e4dc7a58373a2476969bbe463f2dded6003037fa4dd5f71e15027f7fc8d7340956fbbefed67ddd116ac19a7f74da034b61@3.132.73.210:31003","enode://97706526cf79df9d930003644f9156805f6c8bd964fc79e083444f7014ce10c9bdd2c5049e63b58040dca1d4c82ebef970822198cf0714de830cff4111534ff1@18.223.198.165:31004","enode://24e1c654a801975a96b7f54ebd7452ab15777fc635c1db25bdbd4425fdb04e7f4768e9e838a87ab724320a765e41631d5d37758c933ad0e8668693558125c8aa@18.223.198.165:31000","enode://27010891d960f73d272a553f72b6336c6698db3ade98d631f09c764e57674a797be5ebc6829ddbb65ab564f439ebc75215d20aa98b6f351d12ea623e7d139ac3@3.132.73.210:31001"]
static-nodes-file="config/static-nodes.mainnet.json"
host-whitelist=["*"]
host-allowlist=["*"]
discovery-enabled=true
p2p-host="0.0.0.0"
p2p-port=30303
Expand Down
2 changes: 1 addition & 1 deletion linea-besu/profiles/advanced-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ data-storage-format="BONSAI"
bootnodes=["enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951ade1fe0e66e981e30ea269849fcb6ba03d838da37f524fabd2a557474194a2e2604fa@18.221.100.27:31002","enode://ce1e0d8e0500cb5c0ac56bdcdafb2d6320c3a2c5125b5ccf12f5dfc9b47ee74acbcafc32559017613136c9c36a0ce74ba4f83b7fb8244f099f3b15708d9d3129@3.23.75.47:31000","enode://1b026a5eb0ae74300f58987d235ef0e3a550df963345cb3574be3b0b54378bd11f14dfd515a8976f2c2d2826090e9507b8ccc24f896a9ffffffcabcfd996a733@3.129.120.128:31001"]
static-nodes-file="config/static-nodes.sepolia.json"

host-whitelist=["*"]
host-allowlist=["*"]
discovery-enabled=true
p2p-host="0.0.0.0"
p2p-port=30303
Expand Down
4 changes: 2 additions & 2 deletions linea-besu/profiles/basic-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ static-nodes-file="config/static-nodes.mainnet.json"
# Min gas price
min-gas-price=1000

# Host white list
host-whitelist=["*"]
# Host allow list
host-allowlist=["*"]


# rpc
Expand Down
4 changes: 2 additions & 2 deletions linea-besu/profiles/basic-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ static-nodes-file="config/static-nodes.sepolia.json"
# Min gas price
min-gas-price=1000

# Host white list
host-whitelist=["*"]
# Host allow list
host-allowlist=["*"]

# rpc
rpc-http-enabled=true
Expand Down

0 comments on commit c25be75

Please sign in to comment.