diff --git a/Cargo.lock b/Cargo.lock index 6db19bedb1..52bec6e776 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4914,7 +4914,7 @@ checksum = "71d96e3f3c0b6325d8ccd83c33b28acb183edcb6c67938ba104ec546854b0882" [[package]] name = "merkle-distributor" version = "0.1.0" -source = "git+https://github.com/zenlinkpro/merkle-distributor?rev=e9bba954baaa0b1539e2647988da35f5fe81b0b3#e9bba954baaa0b1539e2647988da35f5fe81b0b3" +source = "git+https://github.com/zenlinkpro/merkle-distributor?rev=80f61eb8d0fac40c0d0772bf16ae8714511e66f9#80f61eb8d0fac40c0d0772bf16ae8714511e66f9" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 9606fd550d..12901aee55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -201,7 +201,7 @@ substrate-wasm-builder = { git = "https://github.com/paritytech/substrate", bran zenlink-protocol = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "e5747a897cfd0fb5d322781ffe656220ae1e814f"} zenlink-protocol-rpc = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "e5747a897cfd0fb5d322781ffe656220ae1e814f" } zenlink-protocol-runtime-api = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "e5747a897cfd0fb5d322781ffe656220ae1e814f" } -merkle-distributor = { git = "https://github.com/zenlinkpro/merkle-distributor", rev = "e9bba954baaa0b1539e2647988da35f5fe81b0b3" } +merkle-distributor = { git = "https://github.com/zenlinkpro/merkle-distributor", rev = "80f61eb8d0fac40c0d0772bf16ae8714511e66f9" } orml-traits = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" } orml-currencies = {git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" } @@ -210,4 +210,4 @@ orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-l orml-unknown-tokens = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" } orml-xcm = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" } orml-xcm-support = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" } -orml-benchmarking = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" } \ No newline at end of file +orml-benchmarking = { git = "https://github.com/open-web3-stack/open-runtime-module-library", rev = "17a791edf431d7d7aee1ea3dfaeeb7bc21944301" }