We will move away from a hardcoded launchpadLiquidity into a dynamic one, which means we will need to store this and the market cap goal in the Tokens model. These will come from the LPBondingCurve TokenRegistered event which "should" (correct me if I am wrong here) be in the same transaction as the TokenLaunched event.
Yep and just for visibility, tagging @ianrowan who will add the launchpadLiquidity value to the TokenRegistered event and will create the getMarketGoal helper function.
Describe the bug
We will move away from a hardcoded launchpadLiquidity into a dynamic one, which means we will need to store this and the market cap goal in the Tokens model. These will come from the LPBondingCurve TokenRegistered event which "should" (correct me if I am wrong here) be in the same transaction as the TokenLaunched event.