Skip to content

Commit

Permalink
fix: rho markets exchange rate
Browse files Browse the repository at this point in the history
  • Loading branch information
Carl committed Oct 14, 2024
1 parent 79543b1 commit 694b1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adapters/rhomarkets/src/sdk/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export const WETH_ADDRESS = {

export const rUSDC_ADDRESS = "0xAE1846110F72f2DaaBC75B7cEEe96558289EDfc5";

export const FIXED_BLOCK_NUMS = [9664314n, 9671174n];
export const FIXED_BLOCK_NUMS = [9664314n, 10135815n];

export const FIXED_EXCHANGE_RATE = 1020933877280826510n;

0 comments on commit 694b1b8

Please sign in to comment.