Skip to content

Commit

Permalink
Update Raft's R Savings Rate contract address (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvukasin authored Oct 16, 2023
1 parent 3cc3198 commit fb30f5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adaptors/raft/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit fb30f5a

Please sign in to comment.