Skip to content

Commit

Permalink
chore: remove clause for affirmed tokens and networks to make it visi…
Browse files Browse the repository at this point in the history
…ble on rolllup-testnet (#171)
  • Loading branch information
olgakonsta committed Jul 8, 2024
1 parent f80f1b2 commit 8f44615
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions stash-dev/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,14 +86,12 @@ app.get(
app.get('/coingecko/pairs', coingeckoController.pairs)
app.get('/coingecko/tickers', coingeckoController.tickers)

if (process.env.APP_ENV === 'rollup-dev') {
app.get('/affirmed-network/list', networkController.networkList)
app.get('/affirmed-token/list', networkController.tokenList)
app.get(
'/account/:address/token-portfolio',
tokenNetworkPortfolioController.tokenNetworkPortfolio
)
}

// Coinmarketcap listing endpoints
app.get('/coinmarketcap/v1/summary', coinmarketcapController.summary)
Expand Down

0 comments on commit 8f44615

Please sign in to comment.