Skip to content

Commit

Permalink
Merge pull request #350 from neonlabsorg/347_Add_chain_id_symbol_to_e…
Browse files Browse the repository at this point in the history
…lf_binary

Add NEON_CHAIN_ID elf symbol
  • Loading branch information
ivandzen committed Nov 2, 2021
2 parents 3e5d053 + a9661a0 commit 413e9a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions evm_loader/program/src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ neon_elf_param!( NEON_ACCOUNT_MAX_SIZE , formatcp!("{:?}", ACCOUNT_MAX_SIZE
neon_elf_param!( NEON_TOKEN_MINT_DECIMALS , formatcp!("{:?}", token_mint::DECIMALS));
neon_elf_param!( NEON_PAYMENT_TO_TREASURE , formatcp!("{:?}", PAYMENT_TO_TREASURE));
neon_elf_param!( NEON_PAYMENT_TO_DEPOSIT , formatcp!("{:?}", PAYMENT_TO_DEPOSIT));
neon_elf_param!( NEON_CHAIN_ID , formatcp!("{:x}", CHAIN_ID));

/// Chain ID
#[must_use]
Expand Down

0 comments on commit 413e9a8

Please sign in to comment.