Skip to content

Commit

Permalink
sentiment fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Apr 27, 2023
1 parent 6cbd9cd commit 984435f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/adaptors/sentiment/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ const marketConfig = {
},
'0x21202227Bc15276E40d53889Bc83E59c3CccC121': {
name: 'LARB',
symbol: 'LARB',
symbol: 'ARB',
decimals: 18,
underlyingAddress: '0x912CE59144191C1204E64559FE8253a0e49E6548',
},
'0xe520C46d5Dab5bB80aF7Dc8b821f47deB4607DB2': {
name: 'LWBTC',
symbol: 'WBTC',
decimals: 8,
underlyingAddress: '0x2f2a2543B76A4166549F7aaB2e75Bef0aefC5B0f',
},
};

function getSupplyAndBorrowRate(liquidity, borrows, borrowRatePerBlock) {
Expand Down

0 comments on commit 984435f

Please sign in to comment.