Skip to content

Commit

Permalink
Update system_contracts.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
hedgar2017 authored Apr 26, 2024
1 parent 941e407 commit 3a77136
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler_tester/src/vm/eravm/system_contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl SystemContracts {
"era-contracts/system-contracts/contracts/EventWriter.yul";

/// The code oracle system contract implementation path.
const CODE_ORACLE: &'static str =
const PATH_CODE_ORACLE: &'static str =
"era-contracts/system-contracts/contracts/precompiles/CodeOracle.yul";

/// The ETH token system contract implementation path.
Expand Down Expand Up @@ -185,7 +185,7 @@ impl SystemContracts {
),
(
web3::types::Address::from_low_u64_be(0x8012),
Self::CODE_ORACLE,
Self::PATH_CODE_ORACLE,
),
];

Expand Down

0 comments on commit 3a77136

Please sign in to comment.