Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
tomfutago committed Jun 15, 2024
1 parent ac97a0a commit a402977
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
lending_aave_v3_compatible_borrow(
blockchain = 'base',
project = 'aave',
version = '3'
version = '3',
decoded_contract_name = 'L2Pool'
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
lending_aave_v3_compatible_flashloans(
blockchain = 'base',
project = 'aave',
version = '3'
version = '3',
decoded_contract_name = 'L2Pool'
)
}}
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
lending_aave_v3_compatible_supply(
blockchain = 'base',
project = 'aave',
version = '3'
version = '3',
decoded_contract_name = 'L2Pool'
)
}}
6 changes: 3 additions & 3 deletions sources/_sector/lending/borrow/base/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: 2
sources:
- name: aave_v3_base
tables:
- name: Pool_evt_Borrow
- name: Pool_evt_Repay
- name: Pool_evt_LiquidationCall
- name: L2Pool_evt_Borrow
- name: L2Pool_evt_Repay
- name: L2Pool_evt_LiquidationCall

- name: compound_v3_base
tables:
Expand Down
2 changes: 1 addition & 1 deletion sources/_sector/lending/flashloans/base/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
sources:
- name: aave_v3_base
tables:
- name: Pool_evt_FlashLoan
- name: L2Pool_evt_FlashLoan

- name: seamlessprotocol_base
tables:
Expand Down
6 changes: 3 additions & 3 deletions sources/_sector/lending/supply/base/_sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ version: 2
sources:
- name: aave_v3_base
tables:
- name: Pool_evt_Supply
- name: Pool_evt_Withdraw
- name: Pool_evt_RedeemUnderlying
- name: L2Pool_evt_Supply
- name: L2Pool_evt_Withdraw
- name: L2Pool_evt_RedeemUnderlying

- name: compound_v3_base
tables:
Expand Down

0 comments on commit a402977

Please sign in to comment.