Skip to content

Commit

Permalink
Merge pull request #86 from OriginTrail/feature/polkadot-v1.9.0
Browse files Browse the repository at this point in the history
Testnet 1.9.0 Dependency update
  • Loading branch information
NZT48 committed Jul 30, 2024
2 parents 241a06f + cd14ca0 commit 3a5221a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,10 @@ pallet-vesting = { git = "https://github.com/paritytech/polkadot-sdk", default-f
pallet-xc-asset-config = { path = "./pallets/xc-asset-config", default-features = false }

# EVM & Ethereum
evm = { git = "https://github.com/rust-blockchain/evm", rev = "13240a8a551586fdef0b5028ed73af80b248092a" }
evm-gasometer = { git = "https://github.com/rust-blockchain/evm", rev = "13240a8a551586fdef0b5028ed73af80b248092a", default-features = false }
evm-runtime = { git = "https://github.com/rust-blockchain/evm", rev = "13240a8a551586fdef0b5028ed73af80b248092a", default-features = false }
ethereum = { version = "0.14.0", default-features = false, features = [
"with-codec",
] }
evm = { version = "0.41.1", default-features = false }
evm-gasometer = { version = "0.41.0", default-features = false }
evm-runtime = { version = "0.41.0", default-features = false }
ethereum = { version = "0.15.0", default-features = false }

# Frontier
pallet-base-fee = { git = "https://github.com/polkadot-evm/frontier", default-features = false, branch = "polkadot-v1.9.0" }
Expand Down
4 changes: 2 additions & 2 deletions runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("origintrail-parachain"),
impl_name: create_runtime_str!("neuroweb"),
authoring_version: 1,
spec_version: 131,
spec_version: 132,
impl_version: 0,
apis: RUNTIME_API_VERSIONS,
transaction_version: 1,
Expand Down Expand Up @@ -662,7 +662,7 @@ impl pallet_evm_accounts::Config for Runtime {
}

parameter_types! {
pub DefaultBaseFeePerGas: U256 = U256::from(1_000_000_000);
pub DefaultBaseFeePerGas: U256 = U256::from(16);
pub DefaultElasticity: Permill = Permill::from_parts(125_000);
}

Expand Down

0 comments on commit 3a5221a

Please sign in to comment.