diff --git a/Cargo.lock b/Cargo.lock index d38b5dd9a..7b85de853 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -11954,7 +11954,7 @@ dependencies = [ [[package]] name = "substrate-stellar-sdk" version = "0.3.0" -source = "git+https://github.com/pendulum-chain/substrate-stellar-sdk?rev=9ab1d0f08de8a543631e77d6b096dd2874216acc#9ab1d0f08de8a543631e77d6b096dd2874216acc" +source = "git+https://github.com/pendulum-chain/substrate-stellar-sdk?rev=b52b8f61569cbcb20c44612be0983661f2f2653f#b52b8f61569cbcb20c44612be0983661f2f2653f" dependencies = [ "base64 0.13.1", "hex", diff --git a/Cargo.toml b/Cargo.toml index bf5624c71..2022493c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -104,7 +104,7 @@ frame-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branc frame-executive = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } frame-support = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } frame-system = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } -frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } +frame-system-benchmarking = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } frame-system-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } pallet-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } pallet-balances = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } @@ -114,7 +114,7 @@ pallet-transaction-payment = { git = "https://github.com/paritytech/polkadot-sdk pallet-transaction-payment-rpc-runtime-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } pallet-timestamp = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } sp-api = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } -sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false} +sp-blockchain = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } sp-block-builder = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } sp-core = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } sp-consensus-aura = { git = "https://github.com/paritytech/polkadot-sdk", branch = "release-polkadot-v1.6.0", default-features = false } @@ -171,7 +171,7 @@ orml-oracle = { package = "orml-oracle", git = "https://github.com/pendulum-chai # Git dependency from Pendulum Chain -substrate-stellar-sdk = { git = "https://github.com/pendulum-chain/substrate-stellar-sdk", rev='9ab1d0f08de8a543631e77d6b096dd2874216acc', default-features = false } +substrate-stellar-sdk = { git = "https://github.com/pendulum-chain/substrate-stellar-sdk", rev = 'b52b8f61569cbcb20c44612be0983661f2f2653f', default-features = false } dia-oracle = { git = "https://github.com/pendulum-chain/oracle-pallet", branch = "polkadot-v1.6.0", default-features = false } # Used only in dev dependencies