Skip to content

Commit f33f7a7

Browse files
committed
Merge branch 'master' into mainnet-beta
2 parents 5d04b66 + 4103d24 commit f33f7a7

File tree

4 files changed

+12
-16
lines changed

4 files changed

+12
-16
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "lib/index.js",
66
"license": "Apache-2.0",
77
"dependencies": {
8-
"@drift-labs/jit-proxy": "0.21.97",
9-
"@drift-labs/sdk": "2.146.0-beta.10",
8+
"@drift-labs/jit-proxy": "0.21.98",
9+
"@drift-labs/sdk": "2.146.0-beta.11",
1010
"@drift/common": "file:./drift-common/common-ts",
1111
"@opentelemetry/api": "1.7.0",
1212
"@opentelemetry/auto-instrumentations-node": "^0.62.1",

src/bots/spotFiller.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1979,10 +1979,6 @@ export class SpotFillerBot implements Bot {
19791979
if (cfg && isVariant(cfg.status, 'enabled')) {
19801980
fulfillmentConfig = cfg;
19811981
}
1982-
} else {
1983-
logger.error(
1984-
`unknown fallback source: ${fallbackSource} (fillTxId: ${fillTxId})`
1985-
);
19861982
}
19871983

19881984
logMessageForNodeToFill(

src/webhook.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ export async function webhookMessage(
5050

5151
await axios.post(webhook, data);
5252
} catch (err) {
53-
logger.info('webhook error');
53+
logger.info(`webhook error: ${err}`);
5454
}
5555
}
5656
}

yarn.lock

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -112,21 +112,21 @@
112112
enabled "2.0.x"
113113
kuler "^2.0.0"
114114

115-
"@drift-labs/[email protected].97":
116-
version "0.21.97"
117-
resolved "https://registry.yarnpkg.com/@drift-labs/jit-proxy/-/jit-proxy-0.21.97.tgz#f861414d8ec20d7998f6f37586d64ceaeafdbee8"
118-
integrity sha512-3ZEbTHhoek/6R507jw/CAek4Ua7j8nVOAEsEn9enGpbyMYdRbhNGz41JLoTImV2o7supgd/rjh+s9PjCIILVRw==
115+
"@drift-labs/[email protected].98":
116+
version "0.21.98"
117+
resolved "https://registry.yarnpkg.com/@drift-labs/jit-proxy/-/jit-proxy-0.21.98.tgz#2ae5e224821005bc6f907dda677b25fa7d83f0e5"
118+
integrity sha512-anlQZXo5Y94ngURff326u1jvQrAxgeyfW56+IVHvsZ+QpD/MIJtdL5lGD3qtxYA9KCR+KIJySap1al5kjgf+wA==
119119
dependencies:
120120
"@coral-xyz/anchor" "0.29.0"
121-
"@drift-labs/sdk" "2.146.0-beta.10"
121+
"@drift-labs/sdk" "2.146.0-beta.11"
122122
"@solana/web3.js" "1.98.0"
123123
tweetnacl-util "^0.15.1"
124124
typescript "5.4.5"
125125

126-
"@drift-labs/[email protected].10":
127-
version "2.146.0-beta.10"
128-
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.146.0-beta.10.tgz#ea8de510e148f68e2e17ffbd4bc0dc8b3470c2e2"
129-
integrity sha512-6yd5nUD4kj5RlSW36AYdR8tZl/6jSNA+P3O+MSBZdR4tybvTS7juGvBDwr3sg2ZkuK2hGwi0kyD3W101KIIIpA==
126+
"@drift-labs/[email protected].11":
127+
version "2.146.0-beta.11"
128+
resolved "https://registry.yarnpkg.com/@drift-labs/sdk/-/sdk-2.146.0-beta.11.tgz#780040306204d787739c29b44756a2473e39cbc6"
129+
integrity sha512-XMlAbhjLtBsUfDyl/7NW+l5LIt5yRvMxxqGSaXwJur+Afo27LiCx+KgSTxUCsFcxq48lXOG9RHoOMuyvKD3w8g==
130130
dependencies:
131131
"@coral-xyz/anchor" "0.29.0"
132132
"@coral-xyz/anchor-30" "npm:@coral-xyz/[email protected]"

0 commit comments

Comments
 (0)