From b5e4fcf6d855c83952ef01f22c7019acc5ee121e Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Tue, 25 Feb 2025 15:56:39 +0200 Subject: [PATCH 1/2] feat: update protocol and superchain config addresses --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 4905fe9b16..c6d82242d9 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,8 @@ l1: public_rpc: https://ethereum-goerli-rpc.allthatnode.com explorer: https://goerli.etherscan.io -protocol_versions_addr: null # todo -superchain_config_addr: null # todo +protocol_versions_addr: "0x79add5713b383daa0a138d3c4780c7a1804a8090" +superchain_config_addr: "0xc2be75506d5724086deb7245bd260cc9753911be" EOF ``` From a481353db39a1247d76f537f59d2771f47654e66 Mon Sep 17 00:00:00 2001 From: VolodymyrBg Date: Fri, 21 Mar 2025 20:32:02 +0200 Subject: [PATCH 2/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c6d82242d9..c4be664eb6 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -46,8 +46,8 @@ l1: public_rpc: https://ethereum-goerli-rpc.allthatnode.com explorer: https://goerli.etherscan.io -protocol_versions_addr: "0x79add5713b383daa0a138d3c4780c7a1804a8090" -superchain_config_addr: "0xc2be75506d5724086deb7245bd260cc9753911be" +protocol_versions_addr: "0x37E15e4d6DFFa9e5E320Ee1eC036922E563CB76C" +superchain_config_addr: "0x4da82a327773965b8d4D85Fa3dB8249b387458E7" EOF ```