Skip to content

Commit

Permalink
Unwrap underlyings (#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpeluche authored Nov 28, 2023
1 parent 8b51dc8 commit 4cf5259
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/adapters/prisma-finance/ethereum/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const farmersFromConvex: Contract[] = [
chain: 'ethereum',
address: '0x0ae09f649e9da1b6aea0c10527ac4e8a88a37480',
pid: 225,
token: '0x0CFe5C777A7438C9Dd8Add53ed671cEc7A5FAeE5',
rewards: [
'0xda47862a83dac0c112ba89c6abc2159b95afd71c',
'0xD533a949740bb3306d119CC777fa900bA034cd52',
Expand All @@ -35,6 +36,7 @@ const farmersFromConvex: Contract[] = [
{
chain: 'ethereum',
address: '0xf6aa46869220ae703924d5331d88a21dcef3b19d',
token: '0x3de254A0f838a844F727fee81040e0FA7884B935',
pid: 226,
rewards: [
'0xda47862a83dac0c112ba89c6abc2159b95afd71c',
Expand All @@ -45,6 +47,7 @@ const farmersFromConvex: Contract[] = [
{
chain: 'ethereum',
address: '0x3d56e0ea536a78976503618d663921c97a3cba3c',
token: '0x65f228ED6a6001eD6485535e0Dc33E525734f54c',
pid: 234,
rewards: [
'0xda47862a83dac0c112ba89c6abc2159b95afd71c',
Expand Down

0 comments on commit 4cf5259

Please sign in to comment.