Skip to content

Commit

Permalink
remove disabled chain selection hook
Browse files Browse the repository at this point in the history
  • Loading branch information
gianfra-t committed Dec 20, 2024
1 parent 78e1d79 commit e26bdb2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/hooks/offramp/useMainProcess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,6 @@ export const useMainProcess = () => {
setSigningPhase,
]);

// useEffect(() => {
// setOnSelectedNetworkChange(resetOfframpingState);
// }, [setOnSelectedNetworkChange, resetOfframpingState]);

const handleOnAnchorWindowOpen = useCallback(async () => {
if (!pendulumNode) {
console.error('Pendulum node not initialized');
Expand Down

0 comments on commit e26bdb2

Please sign in to comment.