Skip to content

Commit

Permalink
fix rose
Browse files Browse the repository at this point in the history
  • Loading branch information
g1nt0ki committed Mar 16, 2023
1 parent b421afc commit 5bb881b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
Empty file removed 'arbitrum
Empty file.
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ module.exports = {
"parserOptions": {
"ecmaVersion": "latest"
},
ignorePatterns: ['projects/test/*'],
"rules": {
"no-case-declarations": "off",
"no-unused-vars": "off",
Expand Down
Empty file removed `arbitrum
Empty file.
3 changes: 1 addition & 2 deletions projects/rose-finance/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const boardroom = "0x9d7BBFA16E80A9C4ce9ecf3B706166aEf1477cE1";
const GenMasterchef = "0x29dA4fF649d39510f633Cd804B860858C333E5aD";

const pool2LPs = [
"0x07D49375A3213eF25aAA47C97A2d23A754bB8f8a", // ROSE
"0xE368148b5A3771211C96F950B7d4f0C7E5427C1D", // ROSE-ETH
"0x0DB2Efc6c9A93eA22152ef410E3099f0cd67A599" // SHARE-WETH
]
Expand All @@ -24,5 +23,5 @@ module.exports = unknownTombs({

module.exports.arbitrum.tvl = sumTokensExport({
owner: GenMasterchef,
tokens: ['0xE368148b5A3771211C96F950B7d4f0C7E5427C1D', '0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8']
tokens: ['0x82aF49447D8a07e3bd95BD0d56f35241523fBab1', '0xFF970A61A04b1cA14834A43f5dE4533eBDDB5CC8']
})

0 comments on commit 5bb881b

Please sign in to comment.