Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
longbowlu committed Sep 21, 2024
1 parent 227f4d1 commit e6c108f
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 647 deletions.
2 changes: 2 additions & 0 deletions crates/sui-bridge-indexer/src/eth_bridge_indexer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,8 @@ impl DataMapper<RawEthData, ProcessedTxnData> for EthDataMapper {
})
}
EthSuiBridgeEvents::PausedFilter(_)
| EthSuiBridgeEvents::ContractUpgradedFilter(_)
| EthSuiBridgeEvents::EmergencyOperationFilter(_)
| EthSuiBridgeEvents::UnpausedFilter(_)
| EthSuiBridgeEvents::UpgradedFilter(_)
| EthSuiBridgeEvents::InitializedFilter(_) => {
Expand Down
Loading

0 comments on commit e6c108f

Please sign in to comment.