Skip to content

Commit

Permalink
feat: add AU CE integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshvarma committed Oct 16, 2023
1 parent 283f116 commit cb89df4
Show file tree
Hide file tree
Showing 29 changed files with 949 additions and 170 deletions.
15 changes: 15 additions & 0 deletions Cargo.lock

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

2 changes: 2 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ members = [
"runtime/shibuya",
"tests/xcm-simulator",
"tests/integration",
"tests/utils",

"pallets/*",
"precompiles/*",
Expand Down Expand Up @@ -283,6 +284,7 @@ pallet-dynamic-evm-base-fee = { path = "./pallets/dynamic-evm-base-fee", default
pallet-unified-accounts = { path = "./pallets/unified-accounts", default-features = false }

astar-primitives = { path = "./primitives", default-features = false }
astar-test-utils = { path = "./tests/utils", default-features = false }

pallet-evm-precompile-assets-erc20 = { path = "./precompiles/assets-erc20", default-features = false }
pallet-evm-precompile-sr25519 = { path = "./precompiles/sr25519", default-features = false }
Expand Down
File renamed without changes.
Loading

0 comments on commit cb89df4

Please sign in to comment.