Total overhaul

This commit is contained in:
Filipe Soccol
2024-11-07 11:35:15 -03:00
parent 9205909f9f
commit 659db5ef04
35 changed files with 1404 additions and 646 deletions

View File

@@ -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),