Skip to content

Commit

Permalink
Merge pull request #292 from ethereum-optimism/MSilb7-patch-3
Browse files Browse the repository at this point in the history
Fix fee vault anchor links
  • Loading branch information
tynes authored Jul 24, 2024
2 parents 118cf81 + f0e8eae commit 2fecd23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions specs/protocol/exec-engine.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,9 @@ The proxies are backed by vault contract deployments, based on `FeeVault`, to ro

| Vault Name | Predeploy |
| ------------------- | ------------------------------------------------------ |
| Sequencer Fee Vault | [`SequencerFeeVault`](predeploys.md#SequencerFeeVault) |
| Base Fee Vault | [`BaseFeeVault`](predeploys.md#BaseFeeVault) |
| L1 Fee Vault | [`L1FeeVault`](predeploys.md#L1FeeVault) |
| Sequencer Fee Vault | [`SequencerFeeVault`](predeploys.md#sequencerfeevault) |
| Base Fee Vault | [`BaseFeeVault`](predeploys.md#basefeevault) |
| L1 Fee Vault | [`L1FeeVault`](predeploys.md#l1feevault) |

### Priority fees (Sequencer Fee Vault)

Expand Down

0 comments on commit 2fecd23

Please sign in to comment.