Skip to content

Commit

Permalink
feat: add wstETH to trusted tokens (#7312)
Browse files Browse the repository at this point in the history
* feat: add wstETH to trusted tokens

* Add test

---------

Co-authored-by: Huang Geyang <Sukebeta@outlook.com>
  • Loading branch information
cxheng315 and Hosuke authored Dec 16, 2024
1 parent 2db18af commit c134f35
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dbt_subprojects/tokens/models/prices/_schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,11 @@ models:
config:
tags: [ 'prices', 'stability' ]
description: "List of trusted tokens across blockchains"
data_tests:
- dbt_utils.unique_combination_of_columns:
combination_of_columns:
- blockchain
- contract_address

- name: prices_usd_trusted_tokens
meta:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ WITH trusted_tokens AS (
, ('ethereum', 0x6b175474e89094c44da98b954eedeac495271d0f)
, ('ethereum', 0x2260fac5e5542a773aa44fbcfedf7c193bc2c599)
, ('ethereum', 0xf939e0a03fb07f59a73314e73794be0e57ac1b4e)
, ('ethereum', 0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0) -- wstETH
, ('fantom', 0x21be370d5312f44cb42ce377bc9b8a0cef1a4c83)
, ('flare', 0x1D80c49BbBCd1C0911346656B529DF9E5c2F783d)
, ('fantom', 0x04068da6c83afcfa0e13ba15a6696662335d5b75)
Expand Down

0 comments on commit c134f35

Please sign in to comment.