add change account event listener
This commit is contained in:
@@ -8,7 +8,7 @@ const etherStore = useEtherStore();
|
||||
const { walletAddress } = storeToRefs(etherStore);
|
||||
|
||||
const connectMetaMask = () => {
|
||||
ethers.getProvider();
|
||||
ethers.connectProvider();
|
||||
};
|
||||
|
||||
const formatWalletAddress = (): string => {
|
||||
|
||||
Reference in New Issue
Block a user