From 6c5f8ef92129205a56de50863f522ce6dc4ce5f3 Mon Sep 17 00:00:00 2001 From: leeamijo Date: Tue, 20 Aug 2024 15:57:45 +0800 Subject: [PATCH] Add arbitrum for Pell Network --- projects/pell/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/pell/index.js b/projects/pell/index.js index 746bb039d5b1..5caac463b176 100644 --- a/projects/pell/index.js +++ b/projects/pell/index.js @@ -1,7 +1,7 @@ const { sumTokens2 } = require('../helper/unwrapLPs') const { getConfig } = require('../helper/cache') -const chains = ['ethereum', 'merlin', 'bouncebit', 'btr', 'bsc', 'bsquared', 'core', 'bevm', 'mantle', 'scroll', 'bob'] +const chains = ['ethereum', 'arbitrum', 'merlin', 'bouncebit', 'btr', 'bsc', 'bsquared', 'core', 'bevm', 'mantle', 'scroll', 'bob'] chains.forEach(chain => { module.exports[chain] = {