Skip to content

Commit

Permalink
fix: add starknetid hook in index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv authored and fracek committed Feb 27, 2023
1 parent e1cdfa1 commit df22f16
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/tasty-donkeys-deliver.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@starknet-react/core': patch
---

Export starknet.id hook
1 change: 1 addition & 0 deletions packages/core/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ export * from './network'
export * from './sign'
export * from './transaction'
export * from './receipt'
export * from './starknetid'
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
deventAccounts,
} from '../../test/devnet'
import { renderHook, waitFor } from '../../test/react'
import { useStarkName, useAddressFromStarkName } from './starknetId'
import { useStarkName, useAddressFromStarkName } from './starknetid'

describe('useStarkName', () => {
jest.setTimeout(500000)
Expand Down
File renamed without changes.

0 comments on commit df22f16

Please sign in to comment.