These pallets have been developed for the SubLink Project.
This pallet manage the XCM communication between the SubLink parachain and the others parachains.
It acts both as a sender and a receiver of these messages, and should be deployed on each parachain runtime.
This is an Oracle proxy that relies on the SubLink XCM Pallet to retrieve price feeds.
It implements the same interface as the Chainlink Pricefeed interface, and should be implemented in the price feeds client parachains runtime.
These 2 pallets are used for the ink! contract extension : the runtime pallet is used in the price feed client parachain runtime, and the contract pallet is used in ink! contract.