Skip to content

Commit

Permalink
add base tokens to price list (#5582)
Browse files Browse the repository at this point in the history
* initial Socialtokens view

* Rename socialTokens to socialtokens.sql

* Addded new tokens to list

* Update socialtokens.sql

* rmv social tokens file

* add zeroex to dex_aggregator.trades

* remove old branches

* reset profiles.yml

* remove

* save

* schema

* undo trnsfesr changes

* add new base tokens

* remove one
  • Loading branch information
RantumBits authored Mar 13, 2024
1 parent 5b1d0ce commit 3ec2bd8
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 @@ -63,5 +63,6 @@ FROM
('dai-overnight-dai', 'base', 'DAI+', 0x65a2508C429a6078a7BC2f7dF81aB575BD9D9275, 18),
('rats-ratsbase', 'base', 'RATS', 0x06c4c7f8011fbfb6a9654ee4142532f9bb3c52b8, 9),
('gmr1-gamer', 'base', 'GMR', 0xa617c0c739845b2941bd8edd05c9f993ecc97c18, 18),
('usd-plus-overnight', 'base', 'USD+', 0xb79dd08ea68a908a97220c76d19a6aa9cbde4376,18)
('usd-plus-overnight', 'base', 'USD+', 0xb79dd08ea68a908a97220c76d19a6aa9cbde4376,18),
('bswap-baseswap', 'base', 'BSWAP', 0x78a087d713be963bf307b18f2ff8122ef9a63ae9,18)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit 3ec2bd8

Please sign in to comment.