Skip to content

Commit

Permalink
DipDup revision
Browse files Browse the repository at this point in the history
  • Loading branch information
igorsereda committed Nov 15, 2024
1 parent 85eac83 commit 2a83aa5
Show file tree
Hide file tree
Showing 3 changed files with 973 additions and 448 deletions.
2 changes: 1 addition & 1 deletion bridge_indexer/handlers/service_container.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ async def register(self):
tzkt: TezosTzktDatasource = ctx.get_tezos_tzkt_datasource('tzkt')
tezos_node: HttpDatasource = ctx.get_http_datasource('tezos_node')
rollup_node: HttpDatasource = ctx.get_http_datasource('rollup_node')
metadata: TzipMetadataDatasource = ctx.get_metadata_datasource('metadata')
metadata: TzipMetadataDatasource = ctx.get_tzip_metadata_datasource('metadata')

bridge = BridgeConstantStorage()

Expand Down
Loading

0 comments on commit 2a83aa5

Please sign in to comment.