--- a/smart_contract/ink-types-node-runtime/examples/calls/.ink/abi_gen/Cargo.toml +++ b/smart_contract/ink-types-node-runtime/examples/calls/.ink/abi_gen/Cargo.toml @@ -11,6 +11,6 @@ [dependencies] contract = { path = "../..", package = "calls", default-features = false, features = ["ink-generate-abi"] } -ink_lang = { version = "2", git = "https://github.com/paritytech/ink", tag = "latest-v2", package = "ink_lang", default-features = false, features = ["ink-generate-abi"] } +ink_lang = { version = "2", git = "https://github.com/usetech-llc/ink", tag = "latest-v2", package = "ink_lang", default-features = false, features = ["ink-generate-abi"] } serde = "1.0.101" serde_json = "1.0.55"