diff --git a/Cargo.lock b/Cargo.lock index 6d71b2bc58..4f6e6bda02 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,6 +15,7 @@ dependencies = [ [[package]] name = "account_sdk" version = "0.1.0" +source = "git+https://github.com/cartridge-gg/controller?rev=146048fc#146048fcd911749b8ce1f0ea51b2e6b2512fcc9f" dependencies = [ "anyhow", "async-trait", @@ -12746,6 +12747,7 @@ dependencies = [ [[package]] name = "slot" version = "0.8.0" +source = "git+https://github.com/cartridge-gg/slot?rev=84602647#8460264748a9b6f698660915d351a682b2f5cef8" dependencies = [ "account_sdk", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index cf64535ec5..9daa68aae6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -224,10 +224,10 @@ alloy-sol-types = { version = "0.7.6", default-features = false } criterion = "0.5.1" # Controller integration -# account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "512ff89" } -# slot = { git = "https://github.com/cartridge-gg/slot", rev = "4c1165d" } -account_sdk = { path = "../../cartridge/controller/packages/account_sdk" } -slot = { path = "../../cartridge/slot/slot" } +account_sdk = { git = "https://github.com/cartridge-gg/controller", rev = "146048fc" } +slot = { git = "https://github.com/cartridge-gg/slot", rev = "84602647" } +# account_sdk = { path = "../../cartridge/controller/packages/account_sdk" } +# slot = { path = "../../cartridge/slot/slot" } alloy-contract = { version = "0.2", default-features = false } alloy-json-rpc = { version = "0.2", default-features = false }