From ceb79d3488a1f850607e867ec9f65c0b129cbd93 Mon Sep 17 00:00:00 2001 From: miler012 <124125686+miler012@users.noreply.github.com> Date: Mon, 12 Aug 2024 14:50:58 +0800 Subject: [PATCH] add arbitrum (#11264) --- projects/satori/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/projects/satori/index.js b/projects/satori/index.js index afe48c33ca6c..585ac7c448be 100644 --- a/projects/satori/index.js +++ b/projects/satori/index.js @@ -63,4 +63,13 @@ module.exports = { tokens: [ADDRESSES.xlayer.USDC], }), }, + arbitrum:{ + tvl: sumTokensExport({ + owners: [ + "0x5aCCEb99De5cc07168C193396C1fdC3E3abEEED7", + "0xAE9a83510cbB26c58595BA671f131e0A03Fe9A03", + ], + tokens: [ADDRESSES.arbitrum.USDC_CIRCLE], + }), + }, };