Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion benchmarks/bridge-fee.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,7 +18,6 @@ unit: pct
# obscures more than it reveals.
dimensions:
chain:
- { value: all, label: All routes }
- { value: Base, label: Sol to Base }
- { value: Arbitrum, label: Base to Arb }
- { value: Solana, label: Arb to Sol }
Expand Down
1 change: 0 additions & 1 deletion benchmarks/bridge-quote-latency.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -20,7 +20,6 @@ unit: ms
# tab keeps the aggregate view; the per-chain tabs reveal the truth.
dimensions:
chain:
- { value: all, label: All routes }
- { value: Base, label: Sol to Base }
- { value: Arbitrum, label: Base to Arb }
- { value: Solana, label: Arb to Sol }
Expand Down
1 change: 1 addition & 0 deletions src/lib/logo-manifest.ts
Original file line numberDiff line numberDiff line change
Expand Up@@ -269,6 +269,7 @@ const ALIASES: Record<string, string> = {
btc: "bitcoin",
sol: "solana",
bsc: "bnb",
hypercore: "hyperliquid", // HyperCore is the Hyperliquid trading engine, same brand
"publicnode-feehistory": "publicnode",

// Oracle-deviation bench exposes one provider per trading pair (e.g.
Expand Down
Loading