Skip to content

Commit

Permalink
Added Stablebase for Base (duneanalytics#7221)
Browse files Browse the repository at this point in the history
* Added Stablebase for Base

* Schema configuration added in _schema.yml file

* modified code in _schema.yml file

* modified code in _schema.yml file

* modified code in _schema.yml file

* modified code in _schema.yml file

* replaced id with address in token bought and sold, chnaged schmea and alias name in base trades file of stablebase

* chnaged in timestamo in csv

* changed the type of column mismatch

* Changed the type in seed file

* trying to remove the issue in trade seed file

* changed the X username of the protocol

* changed the _schema.yml file

* changed the _schema.yml file

* changed the _schema.yml file

* changed the _schema.yml file

* changed the _schema.yml file

* took pull
  • Loading branch information
PatelPrinci authored Dec 4, 2024
1 parent 339f1ea commit df86c9e
Show file tree
Hide file tree
Showing 7 changed files with 214 additions and 149 deletions.
1 change: 1 addition & 0 deletions dbt_subprojects/dex/models/dex_info.sql
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ FROM (VALUES
, ('kaia_swap', 'KaiaSwap', 'Direct', 'KaiaSwap')
, ('defi_kingdoms', 'DeFi Kingdoms', 'Direct', 'DeFiKingdoms')
, ('hyperjump', 'HyperJump', 'Direct', 'Hyperjump_fi')
, ('stablebase', 'StableBase', 'Direct', 'stablebasefi')
, ('flashliquidity', 'Flashliquidity', 'Direct', 'flashliquidity')
, ('akronswap', 'Akronswap', 'Direct', 'AkronFinance')
) AS temp_table (project, name, marketplace_type, x_username)
Loading

0 comments on commit df86c9e

Please sign in to comment.