Skip to content

Commit

Permalink
bump contracts and delete deprecated events
Browse files Browse the repository at this point in the history
  • Loading branch information
melisaguevara committed Nov 8, 2024
1 parent e5ddc36 commit 29d10fa
Show file tree
Hide file tree
Showing 4 changed files with 472 additions and 28 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
"dependencies": {
"@across-protocol/across-token": "^1.0.0",
"@across-protocol/constants": "^3.1.19",
"@across-protocol/contracts": "^3.0.11",
"@across-protocol/contracts": "^3.0.16",
"@eth-optimism/sdk": "^3.3.1",
"@ethersproject/bignumber": "^5.7.0",
"@pinata/sdk": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions src/interfaces/SpokePool.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { SortableEvent } from "./Common";
import { FilledRelayEvent, FilledV3RelayEvent, FundsDepositedEvent, V3FundsDepositedEvent } from "../typechain";
import { FilledV3RelayEvent, V3FundsDepositedEvent } from "../typechain";
import { SpokePoolClient } from "../clients";
import { BigNumber } from "../utils";
import { RelayerRefundLeaf } from "./HubPool";

export type { FilledRelayEvent, FilledV3RelayEvent, FundsDepositedEvent, V3FundsDepositedEvent };
export type { FilledV3RelayEvent, V3FundsDepositedEvent };

export interface RelayData {
originChainId: number;
Expand Down
3 changes: 0 additions & 3 deletions src/typechain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ export type { HubPool, HubPoolInterface } from "@across-protocol/contracts/dist/
export type {
SpokePool,
SpokePoolInterface,
FundsDepositedEvent,
FilledRelayEvent,
RequestedSpeedUpDepositEvent,
V3FundsDepositedEvent,
FilledV3RelayEvent,
} from "@across-protocol/contracts/dist/typechain/contracts/SpokePool";
Expand Down
Loading

0 comments on commit 29d10fa

Please sign in to comment.