From 08aa8f375d072d60805a43a0281e3801adc8387d Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Tue, 25 Jul 2023 20:43:06 +0300 Subject: [PATCH] feat: add Base deployment --- deployments.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deployments.json b/deployments.json index fbdf9a4..672d674 100644 --- a/deployments.json +++ b/deployments.json @@ -29,6 +29,11 @@ "name": "Polygon", "url": "https://polygonscan.com/address/0x584009E9eDe26e212182c9745F5c000191296a78#code" }, + { + "chainId": 8453, + "name": "Base", + "url": "https://basescan.org/address/0x584009E9eDe26e212182c9745F5c000191296a78#code" + }, { "chainId": 42220, "name": "Celo",