Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ const supplyBundle: ActionBundle = await poolBundle.supplyBundle({
});

// Submit bundle components as shown in #bundle-methods section
````

</details>

Expand Down Expand Up @@ -1167,6 +1168,7 @@ const depositBundle: ActionBundle = await lendingPoolBundle.depositBundle({
});

// Submit bundle components as shown in #bundle-methods section
````

</details>

Expand All @@ -1180,7 +1182,7 @@ deposited, a corresponding amount of aTokens is minted
<details>
<summary>Sample Code</summary>

```ts
````ts
import { LendingPool } from '@aave/contract-helpers';

const lendingPool = new LendingPool(provider, {
Expand Down