diff --git a/.changeset/many-ravens-cry.md b/.changeset/many-ravens-cry.md index 980b1b4bde..60717a08be 100644 --- a/.changeset/many-ravens-cry.md +++ b/.changeset/many-ravens-cry.md @@ -2,6 +2,5 @@ "@coinbase/onchainkit": patch --- --**chore**: Add testing to Transaction Toast. By @cpcramer #1023 --**chore**: Add Connect Wallet tests and refactor to use Vitest. By @cpcramer #1036 --**chore**: Increase Wallet dropdown png size to 18x18. By @cpcramer #1041 +- **feat**: introduced `onStatus` listener, to help expose the internal `Transaction`'s component lifecycle. By @zizzamia #1034 +- **chore**: increased `Wallet` dropdown png size to 18x18. By @cpcramer #1041 diff --git a/vitest.config.ts b/vitest.config.ts index 32a29fcbbe..03347a424a 100644 --- a/vitest.config.ts +++ b/vitest.config.ts @@ -22,10 +22,10 @@ export default defineConfig({ ], reportOnFailure: true, thresholds: { - statements: 99.42, - branches: 98.62, - functions: 96.71, - lines: 99.42, + statements: 99.43, + branches: 98.63, + functions: 96.72, + lines: 99.43, }, }, environment: 'jsdom',