From 8cf60f110d7a3e78ac5066f4e51d0f76c2ea3256 Mon Sep 17 00:00:00 2001 From: Herry Ho Date: Tue, 30 Nov 2021 16:06:02 +0800 Subject: [PATCH] zenlink klast data migration --- Cargo.lock | 6 +++--- Cargo.toml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cfd0cab65d..058fddfe48 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=0a96d66fba0b8173381ff5d03a33bb7943b4f457#0a96d66fba0b8173381ff5d03a33bb7943b4f457" +source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703#f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" 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=0a96d66fba0b8173381ff5d03a33bb7943b4f457#0a96d66fba0b8173381ff5d03a33bb7943b4f457" +source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703#f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" 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=0a96d66fba0b8173381ff5d03a33bb7943b4f457#0a96d66fba0b8173381ff5d03a33bb7943b4f457" +source = "git+https://github.com/zenlinkpro/Zenlink-DEX-Module?rev=f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703#f6ca2a8e0babb19e1a6e9309ce3e9b5b53f7a703" dependencies = [ "parity-scale-codec", "sp-api", diff --git a/Cargo.toml b/Cargo.toml index 002a406e2c..277e0a56f2 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 = "0a96d66fba0b8173381ff5d03a33bb7943b4f457"} -zenlink-protocol-rpc = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "0a96d66fba0b8173381ff5d03a33bb7943b4f457" } -zenlink-protocol-runtime-api = { git = "https://github.com/zenlinkpro/Zenlink-DEX-Module", rev = "0a96d66fba0b8173381ff5d03a33bb7943b4f457" } +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" } 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" }