Skip to content

Commit

Permalink
add mention of EIP-7528 to default native precompiles
Browse files Browse the repository at this point in the history
  • Loading branch information
MalteHerrmann committed Nov 1, 2024
1 parent bf18711 commit 201c50b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions x/erc20/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ var (
)

var (
// NOTE: We strongly recommend to use the canonical address for the ERC-20 representation
// of the chain's native denomination as defined by
// [ERC-7528](https://eips.ethereum.org/EIPS/eip-7528).
//
// 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE
DefaultNativePrecompiles []string
DefaultDynamicPrecompiles []string
)
Expand Down

0 comments on commit 201c50b

Please sign in to comment.