Skip to content

Commit

Permalink
Removed mainnet indexer
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Aug 13, 2024
1 parent f451bf0 commit 37c6779
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions manutd_indexer/dipdup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,18 @@ datasources:
url: ${TZKT_URL:-https://api.ghostnet.tzkt.io}

indexes:
metadata_mainnet:
kind: tezos.big_maps
datasources:
- mainnet
skip_history: never
handlers:
- callback: on_metadata_update
contract: mainnet
path: metadata
- callback: on_token_metadata_update
contract: mainnet
path: assets.token_metadata
# metadata_mainnet:
# kind: tezos.big_maps
# datasources:
# - mainnet
# skip_history: never
# handlers:
# - callback: on_metadata_update
# contract: mainnet
# path: metadata
# - callback: on_token_metadata_update
# contract: mainnet
# path: assets.token_metadata
metadata_ghostnet:
kind: tezos.big_maps
datasources:
Expand Down

0 comments on commit 37c6779

Please sign in to comment.