Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35,895 changes: 35,895 additions & 0 deletions build/contracts/GRAPBANDPool.json

Large diffs are not rendered by default.

739 changes: 739 additions & 0 deletions contracts/distribution/GRAPBANDPool.sol

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions grap-www/src/contexts/Farms/Farms.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const NAME_FOR_POOL: { [key: string]: string } = {
yfii_pool: 'YFII Farm',
comp_pool: 'Compounding Hills',
link_pool: 'Marine Gardens',
band_pool: 'Jedi Space',
lend_pool: 'Aave Agriculture',
snx_pool: 'Spartan Grounds',
mkr_pool: 'Maker Range',
Expand All @@ -31,6 +32,7 @@ const ICON_FOR_POOL: { [key: string]: string } = {
crv_pool: '๐Ÿšœ',
comp_pool: '๐Ÿ’ธ',
link_pool: '๐Ÿ”—',
band_pool: '๐Ÿง™โ€โ™‚๏ธ',
lend_pool: '๐Ÿ•๏ธ',
snx_pool: 'โš”๏ธ',
mkr_pool: '๐Ÿฎ',
Expand Down
Loading