const tokenContract = new ethers.Contract(
token,
ethereumContractAbis.vesting,
ethereumContractAbis.token,
wallet.provider,
);
const symbol = await tokenContract.symbol();