From f898b0a752220982cf4419e8b4bd0b48c31561f9 Mon Sep 17 00:00:00 2001 From: soundsonacid Date: Tue, 2 Apr 2024 12:05:02 -0500 Subject: [PATCH 1/2] update jit proxy --- rust/Cargo.lock | 2 +- rust/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index abbabd94..3ec8995a 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1944,7 +1944,7 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" [[package]] name = "jit-proxy" version = "0.10.2" -source = "git+https://github.com/soundsonacid/jit-proxy#ff3ee0c48e0aaae38dd6b777f3856f150e7528bf" +source = "git+https://github.com/drift-labs/jit-proxy#8d5234f68d11d9f5c9311425c074ae34998d697f" dependencies = [ "anchor-lang", "anchor-spl", diff --git a/rust/Cargo.toml b/rust/Cargo.toml index 1e66e9e9..68c7ddc0 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anchor-client = "0.27.0" -jit-proxy = { git = "https://github.com/soundsonacid/jit-proxy", commit = "740bc36" } +jit-proxy = { git = "https://github.com/drift-labs/jit-proxy", commit = "8c38e3e" } solana-sdk = "1.14.16" drift-sdk = { git = "https://github.com/drift-labs/drift-rs", commit = "755d40d" } tokio = { version = "1.35.1", features = ["full"] } From f404e3151479d7103412d102fe94ce8aad7e963c Mon Sep 17 00:00:00 2001 From: GitHub Actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Apr 2024 17:05:49 +0000 Subject: [PATCH 2/2] sdk: release v0.10.348 --- ts/sdk/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ts/sdk/package.json b/ts/sdk/package.json index c1f6c1e0..a430a100 100644 --- a/ts/sdk/package.json +++ b/ts/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@drift-labs/jit-proxy", - "version": "0.10.347", + "version": "0.10.348", "scripts": { "clean": "rm -rf lib", "build": "yarn clean && tsc"