Skip to content

Commit

Permalink
name column desc (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
drethereum authored Jan 10, 2025
1 parent c17766b commit d3ed2ff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions models/doc_descriptions/prices/prices.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ The unique identifier representing the asset.

{% docs prices_name %}

The name of asset.
The name of the asset.

{% enddocs %}

{% docs prices_symbol %}

The symbol of asset.
The symbol of the asset.

{% enddocs %}

Expand Down
2 changes: 2 additions & 0 deletions models/gold/price/price__ez_prices_hourly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ models:
description: '{{ doc("prices_token_address_evm") }}'
- name: SYMBOL
description: '{{ doc("prices_symbol") }}'
- name: NAME
description: '{{ doc("prices_name") }}'
- name: BLOCKCHAIN
description: '{{ doc("prices_blockchain") }}'
- name: DECIMALS
Expand Down

0 comments on commit d3ed2ff

Please sign in to comment.