Skip to content

Commit

Permalink
better mock
Browse files Browse the repository at this point in the history
  • Loading branch information
ArminaAiren committed Feb 19, 2024
1 parent cb9d6cb commit ab2f498
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions mocks/contract/audits.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@ import type { SmartContractSecurityAudits } from 'types/api/contract';

export const contractAudits: SmartContractSecurityAudits = {
items: [
{ audit_company_name: 'Company-Name 1', audit_publish_date: '2024-01-31', audit_report_url: 'https://ya.ru' },
{ audit_company_name: 'Company-Name 1', audit_publish_date: '2024-01-31', audit_report_url: 'https://ya.ru' },
{
audit_company_name: 'OpenZeppelin',
audit_publish_date: '2023-03-01',
audit_report_url: 'https://blog.openzeppelin.com/eip-4337-ethereum-account-abstraction-incremental-audit',
},
{
audit_company_name: 'OpenZeppelin',
audit_publish_date: '2023-03-01',
audit_report_url: 'https://blog.openzeppelin.com/eip-4337-ethereum-account-abstraction-incremental-audit',
},
],
};
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 ab2f498

Please sign in to comment.