mirror of
https://github.com/FlipsideCrypto/solana-models.git
synced 2026-02-06 15:46:47 +00:00
update jupiter swaps docs (#608)
This commit is contained in:
parent
d810c5ae56
commit
ebfd7c2d56
@ -40,6 +40,8 @@ There is more information on how to use dbt docs in the last section of this doc
|
||||
- [fact_liquidity_pool_actions](#!/model/model.solana_models.defi__fact_liquidity_pool_actions)
|
||||
- [fact_stake_pool_actions](#!/model/model.solana_models.defi__fact_stake_pool_actions)
|
||||
- [fact_swaps](#!/model/model.solana_models.defi__fact_swaps)
|
||||
- [fact_swaps](#!/model/model.solana_models.defi__fact_swaps_jupiter_inner)
|
||||
- [fact_swaps](#!/model/model.solana_models.defi__fact_swaps_jupiter_summary)
|
||||
- [fact_bridge_activity](#!/model/model.solana_models.defi__fact_bridge_activity)
|
||||
- [fact_token_burn_actions](#!/model/model.solana_models.defi__fact_token_burn_actions)
|
||||
- [fact_token_mint_actions](#!/model/model.solana_models.defi__fact_token_mint_actions)
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: defi__fact_swaps_jupiter_inner
|
||||
description: This table contain each intermediate swap that is a part of a Jupiter route. These are the individual steps that are executed by Jupiter to complete a swap.
|
||||
columns:
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: "{{ doc('block_timestamp') }}"
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
version: 2
|
||||
models:
|
||||
- name: defi__fact_swaps_jupiter_summary
|
||||
description: This table contains summarized swaps for trades initiated on Jupiter. This showcases the the initial amount/mint that is swapped from and the final amount/mint that is swapped to, without the intermediate swaps that Jupiter routes through.
|
||||
columns:
|
||||
- name: BLOCK_TIMESTAMP
|
||||
description: "{{ doc('block_timestamp') }}"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user