-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mainnet runtime updated #77
Conversation
Staking: pallet_staking::{Module, Call, Config<T>, Storage, Event<T>, ValidateUnsigned}, | ||
Session: pallet_session::{Module, Call, Storage, Event, Config<T>}, | ||
Historical: pallet_session_historical::{Module}, | ||
// Include the custom logic from the polkadex pallet in the runtime. | ||
Polkadex: polkadex::{Module, Call, Storage, Event<T>}, | ||
PolkadexUniswap: polkadex_swap_engine::{Module, Call, Storage, Event<T>}, | ||
PolkadexIdentity: pallet_idenity::{Module, Call, Storage, Event<T>}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please correct the formatting here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -647,32 +671,32 @@ impl_runtime_apis! { | |||
|
|||
impl runtime_api::DexStorageApi<Block> for Runtime{ | |||
|
|||
fn get_ask_level(trading_pair: Hash) -> Result<Vec<FixedU128>,ErrorRpc> { | |||
fn get_ask_level(trading_pair: (Hash,Hash)) -> Result<Vec<FixedU128>,ErrorRpc> { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting issue
Solved #18