forked from OffchainLabs/orbit-actions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfork.yaml
65 lines (50 loc) · 2.31 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
title: "layr-labs/orbit-actions" # Define the HTML page title
logo: "logo.png"
footer: | # define the footer with markdown
[orbit-sdk](https://github.com/Layr-Labs/orbit-actions) fork overview · created with [Forkdiff](https://github.com/protolambda/forkdiff)
base:
name: OffchainLabs/orbit-actions
url: https://github.com/OffchainLabs/orbit-actions
hash: 9e3c1c344cd762e04316fae426bf42da251c45e2
fork:
name: Layr-Labs/orbit-actions
url: https://github.com/Layr-Labs/orbit-actions
ref: refs/heads/main
def:
title: "Orbit Actions Fork Overview"
description: | # description in markdown
The original orbit-actions codebase can be found at [`github.com/OffchainLabs/orbit-actions`](https://github.com/OffchainLabs/orbit-actions).
And the fork at [`github.com/Layr-Labs/orbit-actions`](https://github.com/Layr-Labs/orbit-actions).
sub:
- title: "eigenda x nitro-contracts support"
globs:
- package.json
- foundry.toml
- title: "eigenda x nitro-contracts v2.1.0 migration action"
description: |
Built an action to allow for migrating existing Nitro contracts deployed using v2.1.0 to using ones with EigenDA changes.
This allows anyone running a vanilla Arbitrum chain to migrate it to use EigenDA.
globs:
- scripts/foundry/contract-upgrades/eigenda-2.1.0/README.md
- scripts/foundry/contract-upgrades/eigenda-2.1.0/.env.sample
sub:
- title: "Upgrade Action Contract"
globs:
- contracts/parent-chain/contract-upgrades/NitroContractsEigenDA2Point1Point0UpgradeAction.sol
- title: "Deploy Action Script"
globs:
- scripts/foundry/contract-upgrades/eigenda-2.1.0/DeployNitroContractsEigenDA2Point1Point0UpgradeAction.s.sol
- title: "Execute Action Script"
globs:
- scripts/foundry/contract-upgrades/eigenda-2.1.0/ExecuteNitroContractsEigenDA2Point1Point0Upgrade.s.sol
# globs:
# - src/contracts/RollupCreator/v2.1.0.ts
# - title: "EigenDA namespace"
# descrption: |
# Added EigenDA namespace in-place of original Arbitrum namespace.
# globs:
# - examples/**
ignore:
- test/storage/**
- test/signatures/**
- yarn.lock