Skip to content

Commit

Permalink
useMemo was not defined, lol
Browse files Browse the repository at this point in the history
  • Loading branch information
hide-on-bush-x committed Nov 30, 2022
1 parent 20186b3 commit fb0eb3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/helpers/provider/use-metamask.ts
@@ -1,5 +1,5 @@
import { ethers } from 'ethers';
import { useCallback, useEffect } from 'react';
import { useCallback, useEffect, useMemo } from 'react';
import { useMasa } from './use-masa';

const DEFAULT_RPC = 'https://rpc.ankr.com/eth_goerli';
Expand Down

0 comments on commit fb0eb3a

Please sign in to comment.