Skip to content

Commit 63d5d65

Browse files
authored
Merge pull request #315 from drift-labs/master
master -> mainnet
2 parents a8ff355 + a27fbdb commit 63d5d65

File tree

5 files changed

+151
-143
lines changed

5 files changed

+151
-143
lines changed

.github/workflows/deploy-on-sdk-update.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ jobs:
99
steps:
1010
- name: Checkout code
1111
uses: actions/checkout@v2
12+
with:
13+
persist-credentials: false
1214

1315
- name: Setup node
1416
uses: actions/setup-node@v2
@@ -34,4 +36,8 @@ jobs:
3436
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
3537
git add -A
3638
git commit --allow-empty -m "Bumping sdk and jit dependencies to ${{ github.event.client_payload.sdk-version }} and ${{ github.event.client_payload.jit-version }}"
37-
git push
39+
40+
- name: Push changes
41+
uses: ad-m/github-push-action@master
42+
with:
43+
github_token: ${{ secrets.GH_PAT }}

.github/workflows/mainnet-beta.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: KeeperBots Build Image And Deploy
33
on:
44
push:
55
branches: [mainnet-beta]
6+
workflow_dispatch:
67

78
jobs:
89
build:

.github/workflows/master.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: KeeperBots Build Image And Deploy
33
on:
44
push:
55
branches: [master]
6+
workflow_dispatch:
67

78
jobs:
89
build:

package.json

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -5,51 +5,51 @@
55
"main": "lib/index.js",
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@drift-labs/jit-proxy": "0.12.3",
9-
"@drift-labs/sdk": "2.104.0-beta.8",
10-
"@opentelemetry/api": "^1.1.0",
11-
"@opentelemetry/auto-instrumentations-node": "^0.31.1",
12-
"@opentelemetry/exporter-prometheus": "^0.31.0",
13-
"@opentelemetry/sdk-node": "^0.31.0",
14-
"@project-serum/anchor": "^0.19.1-beta.1",
15-
"@project-serum/serum": "^0.13.65",
16-
"@pythnetwork/price-service-client": "^1.9.0",
8+
"@drift-labs/jit-proxy": "0.12.7",
9+
"@drift-labs/sdk": "2.104.0-beta.12",
10+
"@opentelemetry/api": "1.7.0",
11+
"@opentelemetry/auto-instrumentations-node": "0.31.2",
12+
"@opentelemetry/exporter-prometheus": "0.31.0",
13+
"@opentelemetry/sdk-node": "0.31.0",
14+
"@project-serum/anchor": "0.19.1-beta.1",
15+
"@project-serum/serum": "0.13.65",
16+
"@pythnetwork/price-service-client": "1.9.0",
1717
"@solana/spl-token": "0.3.7",
1818
"@solana/web3.js": "1.92.3",
19-
"@types/bn.js": "^5.1.0",
20-
"@types/minimist": "^1.2.5",
21-
"@types/mocha": "^10.0.1",
22-
"async": "^3.2.2",
19+
"@types/bn.js": "5.1.5",
20+
"@types/minimist": "1.2.5",
21+
"@types/mocha": "10.0.6",
22+
"async": "3.2.5",
2323
"async-mutex": "0.3.2",
24-
"aws-sdk": "^2.1062.0",
25-
"axios": "^1.7.7",
26-
"commander": "^9.4.0",
27-
"dotenv": "^10.0.0",
24+
"aws-sdk": "2.1511.0",
25+
"axios": "1.7.7",
26+
"commander": "9.5.0",
27+
"dotenv": "10.0.0",
2828
"jito-ts": "4.1.1",
29-
"lru-cache": "^10.2.0",
30-
"minimist": "^1.2.8",
29+
"lru-cache": "10.2.0",
30+
"minimist": "1.2.8",
3131
"rpc-websockets": "7.11.0",
32-
"tweetnacl": "^1.0.3",
33-
"tweetnacl-util": "^0.15.1",
32+
"tweetnacl": "1.0.3",
33+
"tweetnacl-util": "0.15.1",
3434
"typescript": "4.5.4",
35-
"undici": "^6.19.2",
36-
"winston": "^3.8.1",
37-
"ws": "^8.18.0",
38-
"yaml": "^2.2.1"
35+
"undici": "6.19.2",
36+
"winston": "3.11.0",
37+
"ws": "8.18.0",
38+
"yaml": "2.3.4"
3939
},
4040
"devDependencies": {
41-
"@types/chai": "^4.3.5",
42-
"@types/mocha": "^10.0.1",
43-
"@typescript-eslint/eslint-plugin": "^5.59.11",
44-
"@typescript-eslint/parser": "^4.28.0",
45-
"chai": "^4.3.7",
46-
"eslint": "^7.29.0",
47-
"eslint-config-prettier": "^8.3.0",
48-
"eslint-plugin-prettier": "^3.4.0",
49-
"husky": "^7.0.4",
50-
"mocha": "^10.2.0",
41+
"@types/chai": "4.3.11",
42+
"@types/mocha": "10.0.6",
43+
"@typescript-eslint/eslint-plugin": "5.62.0",
44+
"@typescript-eslint/parser": "4.33.0",
45+
"chai": "4.3.10",
46+
"eslint": "7.32.0",
47+
"eslint-config-prettier": "8.10.0",
48+
"eslint-plugin-prettier": "3.4.1",
49+
"husky": "7.0.4",
50+
"mocha": "10.2.0",
5151
"prettier": "3.0.1",
52-
"ts-node": "^10.9.1"
52+
"ts-node": "10.9.1"
5353
},
5454
"scripts": {
5555
"prepare": "husky install",

0 commit comments

Comments
 (0)