mirror of
https://github.com/FlipsideCrypto/crosschain-models.git
synced 2026-02-06 11:06:48 +00:00
macro comment (#440)
This commit is contained in:
parent
6af82555d1
commit
69fb49dd0f
@ -1,5 +1,11 @@
|
||||
{% macro update_blockchain(new_blockchain_name, current_blockchain_names) %}
|
||||
|
||||
{#
|
||||
This macro updates the blockchain column in the prices tables.
|
||||
It requires a corresponding update in the all_providers tables to normalize the blockchain names.
|
||||
It takes two arguments:
|
||||
- new_blockchain_name: The new blockchain name to set in the blockchain column.
|
||||
- current_blockchain_names: A list of current blockchain names to update.
|
||||
#}
|
||||
{% for table in [
|
||||
'crosschain.silver.token_prices_all_providers',
|
||||
'crosschain.silver.token_asset_metadata_all_providers',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user