Skip to content

Commit

Permalink
chore: Bump contracts (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxrl authored Jul 2, 2024
1 parent 4f58e52 commit 8b985dc
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 13 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.3",
"@across-protocol/contracts": "^3.0.2",
"@across-protocol/contracts": "^3.0.3",
"@eth-optimism/sdk": "^3.3.1",
"@pinata/sdk": "^2.1.0",
"@types/mocha": "^10.0.1",
Expand Down
4 changes: 2 additions & 2 deletions src/typechain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export type { TypedEvent, TypedEventFilter };
export { AcrossMerkleDistributor__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/merkle-distributor/AcrossMerkleDistributor__factory";
export { AcrossConfigStore__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/AcrossConfigStore__factory";
export { HubPool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/HubPool__factory";
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool.sol/SpokePool__factory";
export { SpokePool__factory } from "@across-protocol/contracts/dist/typechain/factories/contracts/SpokePool__factory";
export { ERC20__factory } from "@across-protocol/contracts/dist/typechain/factories/@openzeppelin/contracts/token/ERC20/ERC20__factory";

export { AcceleratingDistributor__factory } from "@across-protocol/across-token/dist/typechain/factories/AcceleratingDistributor__factory";
Expand All @@ -33,7 +33,7 @@ export type {
RequestedSpeedUpDepositEvent,
V3FundsDepositedEvent,
FilledV3RelayEvent,
} from "@across-protocol/contracts/dist/typechain/contracts/SpokePool.sol/SpokePool";
} from "@across-protocol/contracts/dist/typechain/contracts/SpokePool";

export type {
AcceleratingDistributor,
Expand Down
15 changes: 5 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@
"@uma/common" "^2.17.0"
hardhat "^2.9.3"

"@across-protocol/constants@^3.0.1":
version "3.0.1"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.0.1.tgz#8fb2760a3c64801c9324bcbf76084fae9dfabb52"
integrity sha512-cCrhLEpYfiFeDrXscUgdRTnOW5Sn2W9mmdrxxl1dXLC+tYMb1c2rgQVBQNxrdW7LGiDqCR4a5m5jYgWPXonzQg==

"@across-protocol/constants@^3.1.3":
version "3.1.3"
resolved "https://registry.yarnpkg.com/@across-protocol/constants/-/constants-3.1.3.tgz#534764a4137bd5181ab4214543d0cbbf44a90c63"
Expand All @@ -35,12 +30,12 @@
"@openzeppelin/contracts" "4.1.0"
"@uma/core" "^2.18.0"

"@across-protocol/contracts@^3.0.2":
version "3.0.2"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.2.tgz#ca844128cc97fb14a623236617098fdc907d2e38"
integrity sha512-n3Ek2TzNwX860yFaSkI1wWVfPyOcp0Fg4pMtT0sjmE8by3xW8SO7Sc2M86GPRORUbP20HE9+h7dx4HFmWyF8Ww==
"@across-protocol/contracts@^3.0.3":
version "3.0.3"
resolved "https://registry.yarnpkg.com/@across-protocol/contracts/-/contracts-3.0.3.tgz#e3f97af29b7ed55c82305e89272b30915632c226"
integrity sha512-4pQkgyUOhzgKk5kVrJsLOXmI9ko31aDKI7aEi9nYIU5at6JcWteySGvlFtRZVgq1gQqv0uiYHcSrKoP7dlVE/A==
dependencies:
"@across-protocol/constants" "^3.0.1"
"@across-protocol/constants" "^3.1.3"
"@defi-wonderland/smock" "^2.3.4"
"@eth-optimism/contracts" "^0.5.40"
"@ethersproject/abstract-provider" "5.7.0"
Expand Down

0 comments on commit 8b985dc

Please sign in to comment.