From d2e1a3fe7939d7360b6e125b4f313b7b73d0ce5b Mon Sep 17 00:00:00 2001 From: Aleksei Lushnikov Date: Tue, 5 Dec 2023 09:52:29 +0000 Subject: [PATCH] symbiosis adds metis (#8276) --- projects/symbiosis-finance/config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/symbiosis-finance/config.js b/projects/symbiosis-finance/config.js index 9d5e2a29b8c..bc49aa09b33 100644 --- a/projects/symbiosis-finance/config.js +++ b/projects/symbiosis-finance/config.js @@ -238,5 +238,14 @@ module.exports = { '0x5Aa5f7f84eD0E5db0a4a85C3947eA16B53352FD4', // portal v2 ] }, + { + name: 'metis', + tokens: [ + ADDRESSES.metis.WETH, + ], + holders: [ + '0xd8db4fb1fEf63045A443202d506Bcf30ef404160', // portal v2 + ] + }, ] } \ No newline at end of file