-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfork.yaml
29 lines (26 loc) · 1.16 KB
/
fork.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
title: "layr-labs/go-ethereum" # Define the HTML page title
logo: "logo.png"
footer: | # define the footer with markdown
[nitro-go-ethereum](https://github.com/Layr-Labs/go-ethereum) fork overview · created with [Forkdiff](https://github.com/protolambda/forkdiff)
base:
name: OffchainLabs/go-ethereum
url: https://github.com/OffchainLabs/go-ethereum
hash: 17cd00167543a5a2b0b083e32820051100154c2f
fork:
name: Layr-Labs/nitro-go-ethereum
url: https://github.com/Layr-Labs/go-ethereum
ref: refs/heads/eigenda
def:
title: "Nitro Go Ethereum Fork Overview"
description: | # description in markdown
The original nitro go-ethereum codebase can be found at [`github.com/OffchainLabs/go-ethereum`](https://github.com/OffchainLabs/go-ethereum).
And the fork at [`github.com/Layr-Labs/nitro-go-ethereum`](https://github.com/Layr-Labs/nitro-go-ethereum).
sub:
- title: "Config Changes"
description: |
Updated core Arbitrum Chain Param configs to populate EigenDA boolean feature flag.
Also added testing configs specific to EigenDA.
globs:
- params/config_arbitrum.go
ignore:
- "*.sum"