Skip to content

Commit

Permalink
feat: add lvlusd multipliers
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulydev committed Jan 17, 2025
1 parent 27b58fd commit eeabce1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/protocols/protocolList.json
Original file line number Diff line number Diff line change
Expand Up @@ -330,5 +330,30 @@
"name": "EigenLayer Points"
}
]
},
{
"ptAddress": "0xbc30e564052a622d6b50170b73ff14ee49eeade0",
"chainId": 1,
"protocolName": "Level",
"bgUrl": "/images/textures/level.png",
"token": {
"symbol": "slvlUSD",
"logoURI": "/images/tokens/1/0x4737d9b4592b40d51e110b94c9c043c6654067ae.svg",
"underlying": "lvlUSD"
},
"multipliers": {
"lp": [
{
"amount": 20,
"name": "Level XP"
}
],
"yt": [
{
"amount": 15,
"name": "Level XP"
}
]
}
}
]

0 comments on commit eeabce1

Please sign in to comment.