Skip to content

Commit

Permalink
update texts
Browse files Browse the repository at this point in the history
  • Loading branch information
tom2drum committed Sep 11, 2024
1 parent c5e3d2e commit 5c074fc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions mocks/contract/info.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export const verified: SmartContract = {
file_path: '',
additional_sources: [],
verified_twin_address_hash: null,
minimal_proxy_address_hash: null,
proxy_type: null,
};

export const certified: SmartContract = {
Expand Down Expand Up @@ -85,7 +85,7 @@ export const withProxyAddress: SmartContract = {
...verified,
is_verified: false,
verified_twin_address_hash: '0xa62744bee8646e237441cdbfdedd3458861748a8',
minimal_proxy_address_hash: '0xa62744bee8646e237441cdbfdedd3458861748a8',
proxy_type: 'eip1967',
};

export const selfDestructed: SmartContract = {
Expand Down Expand Up @@ -133,7 +133,7 @@ export const nonVerified: SmartContract = {
additional_sources: [],
external_libraries: null,
verified_twin_address_hash: null,
minimal_proxy_address_hash: null,
proxy_type: null,
language: null,
license_type: null,
};
4 changes: 2 additions & 2 deletions ui/address/contract/ContractCodeProxyPattern.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@ const PROXY_TYPES: Record<NonNullable<SmartContractProxyType>, {
link: 'https://github.com/compound-finance/compound-protocol',
},
basic_implementation: {
name: 'Proxy via public implementation getter',
name: 'public implementation getter in proxy smart-contract',
},
basic_get_implementation: {
name: 'Proxy via public getImplementation getter',
name: 'public getImplementation getter in proxy smart-contract',
},
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.
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 5c074fc

Please sign in to comment.