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