Skip to content

Commit 8884015

Browse files
authored
CUR2-1021: add monad coinpaprika prices (#9062)
1 parent 7ebd6c6 commit 8884015

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dbt_subprojects/tokens/models/prices/monad/prices_monad_tokens.sql

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ FROM
2121
('usdc-usd-coin', 'USDC', 0x754704Bc059F8C67012fEd69BC8A327a5aafb603, 6)
2222
, ('ausd-agora-dollar', 'AUSD', 0x00000000eFE302BEAA2b3e6e1b18d08D69a9012a, 6)
2323
, ('weth-weth', 'WETH', 0xEE8c0E9f1BFFb4Eb878d8f15f368A02a35481242, 18)
24-
, ('sol-solana', 'WSOL', 0xea17E5a9efEBf1477dB45082d67010E2245217f1, 9)
24+
, ('sol-solana', 'SOL', 0xea17E5a9efEBf1477dB45082d67010E2245217f1, 9)
25+
, ('wmon-wrapped-monad', 'WMON', 0x3bd359C1119dA7Da1D913D1C4D2B7c461115433A, 18)
2526
) as temp (token_id, symbol, contract_address, decimals)

dbt_subprojects/tokens/models/prices/prices_native_tokens.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ with prices_native_tokens as (
5050
, ('mantle', 'mnt-mantle')
5151
, ('mode', 'eth-ethereum')
5252
, ('mezo', 'btc-bitcoin')
53-
--, ('monad', 'mon-monad') -- not on coinpaprika yet
53+
, ('monad', 'mon-monad')
5454
, ('noble', 'eth-ethereum')
5555
, ('nova', 'eth-ethereum')
5656
, ('opbnb', 'bnb-binance-coin')

0 commit comments

Comments
 (0)