Skip to content

Commit

Permalink
feat: move the finished pool down (pancakeswap#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
pancake-swap authored Nov 9, 2020
1 parent 7a65150 commit 63087d3
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions src/sushi/lib/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,18 +106,6 @@ export const sousChefTeam = [
tokenPerBlock: '0.2',
community: true,
},
{
sousId: 11,
contractAddress: {
97: '0xd3af5fe61dbaf8f73149bfcfa9fb653ff096029a',
56: '0xDc938BA1967b06d666dA79A7B1E31a8697D1565E',
},
tokenName: 'NAR',
projectLink: 'https://narwhalswap.org/',
harvest: true,
tokenPerBlock: '1',
community: true,
},
{
sousId: 10,
contractAddress: {
Expand All @@ -141,6 +129,18 @@ export const sousChefTeam = [
harvest: true,
tokenPerBlock: '0.5',
},
{
sousId: 11,
contractAddress: {
97: '0xd3af5fe61dbaf8f73149bfcfa9fb653ff096029a',
56: '0xDc938BA1967b06d666dA79A7B1E31a8697D1565E',
},
tokenName: 'NAR',
projectLink: 'https://narwhalswap.org/',
harvest: true,
tokenPerBlock: '1',
community: true,
},
{
sousId: 8,
contractAddress: {
Expand Down

0 comments on commit 63087d3

Please sign in to comment.