Skip to content

Commit

Permalink
fix: remove web3 hook
Browse files Browse the repository at this point in the history
  • Loading branch information
DiRaiks committed Jun 10, 2024
1 parent 5253345 commit dcc0a44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions shared/hooks/use-stakign-router-contract.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import { stakingRouter } from 'consts/staking-router';

export const useStakingRouter = () => {
const contractWeb3 = stakingRouter.useContractWeb3();
const contractRpc = stakingRouter.useContractRPC();

return { contractWeb3, contractRpc };
return { contractRpc };
};

0 comments on commit dcc0a44

Please sign in to comment.