Skip to content
This repository has been archived by the owner on Mar 30, 2023. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Guantong committed Jan 10, 2023
1 parent 7854698 commit 791555b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runtime/crab/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ sp_api::impl_runtime_apis! {
fn elasticity() -> Option<Permill> {
Some(BaseFee::elasticity())
}

fn gas_limit_multiplier_support() {
todo!()
}
}

impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
Expand Down
4 changes: 4 additions & 0 deletions runtime/darwinia/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,10 @@ sp_api::impl_runtime_apis! {
fn elasticity() -> Option<Permill> {
Some(BaseFee::elasticity())
}

fn gas_limit_multiplier_support() {
todo!()
}
}

impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
Expand Down
4 changes: 4 additions & 0 deletions runtime/pangolin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,6 +610,10 @@ sp_api::impl_runtime_apis! {
fn elasticity() -> Option<Permill> {
Some(BaseFee::elasticity())
}

fn gas_limit_multiplier_support() {
todo!()
}
}

impl fp_rpc::ConvertTransactionRuntimeApi<Block> for Runtime {
Expand Down

0 comments on commit 791555b

Please sign in to comment.