From a109b39bbf0c52b635bd0da0693ae4a508cd6a29 Mon Sep 17 00:00:00 2001 From: 0xDecr1pto <0xdecr1pto@proton.me> Date: Fri, 25 Oct 2024 14:44:18 +0300 Subject: [PATCH] chore: add base chain to integrations.json --- script/input/1/integration.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/input/1/integration.json b/script/input/1/integration.json index 419d7e8..8b2a805 100644 --- a/script/input/1/integration.json +++ b/script/input/1/integration.json @@ -10,6 +10,10 @@ "arbitrum_one": { "inbox": "0x4Dbd4fc535Ac27206064B68FfCf827b0A60BAB3f", "arbSys": "0x0000000000000000000000000000000000000064" + }, + "base": { + "l1Messenger": "0x866E82a600A1414e583f7F13623F1aC5d58b0Afa", + "l2Messenger": "0x4200000000000000000000000000000000000007" } } }