Skip to content

Commit 6a9506f

Browse files
committed
Merge branch 'migrate-test-signing-recoverOrderSigner' into migrate-test-signing-cleanup
2 parents e68b367 + 6d96620 commit 6a9506f

28 files changed

+245
-1288
lines changed

src/contracts/reader/GPv2TradeSimulator.sol

Lines changed: 0 additions & 224 deletions
This file was deleted.

src/deploy/003_simulator.ts

Lines changed: 0 additions & 23 deletions
This file was deleted.

src/ts/deploy.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ export const DEPLOYER_CONTRACT = "0x4e59b44847b379578588920ca78fbf26c0b4956c";
2020
export const CONTRACT_NAMES = {
2121
authenticator: "GPv2AllowListAuthentication",
2222
settlement: "GPv2Settlement",
23-
tradeSimulator: "GPv2TradeSimulator",
2423
} as const;
2524

2625
/**
@@ -36,8 +35,6 @@ export type DeploymentArguments<T> =
3635
? never
3736
: T extends typeof CONTRACT_NAMES.settlement
3837
? [string, string]
39-
: T extends typeof CONTRACT_NAMES.tradeSimulator
40-
? []
4138
: unknown[];
4239

4340
/**

src/ts/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export * from "./deploy";
2323
export * from "./interaction";
2424
export * from "./order";
2525
export * from "./proxy";
26-
export * from "./reader";
2726
export * from "./settlement";
2827
export * from "./sign";
2928
export * from "./swap";

src/ts/reader.ts

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)