From a66d38571a8e7f39803aa1b3f417784186e7b4b7 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Tue, 16 Dec 2025 16:52:21 +0200 Subject: [PATCH] chore: add registry address for devnet --- network_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network_config.json b/network_config.json index 0019ced..22ac939 100644 --- a/network_config.json +++ b/network_config.json @@ -6,7 +6,7 @@ "snapshots": [ "https://aztec-labs-snapshots.com/devnet/" ], - "registryAddress": "0x0000000000000000000000000000000000000000", + "registryAddress": "0x548ed380440c3eef42f222ceda1d6770b8999f8c", "feeAssetHandlerAddress": "", "l1ChainId": 11155111 },