Skip to content

Commit a4760ff

Browse files
authored
Merge branch 'master' into pxrl/proposerLog
2 parents 2d26c03 + a8186ae commit a4760ff

File tree

4 files changed

+281
-15
lines changed

4 files changed

+281
-15
lines changed

.github/workflows/dependency-review.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ jobs:
1212
uses: actions/checkout@v4
1313
- name: "Dependency Review"
1414
uses: actions/dependency-review-action@v4.3.4
15+
with:
16+
allow-ghsas: |
17+
GHSA-h755-8qp9-cq85

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM node:20
22

3-
WORKDIR /relayer
3+
WORKDIR /across-relayer
44

55
COPY . ./
66

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
"@solana-program/system": "^0.7.0",
3333
"@solana-program/token": "^0.5.0",
3434
"@solana/kit": "^2.1.0",
35-
"@uma/logger": "^1.3.1",
35+
"@uma/logger": "^1.3.3",
36+
"@uma/serverless-orchestration": "^2.17.2",
3637
"axios": "^1.7.4",
3738
"binance-api-node": "0.12.7",
3839
"dotenv": "^16.3.1",

0 commit comments

Comments
 (0)