Skip to content

Commit

Permalink
update chainlink
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jun 12, 2021
1 parent 0a895b5 commit ea76fe6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pallets/asset-index/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ xcm = { git = 'https://github.com/paritytech/polkadot', branch = 'master', defau
xcm-executor = { git = 'https://github.com/paritytech/polkadot', branch = 'master', default-features = false }

# PINT dependencies
pallet-chainlink-feed = { git = "https://github.com/smartcontractkit/chainlink-polkadot", branch = "master", default-features = false, optional = true }
pallet-chainlink-feed = { git = "https://github.com/ChainSafe/chainlink-polkadot", branch = "upgrade-substrate-master", default-features = false, optional = true }
pallet-remote-asset-manager = { path = "../remote-asset-manager", default-features = false }
pallet-asset-depository = { path = "../asset-depository", default-features = false }
pallet-price-feed = { path = "../price-feed", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion pallets/price-feed/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ frame-system = { git = 'https://github.com/paritytech/substrate', branch = 'mast
frame-benchmarking = { git = 'https://github.com/paritytech/substrate', branch = 'master', default-features = false, optional = true }

# PINT dependencies
pallet-chainlink-feed = { git = 'https://github.com/smartcontractkit/chainlink-polkadot', branch = 'master', default-features = false }
pallet-chainlink-feed = { git = 'https://github.com/ChainSafe/chainlink-polkadot', branch = 'upgrade-substrate-master', default-features = false }

[dev-dependencies]
sp-core = { git = 'https://github.com/paritytech/substrate', branch = 'master', default-features = false }
Expand Down
3 changes: 2 additions & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ pallet-price-feed = {path = "../pallets/price-feed", default-features = false }
pallet-remote-asset-manager = { path = "../pallets/remote-asset-manager", default-features = false }

xcm-calls = {path = "../primitives/xcm-calls", default-features = false }
pallet-chainlink-feed = { git = "https://github.com/smartcontractkit/chainlink-polkadot", branch = "master", default-features = false }
pallet-chainlink-feed = { git = "https://github.com/ChainSafe/chainlink-polkadot", branch = "upgrade-substrate-master", default-features = false }


[features]
Expand All @@ -88,6 +88,7 @@ runtime-benchmarks = [
'frame-support/runtime-benchmarks',
'frame-system-benchmarking',
'frame-system/runtime-benchmarks',
'xcm-builder/runtime-benchmarks',
'pallet-balances/runtime-benchmarks',
'pallet-timestamp/runtime-benchmarks',
'pallet-asset-depository/runtime-benchmarks',
Expand Down

0 comments on commit ea76fe6

Please sign in to comment.