Skip to content

Commit

Permalink
Merge pull request #66 from nflaig/erc-55-execution-address
Browse files Browse the repository at this point in the history
Use ERC-55 mixed-case checksum address encoding for execution address
  • Loading branch information
rolfyone authored Jan 22, 2024
2 parents a8c45a1 + 6b604d0 commit 6b2c2aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/eth_address.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
type: string
description: "An address on the execution (Ethereum 1) network."
example: "0xabcf8e0d4e9587369b2301d0790347320302cc09"
example: "0xAbcF8e0d4e9587369b2301D0790347320302cc09"
pattern: "^0x[a-fA-F0-9]{40}$"

0 comments on commit 6b2c2aa

Please sign in to comment.