diff --git a/Cargo.lock b/Cargo.lock index 058fddfe48..82fa91256a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11765,7 +11765,7 @@ dependencies = [ [[package]] name = "zenlink-protocol" version = "0.4.4" -source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703#f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" +source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=16a17a3023620bd66f657a46496734bf6cb34f25#16a17a3023620bd66f657a46496734bf6cb34f25" dependencies = [ "cumulus-primitives-core", "frame-support", @@ -11788,7 +11788,7 @@ dependencies = [ [[package]] name = "zenlink-protocol-rpc" version = "0.4.4" -source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703#f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" +source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=16a17a3023620bd66f657a46496734bf6cb34f25#16a17a3023620bd66f657a46496734bf6cb34f25" dependencies = [ "jsonrpc-core", "jsonrpc-core-client", @@ -11805,7 +11805,7 @@ dependencies = [ [[package]] name = "zenlink-protocol-runtime-api" version = "0.4.4" -source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703#f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" +source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=16a17a3023620bd66f657a46496734bf6cb34f25#16a17a3023620bd66f657a46496734bf6cb34f25" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/Cargo.toml b/Cargo.toml index 277e0a56f2..5d6afb049d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -193,9 +193,9 @@ substrate-frame-rpc-system = { git = "https://github.com/paritytech/substrate", substrate-prometheus-endpoint = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.12" } substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", branch = "polkadot-v0.9.12" } -zenlink-protocol = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703"} -zenlink-protocol-rpc = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" } -zenlink-protocol-runtime-api = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" } +zenlink-protocol = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "16a17a3023620bd66f657a46496734bf6cb34f25"} +zenlink-protocol-rpc = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "16a17a3023620bd66f657a46496734bf6cb34f25" } +zenlink-protocol-runtime-api = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "16a17a3023620bd66f657a46496734bf6cb34f25" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "5ba42f532b72d71a28aaa18421855de003b9ca71" } orml-currencies = {git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "5ba42f532b72d71a28aaa18421855de003b9ca71" }