Skip to content

Commit

Permalink
Update Merits dashboard (#2456)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxaleks authored Dec 16, 2024
1 parent 87389a4 commit e1ca14e
Show file tree
Hide file tree
Showing 17 changed files with 713 additions and 337 deletions.
4 changes: 2 additions & 2 deletions configs/envs/.env.eth_sepolia
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,10 @@ NEXT_PUBLIC_NETWORK_VERIFICATION_TYPE=validation
NEXT_PUBLIC_OG_ENHANCED_DATA_ENABLED=true
NEXT_PUBLIC_OG_IMAGE_URL=https://raw.githubusercontent.com/blockscout/frontend-configs/main/configs/og-images/sepolia-testnet.png
NEXT_PUBLIC_OTHER_LINKS=[{'url':'https://sepolia.drpc.org?ref=559183','text':'Public RPC'}]
NEXT_PUBLIC_REWARDS_SERVICE_API_HOST=https://merits.blockscout.com
NEXT_PUBLIC_REWARDS_SERVICE_API_HOST=https://points.k8s-dev.blockscout.com
NEXT_PUBLIC_SAFE_TX_SERVICE_URL=https://safe-transaction-sepolia.safe.global
NEXT_PUBLIC_STATS_API_HOST=https://stats-sepolia.k8s.blockscout.com
NEXT_PUBLIC_TRANSACTION_INTERPRETATION_PROVIDER=noves
NEXT_PUBLIC_VIEWS_CONTRACT_SOLIDITYSCAN_ENABLED=true
NEXT_PUBLIC_VISUALIZE_API_HOST=https://visualizer.services.blockscout.com
NEXT_PUBLIC_XSTAR_SCORE_URL=https://docs.xname.app/the-solution-adaptive-proof-of-humanity-on-blockchain/xhs-scoring-algorithm?utm_source=blockscout&utm_medium=address
NEXT_PUBLIC_XSTAR_SCORE_URL=https://docs.xname.app/the-solution-adaptive-proof-of-humanity-on-blockchain/xhs-scoring-algorithm?utm_source=blockscout&utm_medium=address
3 changes: 3 additions & 0 deletions mocks/rewards/dailyReward.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,10 @@ import type { RewardsUserDailyCheckResponse } from 'types/api/rewards';
export const base: RewardsUserDailyCheckResponse = {
available: true,
daily_reward: '10',
streak_reward: '10',
pending_referral_rewards: '0',
total_reward: '20',
date: '',
reset_at: '',
streak: '6',
};
581 changes: 581 additions & 0 deletions public/static/badges.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 0 additions & 46 deletions public/static/badges/badge_1.svg

This file was deleted.

41 changes: 0 additions & 41 deletions public/static/badges/badge_2.svg

This file was deleted.

51 changes: 0 additions & 51 deletions public/static/badges/badge_3.svg

This file was deleted.

Loading

0 comments on commit e1ca14e

Please sign in to comment.