The website is ready, we just need to update the social media accounts & the token smart contracts. We’re keeping the same token, just changing its name. All balances are preserved, and the contract addresses remain the same.
Additionally, we’ve decided to change the pricing formula in the Fairpool smart contract. While trading on testnet, we’ve realized that the price behaves like sqrt(totalSupply), but we want it to behave like totalSupply ^ 2. This change should be minor, since it doesn’t affect the other functionality of the contract (royalties, dividends, etc).