mirror of
https://github.com/FlipsideCrypto/core-models.git
synced 2026-02-06 16:46:49 +00:00
fix gold table sql and yml
This commit is contained in:
parent
2dde00b9fb
commit
ca42456951
@ -32,7 +32,7 @@ SELECT
|
||||
amount,
|
||||
ROUND(
|
||||
CASE
|
||||
WHEN amount_usd < 1e + 15 THEN amount_usd
|
||||
WHEN amount_usd < 1e+15 THEN amount_usd
|
||||
ELSE NULL
|
||||
END,
|
||||
2
|
||||
|
||||
@ -21,7 +21,7 @@ models:
|
||||
- name: ORIGIN_FROM_ADDRESS
|
||||
description: '{{ doc("evm_bridge_origin_from") }}'
|
||||
- name: ORIGIN_TO_ADDRESS
|
||||
description: '{{ doc("evm_origin_from") }}'
|
||||
description: '{{ doc("evm_origin_to") }}'
|
||||
- name: PLATFORM
|
||||
description: '{{ doc("evm_bridge_platform") }}'
|
||||
- name: SENDER
|
||||
|
||||
Loading…
Reference in New Issue
Block a user