-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add optimism velodrome v2 concentrated liquidity pool (#7038)
* add optimism velodrome v2 concentrated liquidity pool * add optional columns parameter * Change version from 2 to 2_cl * Updated velodrome op seed file --------- Co-authored-by: Huang Geyang <[email protected]>
- Loading branch information
1 parent
80fb4f4
commit 76000f5
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
dbt_subprojects/dex/seeds/trades/velodrome_optimism_base_trades_seed.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
blockchain,project,version,block_date,tx_hash,evt_index,token_bought_address,token_sold_address,block_number,token_bought_amount_raw,token_sold_amount_raw | ||
optimism,velodrome,1,2022-12-02,0x8c4641cbf23a94be095e73660510f7e265d76601b414ea6f838f651609741c87,7,0x7f5c764cbc14f9669b88837ca1490cca17c31607,0x4200000000000000000000000000000000000042,44680205,338699889,311000000000000000000 | ||
optimism,velodrome,1,2022-12-02,0x52e9f5710d07923e189104e31b1c98f569a9fa038b41b67043e9b991fcf7a95f,5,0x7f5c764cbc14f9669b88837ca1490cca17c31607,0x4200000000000000000000000000000000000042,44680219,896242313,823875076815262169601 | ||
optimism,velodrome,2_cl,2024-11-02,0x51640a4ccd7d75ef0a220f98c2d8933bec9aaf999500915978e9946b291f360b,51,0x4200000000000000000000000000000000000042,0x4200000000000000000000000000000000000006,127465980,100818951495215196673,60129070969035172 |