Skip to content

Commit

Permalink
Update proxy names (#2323)
Browse files Browse the repository at this point in the history
* Update proxy names

* Update playwright screenshots

---------

Co-authored-by: tom <tom@ohhhh.me>
  • Loading branch information
k1rill-fedoseev and tom2drum authored Nov 4, 2024
1 parent de37b24 commit 8561afc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,18 +44,18 @@ const PROXY_TYPES: Record<NonNullable<SmartContractProxyType>, {
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',
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8561afc

Please sign in to comment.