Skip to content

Commit

Permalink
chore: use typeof abi
Browse files Browse the repository at this point in the history
  • Loading branch information
SGiaccobasso committed Dec 26, 2024
1 parent f4e2bbc commit eb12917
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ export const IINTERCHAIN_TOKEN_ENCODERS = {
};

export function createIInterchainTokenReadClient(
publicClient: PublicContractClient<any>
publicClient: PublicContractClient<typeof ABI_FILE.abi>
) {
return {
allowance(allowanceArgs: IInterchainTokenAllowanceArgs) {
Expand Down

0 comments on commit eb12917

Please sign in to comment.