Skip to content

Commit

Permalink
chore: remove trade simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
fedgiac committed Aug 14, 2024
1 parent 6067703 commit 9d5bd37
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 954 deletions.
224 changes: 0 additions & 224 deletions src/contracts/reader/GPv2TradeSimulator.sol

This file was deleted.

23 changes: 0 additions & 23 deletions src/deploy/003_simulator.ts

This file was deleted.

3 changes: 0 additions & 3 deletions src/ts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ export const DEPLOYER_CONTRACT = "0x4e59b44847b379578588920ca78fbf26c0b4956c";
export const CONTRACT_NAMES = {
authenticator: "GPv2AllowListAuthentication",
settlement: "GPv2Settlement",
tradeSimulator: "GPv2TradeSimulator",
} as const;

/**
Expand All @@ -36,8 +35,6 @@ export type DeploymentArguments<T> =
? never
: T extends typeof CONTRACT_NAMES.settlement
? [string, string]
: T extends typeof CONTRACT_NAMES.tradeSimulator
? []
: unknown[];

/**
Expand Down
1 change: 0 additions & 1 deletion src/ts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ export * from "./deploy";
export * from "./interaction";
export * from "./order";
export * from "./proxy";
export * from "./reader";
export * from "./settlement";
export * from "./sign";
export * from "./swap";
Expand Down
103 changes: 0 additions & 103 deletions src/ts/reader.ts

This file was deleted.

Loading

0 comments on commit 9d5bd37

Please sign in to comment.