We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639ca5c commit bee56c3Copy full SHA for bee56c3
templates/chain-admin/hooks/contract/useInstantiateTx.tsx
@@ -46,9 +46,7 @@ export const useInstantiateTx = (chainName: string) => {
46
47
await handleTx<DeliverTxResponse>({
48
txFunction: async () => {
49
- const instantiateContract = createInstantiateContract(
50
- signingClient as any
51
- );
+ const instantiateContract = createInstantiateContract(signingClient);
52
const res = await instantiateContract(
53
address,
54
{
0 commit comments