From 393c7468c77c6c267965e4086479f099b1918058 Mon Sep 17 00:00:00 2001 From: Define101 <93603962+Define101@users.noreply.github.com> Date: Tue, 4 Jun 2024 10:03:56 +0100 Subject: [PATCH] add bob to sovryn dex (#10489) --- projects/sovryn-dex/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/projects/sovryn-dex/index.js b/projects/sovryn-dex/index.js index 24c607f7348..12c6e192801 100644 --- a/projects/sovryn-dex/index.js +++ b/projects/sovryn-dex/index.js @@ -57,5 +57,8 @@ module.exports = { rsk: { tvl, staking: staking('0x5684a06cab22db16d901fee2a5c081b4c91ea40e', '0xefc78fc7d48b64958315949279ba181c2114abbd') + }, + bob: { + staking: staking('0xc17c6462ceafe9a8819258c6ba168bef5544fc21', '0xba20a5e63eeEFfFA6fD365E7e540628F8fC61474') } }