Skip to content

Commit

Permalink
rebase: rebase feat/add_eth_chain_id with main
Browse files Browse the repository at this point in the history
  • Loading branch information
bitfalt committed Sep 14, 2024
1 parent b1f7f8c commit 100511d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/utils/src/constants.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ pub const POW_2_24: u128 = 0x1000000;
pub const POW_2_32: u128 = 0x100000000;
pub const POW_2_40: u128 = 0x10000000000;
pub const POW_2_48: u128 = 0x1000000000000;
pub const POW_2_53: u128 = 0x20000000000000;
pub const POW_2_56: u128 = 0x100000000000000;
pub const POW_2_64: u128 = 0x10000000000000000;
pub const POW_2_72: u128 = 0x1000000000000000000;
Expand Down

0 comments on commit 100511d

Please sign in to comment.