From 6b604d01f5a6124dacc0f776c95c6f12e9708981 Mon Sep 17 00:00:00 2001 From: Nico Flaig Date: Sat, 20 Jan 2024 16:26:40 +0100 Subject: [PATCH] Use ERC-55 mixed-case checksum address encoding for execution address --- types/eth_address.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/eth_address.yaml b/types/eth_address.yaml index 9e98749..3af4346 100644 --- a/types/eth_address.yaml +++ b/types/eth_address.yaml @@ -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}$" \ No newline at end of file