diff --git a/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml b/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml index a1d04cc4de..d3be86f5eb 100644 --- a/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml +++ b/ui/app/AppLayouts/Profile/views/EnsDetailsView.qml @@ -64,7 +64,7 @@ Item { Connections { target: root.ensUsernamesStore.ensUsernamesModule - function onDetailsObtained(ensName: string, address: string, pubkey: string, isStatus: bool, expirationTime: int) { + function onDetailsObtained(chainId: int, ensName: string, address: string, pubkey: string, isStatus: bool, expirationTime: int) { if(username != (isStatus ? ensName + ".stateofus.eth" : ensName)) return; walletAddressLbl.subTitle = address; diff --git a/vendor/status-go b/vendor/status-go index ba37c32c07..0017567ed4 160000 --- a/vendor/status-go +++ b/vendor/status-go @@ -1 +1 @@ -Subproject commit ba37c32c07d1b05a94d1c7f7cb1b38fb82730f7b +Subproject commit 0017567ed4f915b3e22984950d1156f8e2fc0393