Skip to content

Commit

Permalink
Add Diligence audit link
Browse files Browse the repository at this point in the history
  • Loading branch information
jlwllmr committed Jan 10, 2025
1 parent da6e513 commit 48e5c80
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion docs/get-started/how-to/connect-wallet.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
---
title: Connect a wallet to your dapp
description: Learn how to connect a wallet to your dapp so users can interact with your contracts
description: >-
Learn how to connect a wallet to your dapp so users can interact with your
contracts
image: /img/socialCards/connect-a-wallet-to-your-dapp.jpg
---

Enabling users' wallets to connect to your dapp is critical, since it's the only way they can
Expand Down
3 changes: 2 additions & 1 deletion docs/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ finalization, enabling withdrawal of potentially locked funds.

Code in the upgrade has been audited by:
- OpenZeppelin, whose report is available [here](https://blog.openzeppelin.com/linearollup-and-tokenbridge-role-upgrade),
- Diligence, and;
- Diligence, whose report is available [here](https://diligence.consensys.io/audits/2024/12/linea-rollup-update/), and;
- Cyfrin, whose report is [here](https://github.com/Cyfrin/cyfrin-audit-reports/blob/main/reports/2024-12-04-cyfrin-linea-v2.1.pdf).

Changes in this release:
- Adjust blob submission and finalization events to be state reconstruction-compatible
- This is a breaking change for the event structures. The new structures are below:
```solidity
Expand Down

0 comments on commit 48e5c80

Please sign in to comment.