Skip to content

Commit

Permalink
Set secp256r1 Precompile to RIP-7212 Address
Browse files Browse the repository at this point in the history
  • Loading branch information
nlordell committed Jun 3, 2024
1 parent eb36c5e commit 30b063f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/precompile/src/addresses.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
//! Constants for the addresses used for each of the precompiled contracts.

pub(crate) const P256VERIFY_ADDRESS: u64 = 0x14;
pub(crate) const P256VERIFY_ADDRESS: u64 = 0x100;

0 comments on commit 30b063f

Please sign in to comment.