🪝 The Hooks!useContractLoaderOn this pageuseContractLoaderLoad your contracts and return them.Returns a record of the contract name.How to importimport { useContractLoader } from 'eth-hooks';How to useTo get started:const loadContract = useContractLoader(config?, providerOrSigner): Record<string, BaseContract>;To learn moreGo here for this hooks full API documentation.