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"] } 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"