Skip to content

Commit

Permalink
feat: use newest version of relayer engine
Browse files Browse the repository at this point in the history
  • Loading branch information
reednaa committed Mar 7, 2024
1 parent cee16ad commit d7604d8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion dockerfile.relayer
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ WORKDIR /usr/catalyst-relayer
# Copy packages and install
COPY package.json yarn.lock tsconfig*.json ./
COPY abis ./abis
RUN yarn install --network-concurrency 1 --frozen-lockfile --prod=false
RUN yarn install --frozen-lockfile --prod=false

# Copy src and build
COPY src ./src
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@nestjs/platform-express": "^10.0.0",
"@nestjs/schematics": "^10.0.0",
"@typechain/ethers-v5": "^11.1.2",
"@wormhole-foundation/relayer-engine": "https://github.com/wormhole-foundation/relayer-engine.git#bump-certusone-dep",
"@wormhole-foundation/relayer-engine": "^0.3.2",
"ajv": "^8.12.0",
"dotenv": "^16.3.1",
"drizzle-kit": "^0.20.6",
Expand Down
5 changes: 3 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3335,9 +3335,10 @@
"@webassemblyjs/ast" "1.11.6"
"@xtuc/long" "4.2.2"

"@wormhole-foundation/relayer-engine@https://github.com/wormhole-foundation/relayer-engine.git#bump-certusone-dep":
"@wormhole-foundation/relayer-engine@^0.3.2":
version "0.3.2"
resolved "https://github.com/wormhole-foundation/relayer-engine.git#0dc2ad2deba17befcd0154166f1911ecfe88a9b9"
resolved "https://registry.yarnpkg.com/@wormhole-foundation/relayer-engine/-/relayer-engine-0.3.2.tgz#4a74dc8d9fd1e2ee4f3f475fee971e1341bd7565"
integrity sha512-6CAGZdxDpPZph+Gx1Tob5wEarEzvD27G7khoGhB9sc8KiOhRz8zDiBspFfLetzfBEHMiTyvAOibETV5G0ULilA==
dependencies:
"@bull-board/api" "^5.8.1"
"@bull-board/koa" "^5.8.1"
Expand Down

0 comments on commit d7604d8

Please sign in to comment.