fixed a typo and enhanced table description for MCP

This commit is contained in:
Mike Stepanovic 2025-08-07 11:36:26 -06:00
parent 87f5232ec8
commit 895e245f09
2 changed files with 2 additions and 3 deletions

View File

@ -40,6 +40,5 @@ Fact table decomposing every transaction on the Sui blockchain into its constitu
{% docs defi__ez_bridge_activity %}
This table provides a comprehensive view of cross-chain bridge activity across the Sui blockchain. It consolidates bridge-related events to create a unified dataset for analyzing cross-chain asset movements.
Enhanced fact table providing comprehensive cross-chain bridge analytics by consolidating bridge-related events from multiple protocols (Sui Bridge, Wormhole) into a unified dataset. Each row represents a single cross-chain asset movement event enriched with protocol metadata, token information, and USD pricing. Serves as the primary table for cross-chain DeFi analysis, bridge protocol comparison, and capital flow tracking by normalizing bridge events across different protocols into a consistent format. The table automatically applies decimal precision adjustments and USD conversions, enabling direct comparison of bridge volumes and user activity across different chains and token types. Includes complete transaction context, source/destination chain mapping, and protocol identification to support comprehensive cross-chain analytics, security monitoring, and risk assessment. Essential for DeFi dashboards, bridge protocol analysis, and multi-chain ecosystem studies that require unified cross-chain data and standardized bridge event tracking.
{% enddocs %}

View File

@ -54,7 +54,7 @@ SELECT
source_chain,
destination_chain,
source_address AS sender,
destination_address AS reciever,
destination_address AS receiver,
coin_type,
b.symbol AS symbol,
amount_unadj,