Skip to content

Commit

Permalink
add farming tales promo
Browse files Browse the repository at this point in the history
  • Loading branch information
avral committed Feb 8, 2023
1 parent 31235c9 commit 8459791
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Binary file added assets/promo/farmingtoken.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,8 @@ const networks = {
withdraw: {},

RECOMMENDED_MARKETS: ['DWD@diggerstoken', 'BRWL@brawlertoken'],
PINNED_MARKETS: [424],
BANNER_MARKETS: [424],
PINNED_MARKETS: [156],
BANNER_MARKETS: [156],

SCAM_CONTRACTS: [
'usdcoinchain',
Expand Down
4 changes: 2 additions & 2 deletions store/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -492,12 +492,12 @@ export const getters = {
},

promoted(state, getters) {
// TODO mock poolId now
// TODO mock poolId now neet to implement in configs
return getters.markets
.filter(market => state.network.BANNER_MARKETS.includes(market.id))
.map(market => ({
...market,
poolId: market.id === 424 ? 1627 : market.id === 495 ? 1831 : undefined
poolId: market.id === 156 ? 765 : market.id === 495 ? 1831 : undefined
})).reverse()
},

Expand Down

0 comments on commit 8459791

Please sign in to comment.