chore(ProfileShowcase): Adapt the cherry-picked showcase for a contact commit to the old networks API

This commit is contained in:
Alex Jbanca 2024-04-03 13:47:18 +03:00 committed by Jonathan Rainville
parent d1d69ceba7
commit 5ffad9cb78
1 changed files with 1 additions and 1 deletions

View File

@ -205,4 +205,4 @@ proc fetchProfileShowcaseAccountsByAddress*(self: Controller, address: string) =
self.contactsService.fetchProfileShowcaseAccountsByAddress(address)
proc getChainIds*(self: Controller): seq[int] =
self.networkService.getCurrentNetworks().map(n => n.chainId)
self.networkService.getNetworks().map(n => n.chainId)