Skip to content

Commit

Permalink
Added handler for token update
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed Dec 4, 2024
1 parent 1b0281b commit eeecaea
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions bridge_indexer/dipdup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,15 @@ indexes:
destination: tezos_smart_rollup


# etherlink_token_balance_update_events:
# kind: evm.events
# datasources:
# - etherlink_subsquid
# - etherlink_node
# handlers:
# - callback: etherlink.on_transfer
# contract: l2_tzbtc_token
# name: Transfer
etherlink_token_balance_update_events:
kind: evm.events
datasources:
- etherlink_subsquid
- etherlink_node
handlers:
- callback: etherlink.on_transfer
contract: l2_pepe_token
name: Transfer
# - callback: etherlink.on_transfer
# contract: l2_sirs_token
# name: Transfer
Expand Down

0 comments on commit eeecaea

Please sign in to comment.