apibara / starknet-react

A collection of React providers and hooks for StarkNet
https://starknet-react.com
MIT License
364 stars 141 forks source link

Feat: make useContractRead hook typesafe #433

Closed jaipaljadeja closed 4 months ago

jaipaljadeja commented 5 months ago

Added Type Safety to useContractRead.ts hook using abi-wan-kanabi

fracek commented 4 months ago

Looks good! Thank you for this!