diff --git a/ui/address/contract/alerts/ContractDetailsAlertProxyPattern.tsx b/ui/address/contract/alerts/ContractDetailsAlertProxyPattern.tsx index 9279af0f62..78b99e5e03 100644 --- a/ui/address/contract/alerts/ContractDetailsAlertProxyPattern.tsx +++ b/ui/address/contract/alerts/ContractDetailsAlertProxyPattern.tsx @@ -44,18 +44,18 @@ const PROXY_TYPES: Record, { link: 'https://github.com/wighawag/clones-with-immutable-args', }, master_copy: { - name: 'GnosisSafe', + name: 'Safe proxy', link: 'https://github.com/safe-global/safe-smart-account', }, comptroller: { - name: 'Compound protocol', + name: 'Compound protocol proxy', link: 'https://github.com/compound-finance/compound-protocol', }, basic_implementation: { - name: 'public implementation getter in proxy smart-contract', + name: 'public implementation() getter', }, basic_get_implementation: { - name: 'public getImplementation getter in proxy smart-contract', + name: 'public getImplementation() getter', }, unknown: { name: 'Unknown proxy pattern', diff --git a/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-with-link-but-without-description-1.png b/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-with-link-but-without-description-1.png index fb30558ac5..23894093d7 100644 Binary files a/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-with-link-but-without-description-1.png and b/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-with-link-but-without-description-1.png differ diff --git a/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-without-link-1.png b/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-without-link-1.png index 3fe126ef5b..2dbe627190 100644 Binary files a/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-without-link-1.png and b/ui/address/contract/alerts/__screenshots__/ContractDetailsAlertProxyPattern.pw.tsx_default_proxy-type-without-link-1.png differ