Skip to content

Commit bee56c3

Browse files
committed
removed as any inside createInstantiateContract
1 parent 639ca5c commit bee56c3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

templates/chain-admin/hooks/contract/useInstantiateTx.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ export const useInstantiateTx = (chainName: string) => {
4646

4747
await handleTx<DeliverTxResponse>({
4848
txFunction: async () => {
49-
const instantiateContract = createInstantiateContract(
50-
signingClient as any
51-
);
49+
const instantiateContract = createInstantiateContract(signingClient);
5250
const res = await instantiateContract(
5351
address,
5452
{

0 commit comments

Comments
 (0)