Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed May 2, 2024
1 parent 0f4f120 commit ce0588a
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
timeout-minutes: 5
strategy:
matrix:
typescript-version: ['5.0.4', '5.1.6', '5.2.2', 'latest']
typescript-version: ['5.4.2', 'latest']
viem-version: ['2.9.31', 'latest']

steps:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ test('behavior: local account', async () => {
{
"account": {
"address": "0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266",
"experimental_signAuthMessage": [Function],
"publicKey": "0x048318535b54105d4a7aae60c08fc45f9687181b4fdfc625bd1a753fa7397fed753547f11ca8696646f2f3acb08e31016afac23e630c5d11f59f61fef57b0d2aa5",
"signMessage": [Function],
"signTransaction": [Function],
Expand Down
1 change: 1 addition & 0 deletions packages/core/src/query/prepareTransactionRequest.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ test('parameters: account', () => {
{
"account": {
"address": "0x14791697260E4c9A71f18484C9f997B308e59325",
"experimental_signAuthMessage": [Function],
"publicKey": "0x046655feed4d214c261e0a6b554395596f1f1476a77d999560e5a8df9b8a1a3515217e88dd05e938efdd71b2cce322bf01da96cd42087b236e8f5043157a9c068e",
"signMessage": [Function],
"signTransaction": [Function],
Expand Down
6 changes: 6 additions & 0 deletions packages/react/src/exports/experimental.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
// Hooks
////////////////////////////////////////////////////////////////////////////////

export {
type UseCallsStatusParameters,
type UseCallsStatusReturnType,
useCallsStatus,
} from '../experimental/hooks/useCallsStatus.js'

export {
type UseCapabilitiesParameters,
type UseCapabilitiesReturnType,
Expand Down

0 comments on commit ce0588a

Please sign in to comment.