Skip to content

Commit

Permalink
Merge pull request #85 from OriginTrail/hotfix/base-fee
Browse files Browse the repository at this point in the history
Base Fee Adjustment
  • Loading branch information
NZT48 authored Jul 30, 2024
2 parents c1e38c2 + 6d763df commit d274626
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 134 deletions.
156 changes: 34 additions & 122 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,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
Loading

0 comments on commit d274626

Please sign in to comment.