Total overhaul
This commit is contained in:
@@ -32,7 +32,7 @@ export const updateWalletStatus = async (): Promise<void> => {
|
||||
window.alert("Invalid chain!:" + chainId);
|
||||
return;
|
||||
}
|
||||
etherStore.setNetworkName(Number(chainId));
|
||||
etherStore.setNetworkId(Number(chainId));
|
||||
|
||||
const mockTokenContract = new Contract(
|
||||
getTokenAddress(etherStore.selectedToken),
|
||||
|
||||
Reference in New Issue
Block a user