Skip to content

Commit

Permalink
feat: remove extra type
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Maldonado <[email protected]>
  • Loading branch information
md0x committed Jul 16, 2024
1 parent c33b1de commit d66cad8
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,22 +27,4 @@ export interface UnlockAddress {
ovalAddress: EthereumAddress;
}

export type OvalAddressConfigList = string[];

export type EnvironmentVariables = {
port: number;
authKey: string;
chainId: number;
providerUrl: string;
ovalConfigs: OvalConfigs;
forwardUrl: string;
builders: string[];
minNetBuilderPaymentWei: bigint;
passThroughNonReverting: boolean;
maxOvalHeaderAddresses: number;
flashbotsOrigin: string | undefined;
gckmsConfig: string;
chainIdBlockOffsets: {
[key: number]: number;
};
};
export type OvalAddressConfigList = string[];

0 comments on commit d66cad8

Please sign in to comment.