big-dipper-2.0-cosmos icon indicating copy to clipboard operation
big-dipper-2.0-cosmos copied to clipboard

Results 35 big-dipper-2.0-cosmos issues
Sort by recently updated
recently updated
newest added

Helm chart helps to set up `big dipper` with whole components it depends on. We can easily install it on kubernetes.

type/enhancement

For example: 3 -> 3.00 1.1 -> 1.10 ![截圖 2022-08-17 下午4 21 16](https://user-images.githubusercontent.com/32444273/185073486-a2d3bd99-fc1a-40a8-a9f1-d887940d2dba.png)

Currently in [title bar](https://github.com/forbole/big-dipper-2.0-cosmos/blob/base/src/components/nav/components/title_bar/utils.ts#L11-L12) it's calculated as: ``` const exludedItems = [null, 0]; const marketCap = exludedItems.includes(data.marketCap) ? 'N/A' : `$${formatNumber(data.marketCap.toString(), 2)}`; ``` Suggested conversion to take into consideration of...

Same as the issue fix in Solana repo. https://github.com/forbole/big-dipper-2.0-solana/issues/69

to ensure all tokens can be display properly, prevent 0.00 situation happen again while there's actually value like 0.002621. reference: https://coinmarketcap.com/ (if price > 0, display [0.00]; if price <...

it's getting messy

status/hold
base

There is currently no way to query IBC token denom details on chain. Although we can query the denom trace of an IBC transfer, it will only show the denom...

## Feature description In the new Big Dipper UI, we are suggesting a performance hexagon chart, we temporarily named it as `Potential` in the UI for now. There are six...

base
Epic