fix gold table sql and yml

This commit is contained in:
San Yong 2025-06-02 22:09:31 +08:00
parent 2dde00b9fb
commit ca42456951
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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