From bfce274f3c5e8d17c7545c55a3d0363b7111f469 Mon Sep 17 00:00:00 2001 From: Swen Date: Sun, 23 Jun 2024 07:51:04 +0100 Subject: [PATCH] wip --- programs/compressed-token/Cargo.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/programs/compressed-token/Cargo.toml b/programs/compressed-token/Cargo.toml index 02794194ac..58a2924468 100644 --- a/programs/compressed-token/Cargo.toml +++ b/programs/compressed-token/Cargo.toml @@ -40,3 +40,25 @@ solana-sdk = "1.18.11" [dev-dependencies] rand = "0.8.5" + + +[replace] +"solana-account-decoder:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-accounts-db:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-banks-client:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-banks-interface:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-banks-server:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-program:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-cli-output:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-program-test:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-program-runtime:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-rpc-client:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-rpc-client-api:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-runtime:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-sdk:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-sdk-macro:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-client:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-zk-token-sdk:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-frozen-abi:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-frozen-abi-macro:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" } +"solana-transaction-status:1.18.11" = { git = "https://github.com/Lightprotocol/agave", branch = "v1.18.11-enforce-cpi-tracking" }