const qore = await ethers.getContractAt(<qoreABI>, <qoreAddress>);
const qBNBAmount = await qore.supply(<qBNBAddress>, <underlyingAmount>, { value: <underlyingAmount> });
const qore = await ethers.getContractAt(<qoreABI>, <qoreAddress>);
const qTokenAmount = await qore.supply(<qTokenAddress>, <underlyingAmount>);