Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
motechFR committed Nov 4, 2024
1 parent df49b21 commit 0997476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/scoutgameadmin/hooks/useProposeContractUpgrade.tsx
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// useProposeSetImplementation.ts
import type {} from '@safe-global/api-kit';
import { ProposeTransactionProps } from '@safe-global/api-kit';
import { useNetwork } from '@wagmi/core';
import { ethers } from 'ethers';
import { useState, useCallback } from 'react';
import { encodeFunctionData } from 'viem';
import { use } from 'wagmi';

/**
* Hook to propose a transaction to call setImplementation on a contract using Gnosis Safe SDK.
Expand Down

0 comments on commit 0997476

Please sign in to comment.