Skip to content

Commit

Permalink
chore: use solc 0.8.22
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksuss committed Mar 17, 2024
1 parent c30bc24 commit eaf6ffe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion engine-precompiles/src/account_ids.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ mod tests {
}

#[test]
fn test_curent_account_precompile_id() {
fn test_current_account_precompile_id() {
assert_eq!(
CurrentAccount::ADDRESS,
near_account_to_evm_address(b"currentAccountId")
Expand Down
3 changes: 2 additions & 1 deletion engine-tests/src/utils/solidity/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,8 @@ where
&source_mount_arg,
"-v",
&output_mount_arg,
"ethereum/solc:stable",
// "ethereum/solc:stable",
"ethereum/solc:0.8.22",
"--allow-paths",
"/contracts/",
"-o",
Expand Down

0 comments on commit eaf6ffe

Please sign in to comment.