Commit 8561afc1 authored by Kirill Fedoseev's avatar Kirill Fedoseev Committed by GitHub

Update proxy names (#2323)

* Update proxy names

* Update playwright screenshots

---------
Co-authored-by: default avatartom <tom@ohhhh.me>
parent de37b243
...@@ -44,18 +44,18 @@ const PROXY_TYPES: Record<NonNullable<SmartContractProxyType>, { ...@@ -44,18 +44,18 @@ const PROXY_TYPES: Record<NonNullable<SmartContractProxyType>, {
link: 'https://github.com/wighawag/clones-with-immutable-args', link: 'https://github.com/wighawag/clones-with-immutable-args',
}, },
master_copy: { master_copy: {
name: 'GnosisSafe', name: 'Safe proxy',
link: 'https://github.com/safe-global/safe-smart-account', link: 'https://github.com/safe-global/safe-smart-account',
}, },
comptroller: { comptroller: {
name: 'Compound protocol', name: 'Compound protocol proxy',
link: 'https://github.com/compound-finance/compound-protocol', link: 'https://github.com/compound-finance/compound-protocol',
}, },
basic_implementation: { basic_implementation: {
name: 'public implementation getter in proxy smart-contract', name: 'public implementation() getter',
}, },
basic_get_implementation: { basic_get_implementation: {
name: 'public getImplementation getter in proxy smart-contract', name: 'public getImplementation() getter',
}, },
unknown: { unknown: {
name: 'Unknown proxy pattern', name: 'Unknown proxy pattern',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment