Skip to content

Commit 579c79d

Browse files
authored
Merge branch 'main' into main
2 parents b893333 + f3e50d9 commit 579c79d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

docs/get-started/how-to/connect-wallet.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
---
22
title: Connect a wallet to your dapp
3-
description: Learn how to connect a wallet to your dapp so users can interact with your contracts
3+
description: >-
4+
Learn how to connect a wallet to your dapp so users can interact with your
5+
contracts
6+
image: /img/socialCards/connect-a-wallet-to-your-dapp.jpg
47
---
58

69
Enabling users' wallets to connect to your dapp is critical, since it's the only way they can

docs/release-notes.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ finalization, enabling withdrawal of potentially locked funds.
4646

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

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

0 commit comments

Comments
 (0)