Skip to content

Commit

Permalink
[dev] Rename Precompiles module to Cairo1Helpers (#740)
Browse files Browse the repository at this point in the history
Co-authored-by: Rémy Baranx <remy.baranx@proton.me>
Co-authored-by: Elias Tazartes <66871571+Eikix@users.noreply.github.com>
  • Loading branch information
3 people authored Mar 18, 2024
1 parent bdbfb58 commit 53d5cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ trait IHelpers<T> {
}

#[starknet::contract]
mod Precompiles {
mod Cairo1Helpers {
use core::traits::Into;
use core::{starknet, starknet::SyscallResultTrait};
use evm::errors::EVMError;
Expand Down
3 changes: 1 addition & 2 deletions crates/contracts/src/lib.cairo
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
mod cairo1_helpers;
mod components;
mod contract_account;
mod eoa;
Expand All @@ -7,8 +8,6 @@ mod errors;
// Kakarot smart contract
mod kakarot_core;

mod precompiles;

#[cfg(test)]
mod tests;

Expand Down

0 comments on commit 53d5cf3

Please sign in to comment.