Skip to content

Commit

Permalink
Add token SnBNB (duneanalytics#4836)
Browse files Browse the repository at this point in the history
Co-authored-by: Huang Geyang <[email protected]>
  • Loading branch information
Leonardohhh and Hosuke authored Nov 21, 2023
1 parent 48d214e commit 8f13fb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/prices/bnb/prices_bnb_tokens.sql
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,8 @@ FROM
('id2-space-id', 'bnb', 'ID', 0x2dff88a56767223a5529ea5960da7a3f5f766406, 18),
('ankrbnb-ankr-staked-bnb', 'bnb', 'ankrBNB', 0x52F24a5e03aee338Da5fd9Df68D2b6FAe1178827, 18),
('joyg-kismet-joy-gold', 'bnb', 'JOYG', 0xe63c37e50a045c247b5003e24ba066f1cc3f0ff3, 8),
('gft-galaxy-finance', 'bnb', 'GFT', 0xe77932b1216125848e82c3967e75698362168f99, 18)
('gft-galaxy-finance', 'bnb', 'GFT', 0xe77932b1216125848e82c3967e75698362168f99, 18),
('snbnb-synclub-staked-bnb', 'bnb', 'SnBNB', 0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b, 18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)
where contract_address not in (
0x2ab0e9e4ee70fff1fb9d67031e44f6410170d00e -- bXEN has bad price feed.
Expand Down
1 change: 1 addition & 0 deletions models/tokens/bnb/tokens_bnb_bep20.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5538,4 +5538,5 @@ SELECT contract_address, symbol, decimals
,(0x0565805ca3a4105faee51983b0bd8ffb5ce1455c, 'GUILD', 18)
,(0x14778860E937f509e651192a90589dE711Fb88a9, 'CYBER', 18)
,(0x40af3827f39d0eacbf4a168f8d4ee67c121d11c9, 'TUSD', 18)
,(0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b, 'SnBNB', 18)
) AS temp_table (contract_address, symbol, decimals)

0 comments on commit 8f13fb6

Please sign in to comment.