Skip to content

Commit e5519ea

Browse files
committed
Dashboard: Update bridge supported tokens count (#8602)
<!-- ## title your PR with this format: "[SDK/Dashboard/Portal] Feature/Fix: Concise title for the changes" If you did not copy the branch name from Linear, paste the issue tag here (format is TEAM-0000): ## Notes for the reviewer Anything important to call out? Be sure to also clarify these in your comments. ## How to test Unit tests, playground, etc. --> <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `supportedTokens` value in the `data.ts` file for the bridge statistics, reflecting an increase in the number of supported tokens. ### Detailed summary - Updated `supportedTokens` from `"14,000+"` to `"17,000+"`. - Changed `supportedTokens` from `14000` to `17000` in the `bridgeStatsNumbers` object. > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex --> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Updates** * Increased supported tokens count from 14,000+ to 17,000+ on the bridge dashboard. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent 805b838 commit e5519ea

File tree

1 file changed

+2
-2
lines changed
  • apps/dashboard/src/app/bridge/(general)

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
export const bridgeStats = {
22
supportedChains: "95+",
3-
supportedTokens: "14,000+",
3+
supportedTokens: "17,000+",
44
supportedRoutes: "15M+",
55
};
66

77
export const bridgeStatsNumbers = {
88
supportedChains: 95,
9-
supportedTokens: 14000,
9+
supportedTokens: 17000,
1010
supportedRoutes: 15000000,
1111
};

0 commit comments

Comments
 (0)