From 46aca710d52d5a4a71798a426baee5277b723f28 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Tue, 9 Dec 2025 20:22:18 +0000 Subject: [PATCH 1/2] chore: add devnet bootnodes --- network_config.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/network_config.json b/network_config.json index 1c28875..e9eeb64 100644 --- a/network_config.json +++ b/network_config.json @@ -1,4 +1,15 @@ { + "devnet": { + "bootnodes": [ + "enr:-LO4QIbsvSZWvVLmeiPEi0Wl-9FBqyWjzily-4XV-eBuQ-G4ZNX3OwiVYQeK-HIOQO-mJfmnVaIz0Ytvz6O_AsvdO6sEhWF6dGVjqDAwLTExMTU1MTExLTAwMDAwMDAwLTAtMDM2NGJhY2EtMjk1NzJiMzaCaWSCdjSCaXCEIpOX4IlzZWNwMjU2azGhAn-zj3eFA5KEDfFNTO3lC2EKq7omrTaqhf-e3E309R7ag3VkcIKd0A" + ], + "snapshots": [ + "https://aztec-labs-snapshots.com/devnet/" + ], + "registryAddress": "", + "feeAssetHandlerAddress": "", + "l1ChainId": 11155111 + }, "staging-public": { "bootnodes": [ "enr:-LO4QByYEImKOhVk1eW2haEtDs2hT5qv18c3kopfzUF18AcudF-vHjEZMSi8PQ9jiVJb7XjQeh4dKa7LCMixUoM4t0UEhWF6dGVjqDAwLTExMTU1MTExLTAwMDAwMDAwLTAtMjI3ODAyMzktMmRhOWY4MDGCaWSCdjSCaXCEI8mx0YlzZWNwMjU2azGhA7mqxGD1MiN_fXZO1xyF4hpN-DDeKYZH4p5a3HNZZqh0g3VkcIKd0A", From 9bddcb085375a556e256ccaad36490f115d11889 Mon Sep 17 00:00:00 2001 From: Alex Gherghisan Date: Tue, 9 Dec 2025 20:29:23 +0000 Subject: [PATCH 2/2] Set registryAddress to default value --- network_config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network_config.json b/network_config.json index e9eeb64..0019ced 100644 --- a/network_config.json +++ b/network_config.json @@ -6,7 +6,7 @@ "snapshots": [ "https://aztec-labs-snapshots.com/devnet/" ], - "registryAddress": "", + "registryAddress": "0x0000000000000000000000000000000000000000", "feeAssetHandlerAddress": "", "l1ChainId": 11155111 },