From fb30f5a6d70ddd079da589c9075049dbb54eaf38 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vuka=C5=A1in=20Manojlovi=C4=87?= Date: Mon, 16 Oct 2023 12:04:21 +0200 Subject: [PATCH] Update Raft's R Savings Rate contract address (#1038) --- src/adaptors/raft/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/adaptors/raft/index.js b/src/adaptors/raft/index.js index db3d558091..0bc80450eb 100644 --- a/src/adaptors/raft/index.js +++ b/src/adaptors/raft/index.js @@ -4,7 +4,7 @@ const utils = require('../utils'); const rSavingsRateAbi = require('./abis/RSavingsRate.json'); const RR = { - ethereum: '0x2ba26baE6dF1153e29813d7f926143f9c94402f3', + ethereum: '0xd2c0c4A6296D416C5Eb6Ae41d17aC4Db4bDD5296', base: '0xA5b3FEe253f9DE67201dC8572Bd2CbB4a81c1bEc', }; const HOUR = 60 * 60;