Skip to content

Commit

Permalink
Merge branch 'master' of github.com:beefyfinance/beefy-app
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbeefalot committed Jan 10, 2021
2 parents 7a748b5 + a507d6d commit 0ac8073
Show file tree
Hide file tree
Showing 6 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/features/configure/pools.js
Original file line number Diff line number Diff line change
Expand Up @@ -2576,6 +2576,7 @@ export const pools = [
//
// < ---- > REFUNDS < ---- >
//

{
id: 'thugs-drugs-guns-v1',
logo: 'thugs/DRUGS.png',
Expand Down
3 changes: 3 additions & 0 deletions src/features/vault/components/Filters/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ export const assets = [
'ALPHA',
'ATOM',
'BAKE',
'bALBT',
'BAND',
'BCH',
'BDO',
'BHC',
'BIFI',
'BLIQ',
Expand Down Expand Up @@ -34,6 +36,7 @@ export const assets = [
'REEF',
'STAX',
'SXP',
'TEN',
'THUGS',
'TWT',
'UNFI',
Expand Down
2 changes: 2 additions & 0 deletions src/features/web3/fetchPrice.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { pools } from '../configure/pools'
const endpoints = {
bandchain: 'https://poa-api.bandchain.org',
bakeryLp: 'https://api.beefy.finance/bakery/lps',
bdollarLp: 'https://api.beefy.finance/bdollar/lps',
coingecko: 'https://api.coingecko.com/api/v3/simple/price',
jetfuelLp: 'https://api.beefy.finance/jetfuel/lps',
narwhalLp: 'https://api.beefy.finance/narwhal/lps',
Expand Down Expand Up @@ -124,6 +125,7 @@ const fetchLP = async (endpoint) => {
const oracleEndpoints = {
'band': (ids) => fetchBand(ids),
'bakery-lp': () => fetchLP(endpoints.bakeryLp),
'bdollar-lp':() => fetchLP(endpoints.bdollarLp),
'coingecko': (ids) => fetchCoingecko(ids),
'jetfuel-lp': () => fetchLP(endpoints.jetfuelLp),
'narwhal-lp': () => fetchLP(endpoints.narwhalLp),
Expand Down
Binary file added src/images/bdollar/bdo-bnb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions src/images/venus/dai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 27 additions & 0 deletions src/images/venus/fil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0ac8073

Please sign in to comment.