Skip to content

Commit

Permalink
feat: add new required finality override for linea (#1171)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenFluin authored Sep 17, 2024
1 parent 49b1308 commit 147fa13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/content/docs/validator/external-chains/linea.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -233,12 +233,14 @@ vald's `config.toml`
```bash
[[axelar_bridge_evm]] name = "linea" rpc_addr = "http://IP:PORT"
start-with-bridge = true
finality_override = "confirmation"
```
</tab-item>
<tab-item title="Testnet" class="bleed">
```bash
[[axelar_bridge_evm]] name = "linea" rpc_addr = "http://IP:PORT"
start-with-bridge = true
finality_override = "confirmation"
```
</tab-item>
</tabs>

0 comments on commit 147fa13

Please sign in to comment.