Skip to content

Commit ee88f21

Browse files
authored
Merge branch 'main' into feat/exppand-cli
2 parents 1767282 + 3607de0 commit ee88f21

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+951
-512
lines changed

.changeset/eager-ducks-add.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/hip-views-cough.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@aave/client": patch
3+
"@aave/react": patch
4+
"@aave/core": patch
5+
---
6+
7+
**fix:** issue with GQL errors suchas Bad User Input or Bad Request blocking indefintely transaction hooks.

.changeset/large-phones-rule.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/lovely-plums-marry.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
---
2+
---

.changeset/new-canyons-rush.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@aave/graphql": patch
3+
"@aave/client": patch
4+
"@aave/react": patch
5+
---
6+
7+
**chore:** support latest minor GQL changes.

.changeset/pre.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,20 +21,26 @@
2121
"fast-rats-bet",
2222
"flat-sloths-argue",
2323
"gold-flies-sink",
24+
"grumpy-bottles-relax",
2425
"happy-actors-prove",
2526
"hip-coats-serve",
27+
"hip-views-cough",
28+
"kind-lines-wave",
2629
"late-birds-punch",
2730
"long-cups-nail",
31+
"lovely-plums-marry",
2832
"mighty-peaches-cheer",
2933
"modern-cases-battle",
3034
"nasty-wombats-heal",
35+
"new-canyons-rush",
3136
"real-numbers-do",
3237
"rich-bikes-marry",
3338
"salty-berries-hang",
3439
"silent-waves-agree",
3540
"silly-shirts-raise",
3641
"silver-mugs-wait",
3742
"small-terms-open",
43+
"sweet-planets-hunt",
3844
"ten-bags-bake",
3945
"wacky-weeks-allow",
4046
"warm-lilies-marry",

.changeset/sweet-planets-hunt.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@aave/react": patch
3+
---
4+
5+
**fix:** allow `null` for `WalletClient` parameter in viem hooks

.changeset/whole-horses-flash.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
"@aave/client": patch
3+
"@aave/graphql": patch
4+
"@aave/react": patch
5+
---
6+
7+
**chore:** removes support for `assetCategoryBorrowHistory` and `assetCategorySupplyHistory`.

examples/balances/.env.example

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
VITE_CHAIN_ID=123456789

examples/balances/.stackblitzrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"env": {
3+
"VITE_CHAIN_ID": "123456789"
4+
}
5+
}

0 commit comments

Comments
 (0)