Skip to content

Commit

Permalink
chore: fixed merge conflicts in audit
Browse files Browse the repository at this point in the history
  • Loading branch information
gentlementlegen committed Mar 4, 2024
1 parent c31b713 commit a0ab468
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions static/scripts/audit-report/audit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,15 @@ import { createClient } from "@supabase/supabase-js";
import { ethers } from "ethers";
import { Chain } from "./constants";
import {
RateLimitOptions,
getCurrency,
getGitHubUrlPartsArray,
populateTable,
primaryRateLimitHandler,
RateLimitOptions,
secondaryRateLimitHandler,
TX_EMPTY_VALUE,
} from "./helpers";
import {
ChainScanResult,
ElemInterface,
EtherInterface,
GitHubUrlParts,
GitInterface,
GoDBSchema,
ObserverKeys,
QuickImport,
SavedData,
StandardInterface,
TxData,
} from "./types";
import { getTxInfo } from "./utils/get-transaction";
import { ElemInterface, EtherInterface, GitHubUrlParts, GitInterface, QuickImport, SavedData, StandardInterface } from "./types";

declare const SUPABASE_URL: string;
declare const SUPABASE_ANON_KEY: string;
Expand Down

0 comments on commit a0ab468

Please sign in to comment.