diff --git a/Cargo.toml b/Cargo.toml index b6905a9d0..2798843ef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,8 +26,8 @@ members = [ # need this because of bifrost farming dependency in runtime # bifrost farming uses different orml-traits for orml-currencies [patch."https://github.com/open-web3-stack/open-runtime-module-library"] -orml-traits = { git = "https://github.com/open-web3-stack//open-runtime-module-library", branch = "polkadot-v1.6.0" } -orml-tokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", branch = "polkadot-v1.6.0" } +#orml-traits = { git = "https://github.com/open-web3-stack//open-runtime-module-library", branch = "polkadot-v1.6.0" } +#orml-tokens = { git = "https://github.com/open-web3-stack//open-runtime-module-library", branch = "polkadot-v1.6.0" } ## ### need this because of bifrost farming dependency in runtime ### bifrost uses : diff --git a/node/Cargo.toml b/node/Cargo.toml index f8a3ff2a7..9a828d4ac 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -91,8 +91,8 @@ cumulus-relay-chain-rpc-interface = { git = "https://github.com/paritytech/polka cumulus-relay-chain-minimal-node = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0" } #bifrost -bifrost-farming-rpc = { git = "https://github.com/bifrost-finance/bifrost", rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } -bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } +bifrost-farming-rpc = { git = "https://github.com/bifrost-finance/bifrost", rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } +bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } zenlink-protocol = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", branch = "release-polkadot-v1.6.0" } zenlink-protocol-rpc = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", branch = "release-polkadot-v1.6.0" } diff --git a/runtime/amplitude/Cargo.toml b/runtime/amplitude/Cargo.toml index 34f20f246..e6879277b 100644 --- a/runtime/amplitude/Cargo.toml +++ b/runtime/amplitude/Cargo.toml @@ -143,8 +143,8 @@ staging-parachain-info = { git = "https://github.com/paritytech/polkadot-sdk", b zenlink-protocol = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" } zenlink-protocol-runtime-api = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" } -bifrost-farming = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } -bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } +bifrost-farming = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } +bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } [features] default = [ diff --git a/runtime/foucoco/Cargo.toml b/runtime/foucoco/Cargo.toml index 1d0c98c94..cc5343b71 100644 --- a/runtime/foucoco/Cargo.toml +++ b/runtime/foucoco/Cargo.toml @@ -142,8 +142,8 @@ orml-xtokens = { git = "https://github.com/open-web3-stack/open-runtime-module-l zenlink-protocol = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" } zenlink-protocol-runtime-api = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" } -bifrost-farming = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } -bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } +bifrost-farming = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } +bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } [features] default = [ diff --git a/runtime/pendulum/Cargo.toml b/runtime/pendulum/Cargo.toml index e62d7a1ca..9e1b8d500 100644 --- a/runtime/pendulum/Cargo.toml +++ b/runtime/pendulum/Cargo.toml @@ -142,8 +142,8 @@ zenlink-protocol = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Modul zenlink-protocol-runtime-api = { git = "https://github.com/bifrost-finance/Zenlink-DEX-Module", default-features = false, branch = "release-polkadot-v1.6.0" } #Bifrost -bifrost-farming = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } -bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "46ba3689c2fe1011cce0d752cb479e0e522e2e76" } +bifrost-farming = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } +bifrost-farming-rpc-runtime-api = { git = "https://github.com/bifrost-finance/bifrost", default-features = false, rev = "a25ea5dc89bd1f1d7640874471034343306f6e7c" } [features] default = [