Skip to content

Commit

Permalink
Merge branch 'main' into connect
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr authored Dec 3, 2024
2 parents fa6b8ec + 6ff465a commit 2668e1d
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -1328,6 +1328,7 @@ button[aria-label="Collapse sidebar"] {

a.menu__link {
padding: 3px 12px;
line-height: 1.25 !important;
}

.menu__list-item-collapsible {
Expand All @@ -1354,7 +1355,7 @@ a.menu__link {

.menu__link--sublist-caret {
color: inherit;
background: none;
background: none;;
}

.expandButton {
Expand Down Expand Up @@ -1401,6 +1402,10 @@ a.menu__link {
transform: translateY(-16px);
}

button.clean-btn.menu__caret {
padding: 3px 12px;
}

@media (width <= 1200px) {
/* hides TOC when viewport gets too slim */
ul.table-of-contents {
Expand Down
Binary file modified static/files/besu/besu-mainnet.zip
Binary file not shown.
Binary file modified static/files/besu/besu-sepolia.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions static/files/besu/config-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bootnodes=["enode://069800db9e6e0ec9cadca670994ef1aea2cfd3d88133e63ecadbc1cdbd1a
# Min gas price
min-gas-price=1000

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


# rpc
Expand Down
4 changes: 2 additions & 2 deletions static/files/besu/config-sepolia.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ bootnodes=["enode://6f20afbe4397e51b717a7c1ad3095e79aee48c835eebd9237a3e8a16951a
# Min gas price
min-gas-price=1000

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


# rpc
Expand Down

0 comments on commit 2668e1d

Please sign in to comment.