From 15820d2551b85d0c63b7ed716f3814daab5492d2 Mon Sep 17 00:00:00 2001 From: Jay Welsh Date: Thu, 13 Jun 2024 09:34:20 +0200 Subject: [PATCH] feat(silo): adds support for optimism deployment --- projects/silo/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/silo/index.js b/projects/silo/index.js index eb25a23488a..1d7ed1c3188 100644 --- a/projects/silo/index.js +++ b/projects/silo/index.js @@ -30,6 +30,14 @@ const config = { } ] }, + optimism: { + factories: [ + { + START_BLOCK: 120480601, + SILO_FACTORY: '0x6B14c4450a29Dd9562c20259eBFF67a577b540b9', // Silo Optimism (Original) + } + ] + }, } const XAI = '0xd7c9f0e536dc865ae858b0c0453fe76d13c3beac' @@ -82,6 +90,7 @@ async function getSilos(api) { module.exports = { ethereum: { tvl, borrowed, }, arbitrum: { tvl, borrowed, }, + optimism: { tvl, borrowed, }, hallmarks: [ [1668816000, "XAI Genesis"] ]