@@ -40,12 +40,12 @@ ethereum-types = "0.14"
4040ethers-core = " 2.0"
4141hash-db = " 0.16"
4242hex = " 0.4"
43- ic-canister = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister" , tag = " v0.9.x " }
44- ic-canister-client = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister-client" , tag = " v0.9.x " }
45- ic-exports = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-exports" , tag = " v0.9.x " }
46- ic-stable-structures = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-stable-structures" , tag = " v0.9.x " }
47- ic-storage = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-storage" , tag = " v0.9.x " }
48- ic-log = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-log" , tag = " v0.9.x " }
43+ ic-canister = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister" , branch = " syn2 " }
44+ ic-canister-client = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-canister-client" , branch = " syn2 " }
45+ ic-exports = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-exports" , branch = " syn2 " }
46+ ic-stable-structures = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-stable-structures" , branch = " syn2 " }
47+ ic-storage = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-storage" , branch = " syn2 " }
48+ ic-log = { git = " https://github.com/bitfinity-network/canister-sdk" , package = " ic-log" , branch = " syn2 " }
4949itertools = " 0.11"
5050jsonrpc-core = " 18.0"
5151log = " 0.4"
@@ -60,7 +60,7 @@ sha2 = "0.10"
6060sha3 = " 0.10"
6161thiserror = " 1.0"
6262tokio = { version = " 1.24" , features = [" macros" , " rt" ] }
63- zip = " 0.6.6 "
63+ zip = " 0.6"
6464alloy-primitives = { version = " 0.4" , default-features = false }
6565
6666[profile .dev ]
0 commit comments