mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-18 17:49:00 +00:00
chore(ProfileShowcase): Adapt the cherry-picked showcase for a contact commit to the old networks API
This commit is contained in:
parent
d1d69ceba7
commit
5ffad9cb78
@ -205,4 +205,4 @@ proc fetchProfileShowcaseAccountsByAddress*(self: Controller, address: string) =
|
|||||||
self.contactsService.fetchProfileShowcaseAccountsByAddress(address)
|
self.contactsService.fetchProfileShowcaseAccountsByAddress(address)
|
||||||
|
|
||||||
proc getChainIds*(self: Controller): seq[int] =
|
proc getChainIds*(self: Controller): seq[int] =
|
||||||
self.networkService.getCurrentNetworks().map(n => n.chainId)
|
self.networkService.getNetworks().map(n => n.chainId)
|
Loading…
x
Reference in New Issue
Block a user