Skip to content

Commit

Permalink
Fix finished farm order
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Oct 23, 2023
1 parent 074e7d1 commit 8b7c3de
Showing 1 changed file with 14 additions and 15 deletions.
29 changes: 14 additions & 15 deletions plugins/masterchef.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,19 +38,18 @@ export default (context, inject) => {
endBlock: null,
latestBlockNumber: null,
farm: null,
farms: [
{
id: 4,
title: 'EFX-BNB #5',
contract: '0xED73b3eE35864c1Bb6AEB6DeaAF2eF822479e5c4',
farms: [{
id: 0,
title: 'EFX-BNB #1',
contract: '0xE2F0627DCA576CCdbce0CED3E60E0E305b7D4E33',
active: false,
apr: null,
userLpStaked: 0
},
{
id: 3,
title: 'EFX-BNB #4',
contract: '0x2ee04Eb081C6548BDDb729d64AA2912375882735',
id: 1,
title: 'EFX-BNB #2',
contract: '0xb8326DCe706DF2D14f51C6B2f2013B6490B6ad57',
active: false,
apr: null,
userLpStaked: 0
Expand All @@ -63,18 +62,18 @@ export default (context, inject) => {
apr: null,
userLpStaked: 0
},
{
id: 1,
title: 'EFX-BNB #2',
contract: '0xb8326DCe706DF2D14f51C6B2f2013B6490B6ad57',
{
id: 3,
title: 'EFX-BNB #4',
contract: '0x2ee04Eb081C6548BDDb729d64AA2912375882735',
active: false,
apr: null,
userLpStaked: 0
},
{
id: 0,
title: 'EFX-BNB #1',
contract: '0xE2F0627DCA576CCdbce0CED3E60E0E305b7D4E33',
id: 4,
title: 'EFX-BNB #5',
contract: '0xED73b3eE35864c1Bb6AEB6DeaAF2eF822479e5c4',
active: false,
apr: null,
userLpStaked: 0
Expand Down

0 comments on commit 8b7c3de

Please sign in to comment.