Skip to content

Commit

Permalink
Merge pull request #13 from BolarityNetwork/features/EvmABIx1
Browse files Browse the repository at this point in the history
Add evm abi process in pallets
  • Loading branch information
Acaishiba authored Aug 20, 2024
2 parents 9d2e7b7 + ecb94f8 commit b465314
Show file tree
Hide file tree
Showing 19 changed files with 952 additions and 589 deletions.
136 changes: 120 additions & 16 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ fp-self-contained = { git = "https://github.com/paritytech/frontier", branch = "
fp-storage = { git = "https://github.com/paritytech/frontier", branch = "polkadot-v1.11.0", default-features = false }
pallet-evm = { git = "https://github.com/paritytech/frontier", branch = "polkadot-v1.11.0", default-features = false }
pallet-evm-precompile-simple = { git = "https://github.com/paritytech/frontier", branch = "polkadot-v1.11.0", default-features = false }
precompile-utils = { git = "https://github.com/paritytech/frontier", branch = "polkadot-v1.11.0", default-features = false }

# ink
ink_env = { git = "https://github.com/paritytech/ink" }
Expand Down
Loading

0 comments on commit b465314

Please sign in to comment.