Skip to content

Commit

Permalink
Merge branch 'arbi-estimates'
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Sep 12, 2021
2 parents 225b5d4 + 90e37cd commit 5b2f09b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@balancer-labs/frontend-v2",
"version": "1.18.2",
"version": "1.18.3",
"engines": {
"node": "14.x",
"npm": ">=7"
Expand Down
7 changes: 6 additions & 1 deletion src/components/navs/AppNav/AppNavClaimBtn.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,10 @@
<div class="text-sm text-gray-600 mb-1">
{{ $t('pendingEstimate') }}
</div>
<div class="flex justify-between items-center mb-2">
<div v-if="isArbitrum" class="p-3 text-sm">
Sorry, estimates for Arbitrum are not available at the moment
</div>
<div v-else class="flex justify-between items-center mb-2">
<div class="text-lg font-bold">
{{
fNum(currentRewards, currentRewards > 0 ? 'token_fixed' : 'token')
Expand Down Expand Up @@ -130,6 +133,7 @@ export default defineComponent({
getProvider,
isMainnet,
isPolygon,
isArbitrum,
isMismatchedNetwork
} = useWeb3();
const { txListener } = useEthers();
Expand Down Expand Up @@ -259,6 +263,7 @@ export default defineComponent({
// computed
isMainnet,
isPolygon,
isArbitrum,
userClaims,
availableToClaimInUSD,
currentRewards,
Expand Down

4 comments on commit 5b2f09b

@vercel
Copy link

@vercel vercel bot commented on 5b2f09b Sep 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5b2f09b Sep 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

app – ./

app-git-master-balancer.vercel.app
app-balancer.vercel.app
pm2.vercel.app
app.balancer.fi

@vercel
Copy link

@vercel vercel bot commented on 5b2f09b Sep 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 5b2f09b Sep 12, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.