mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-03 02:06:19 +00:00
9719b5899b
As discussed in https://github.com/status-im/status-go/pull/3798, there was a need to separate the logic in `AddCommunityToken()` into two API. This commit adjust the client to these changes such that: 1. After community token deployment tx was sent, we create a `CommunityToken` and add it to the database for tracking purposes 2. Once the tx is mined or dropped, we add the community token to the community description and publish it, or we update the deployment state in the database Needs: https://github.com/status-im/status-go/pull/3798