Skip to content

Commit

Permalink
Bug fixes to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
Man-Jain authored Jan 2, 2023
1 parent 6a5ba23 commit b184317
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions dipdup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,48 +87,48 @@ templates:
indexes:
factory_mainnet:
kind: operation
datasource: tzkt_ghostnet
datasource: tzkt_mainnet
types:
- origination
handlers:
- callback: on_factory_origination
pattern:
- type: origination
similar_to: registry_ghostnet
similar_to: registry_mainnet
- callback: on_propose
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: propose
- callback: on_vote
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: vote
- callback: on_drop_proposal
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: drop_proposal
- callback: on_unstake_vote
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: unstake_vote
- callback: on_flush
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: flush
- callback: on_freeze
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: freeze
- callback: on_unfreeze
pattern:
- type: transaction
destination: registry_ghostnet
destination: registry_mainnet
entrypoint: unfreeze

factory_ghostnet:
Expand Down

0 comments on commit b184317

Please sign in to comment.