From 92459f7fbdf48f4c62fbde2fc70a74a9b5cf3dcc Mon Sep 17 00:00:00 2001 From: umarsa Date: Mon, 29 Apr 2024 19:39:13 +0100 Subject: [PATCH] feat: adding EPOCH on base (#633) Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> --- data/EPOCH/data.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/EPOCH/data.json b/data/EPOCH/data.json index 13386e96b..bde93b826 100644 --- a/data/EPOCH/data.json +++ b/data/EPOCH/data.json @@ -11,6 +11,9 @@ }, "optimism": { "address": "0xd1cac46a9a77169C310c2C780A4267eE6CA884f5" + }, + "base": { + "address": "0x287f0D88e29a3D7AEb4d0c10BAE5B902dB69B17D" } } -} \ No newline at end of file +}