From 5ffad9cb784a8689331b24bd0df011a37784d1a8 Mon Sep 17 00:00:00 2001 From: Alex Jbanca Date: Wed, 3 Apr 2024 13:47:18 +0300 Subject: [PATCH] chore(ProfileShowcase): Adapt the cherry-picked showcase for a contact commit to the old networks API --- src/app/modules/main/profile_section/contacts/controller.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/modules/main/profile_section/contacts/controller.nim b/src/app/modules/main/profile_section/contacts/controller.nim index 012e7ef4f7..ddf548d6c3 100644 --- a/src/app/modules/main/profile_section/contacts/controller.nim +++ b/src/app/modules/main/profile_section/contacts/controller.nim @@ -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) \ No newline at end of file + self.networkService.getNetworks().map(n => n.chainId) \ No newline at end of file