Skip to content

Commit

Permalink
Add trump and melania coin (#7513)
Browse files Browse the repository at this point in the history
* Update RWA jar

Hi everyone, just updating a previous RWA Jar address for Maker Ethereum Accounting

* Update maker_ethereum_accounting.sql

* Update with new Coinbase RWA Jar

* Support for More Keepers Into Maker Accounting

Added Keeper Addresses for Gelato, Chainlink, KEEP3R, and Techops.

Added support for these Keeper addresses

Modified burning case to use Keeper code

* Fix bug of spellbook format

* Try to migrate maker_ethereum_accounting

* Update FlapFlop contract_address

* Rewrite right()

* Rewrite left()

* Fix from keyword

* Fix quotes

* Fix interval

* Fix numeric(38)

* Fix ilk ref

* Use distinct to replace group by

* Use distinct to replace group by

* Fix uint256 and int256 comparison

* Fix type compatibility

* Fix timestamp

* Fix uint256 and int256 comparison

* Cast rad to int256

* Recover models/maker/ethereum/maker_ethereum_accounting.sql

* Add political coins 

Added TRUMP and MELANIA

* Update prices_solana_tokens.sql

---------

Co-authored-by: Huang Geyang <[email protected]>
  • Loading branch information
K-Lascar and Hosuke authored Jan 22, 2025
1 parent c342d7e commit e5430de
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -716,5 +716,7 @@ FROM
('fxn-fxn', 'solana', 'FXN', '92cRC6kV5D7TiHX1j56AbkPbffo9jwcXxSDQZ8Mopump',6),
('griffain-test-griffaincom', 'solana', 'GRIFFAIN', 'KENJSUYLASHUMfHyy5o4Hp2FdNqZg1AsUPhfH2kYvEP', 6),
('tank-agenttank', 'solana', 'TANK', 'GAMwtMB6onAvBNBQJCJFuxoaqfPH8uCQ2dewNMVVpump', 6),
('pengu-pudgy-penguins', 'solana', 'PENGU', '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv', 6)
('pengu-pudgy-penguins', 'solana', 'PENGU', '2zMMhcVQEXDtdE6vsFS7S7D5oUodfJHE8vd1gnBouauv', 6),
('trump-official-trump', 'solana', 'TRUMP', '6p6xgHyF7AeE6TZkSmFsko444wqoP15icUSqi2jfGiPN', 6),
('melania-melania-meme','solana', 'MELANIA', 'FUAfBo2jgks6gB4Z4LfZkqSZgzNucisEHqnNebaRxM1P', 6)
) as temp (token_id, blockchain, symbol, contract_address, decimals)

0 comments on commit e5430de

Please sign in to comment.