bsc-models/models/sushi/sushi__dim_kashi_pairs.yml
Vahid-flipside 0b0f63b62a
An 1931/sushi borrowing and lending table bsc (#15)
* sushi borrow and lend on BSC

* docs
2022-08-25 15:57:26 -04:00

23 lines
859 B
YAML

version: 2
models:
- name: sushi__dim_kashi_pairs
description: 'This table contains details on different Kashi pairs belonging to sushiswap on the BSC blockchain'
columns:
- name: PAIR_ADDRESS
description: '{{ doc("lending_pool_address") }}'
- name: PAIR_NAME
description: '{{ doc("lending_lending_pool") }}'
- name: ASSET_SYMBOL
description: '{{ doc("lending_symbol") }}'
- name: ASSET_ADDRESS
description: '{{ doc("lending_asset_address") }}'
- name: COLLATERAL_SYMBOL
description: '{{ doc("collateral_symbol") }}'
- name: COLLATERAL_ADDRESS
description: '{{ doc("collateral_address") }}'
- name: ASSET_DECIMALS
description: '{{ doc("bsc_decimals") }}'
- name: COLLATERAL_DECIMALS
description: '{{ doc("bsc_decimals") }}'