Skip to content

Commit

Permalink
CHORE: add BET to base token list (#6129)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConnerEdgell authored Jun 10, 2024
1 parent aa9a9d7 commit 47f772f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/prices/base/prices_base_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -111,5 +111,6 @@ FROM
('bord-base-lord', 'base', 'BORD', 0x160452f95612699d1a561a70eeeeede67c6812af, 18),
('rdnt-radiant-capital','base','RDNT',0xd722e55c1d9d9fa0021a5215cbb904b92b3dc5d4,18),
('well-moonwell', 'base', 'WELL', 0xff8adec2221f9f4d8dfbafa6b9a297d17603493d, 18),
('mochi3-mochi', 'base', 'MOCHI', 0xf6e932ca12afa26665dc4dde7e27be02a7c02e50, 18)
('mochi3-mochi', 'base', 'MOCHI', 0xf6e932ca12afa26665dc4dde7e27be02a7c02e50, 18),
('bet-betbase', 'base', 'BET', 0x80F6BcedD3d4fa1035285affA30e38f464Db3895, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit 47f772f

Please sign in to comment.