Skip to content

Commit

Permalink
Merge pull request #80 from rdp3/patch-1
Browse files Browse the repository at this point in the history
Adding USDC Pool to Community Pool page
  • Loading branch information
Dylan authored May 25, 2021
2 parents 79aaba6 + d68fa61 commit ab1fb6a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/hooks/useAllCreatedPrizePools.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ const PRIZE_POOL_LIST_FALLBACK = Object.freeze({
type: PRIZE_POOL_TYPE.stake,
prizePool: '0x60764c6be24ddab70d9ae1dbf7436533cc073c21',
prizeStrategy: '0x07591c981e86dd361101ab088f0f21e9d5b371ab'
},
{
type: PRIZE_POOL_TYPE.yield,
prizePool: '0x9e299cf900a81b55024398ff2cdb1c9c0fcec902',
prizeStrategy: '0xa0f8fc9a5cf40f0eacd207986c8c836750011446'
}
]
})
Expand Down

0 comments on commit ab1fb6a

Please sign in to comment.