Skip to content

Commit

Permalink
it's least to most sig
Browse files Browse the repository at this point in the history
  • Loading branch information
moodysalem committed Jan 23, 2025
1 parent dbd7c54 commit ae2053a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/quoting/constants.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use crate::math::uint::U256;

// This token is used to represent the native token in Ekubo on EVM chains
pub const NATIVE_TOKEN_ADDRESS: U256 = U256([0, 0, 0, 262709962604544]);
pub const NATIVE_TOKEN_ADDRESS: U256 = U256([262709962604544, 0, 0, 0]);
2 changes: 0 additions & 2 deletions src/quoting/util.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
use crate::math::uint::U256;
use crate::quoting::types::Tick;

// == 0x0000000000000000000000000000eeEEee000000

// Function to find the nearest initialized tick index.
pub fn find_nearest_initialized_tick_index(sorted_ticks: &[Tick], tick: i32) -> Option<usize> {
let mut l = 0usize;
Expand Down

0 comments on commit ae2053a

Please sign in to comment.