Skip to content

Commit

Permalink
Change MapperId type
Browse files Browse the repository at this point in the history
  • Loading branch information
fmkra committed Jun 5, 2024
1 parent 4387c5f commit 0ed552b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multicall/deploy.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ inputs = ["headers_store"]

[[call]]
call_type = "deploy"
class_hash = "0x59547c81438fa787d10e30223990192ea29da848db9996491c805cd28d8b097"
class_hash = "0x73305243f4fa52b5a26b75bcb2ace081e28eb365239b58723ae643f63875078"
inputs = ["headers_store"]
id = "timestamp_remappers"
unique = false
2 changes: 1 addition & 1 deletion src/remappers/interface.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use cairo_lib::utils::types::words64::Words64;
use herodotus_eth_starknet::core::common::MmrId;

type Headers = Span<Words64>;
type MapperId = u128;
type MapperId = u256;

#[derive(Drop, Serde)]
struct OriginElement {
Expand Down

0 comments on commit 0ed552b

Please sign in to comment.