Pascal Precht 9719b5899b refactor: make use of newly introduce SaveCommunityToken() API
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
2023-07-26 15:14:34 +02:00
..
2020-09-04 15:57:29 -04:00
2020-09-04 15:57:29 -04:00
2023-03-03 11:14:10 +01:00
2023-07-05 21:44:20 +03:00