Skip to content

Commit

Permalink
Update configuable offsets for bytecode library
Browse files Browse the repository at this point in the history
  • Loading branch information
bitzoic committed Aug 30, 2024
1 parent 6bf46fe commit c6afc0b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tests/src/bytecode/tests/utils/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ const DEFAULT_PREDICATE_BALANCE: u64 = 512;
const HEX_STR_1: &str = "0xacbe4bfc77e55c071db31f2e37c824d75794867d88499107dc8318cb22aceea5";
const HEX_STR_2: &str = "0x0b1af92ac5a3e8cfeafede9586a1f853a9e0258e7cdccae5e5181edac081f2c1b";
const HEX_STR_3: &str = "0x0345c74edfb0ce0820409176d0cbc2c44eac1e5e4c7382ee7e7c38d611d9ba767";
const SIMPLE_PREDICATE_OFFSET: u64 = 408;
const SIMPLE_CONTRACT_OFFSET: u64 = 1432;
const COMPLEX_CONTRACT_OFFSET_1: u64 = 23344;
const COMPLEX_CONTRACT_OFFSET_2: u64 = 23360;
const COMPLEX_CONTRACT_OFFSET_3: u64 = 23400;
const SIMPLE_PREDICATE_OFFSET: u64 = 376;
const SIMPLE_CONTRACT_OFFSET: u64 = 1400;
const COMPLEX_CONTRACT_OFFSET_1: u64 = 22968;
const COMPLEX_CONTRACT_OFFSET_2: u64 = 22928;
const COMPLEX_CONTRACT_OFFSET_3: u64 = 22856;

pub mod abi_calls {

Expand Down

0 comments on commit c6afc0b

Please sign in to comment.