Skip to content

Commit

Permalink
chore: update eventnames in filterer
Browse files Browse the repository at this point in the history
  • Loading branch information
wwestgarth committed Aug 16, 2024
1 parent 939926c commit 6f4764a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions core/evtforward/ethereum/filterer.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,18 +42,18 @@ import (
const (
logFiltererLogger = "log-filterer"

eventAssetListed = "Asset_Listed"
eventAssetRemoved = "Asset_Removed"
eventAssetDeposited = "Asset_Deposited"
eventAssetWithdrawn = "Asset_Withdrawn"
eventAssetListed = "AssetListed"
eventAssetRemoved = "AssetRemoved"
eventAssetDeposited = "AssetDeposited"
eventAssetWithdrawn = "AssetWithdrawn"
eventStakeDeposited = "StakeDeposited"
eventStakeRemoved = "StakeRemoved"
eventSignerAdded = "SignerAdded"
eventSignerRemoved = "SignerRemoved"
eventThresholdSet = "ThresholdSet"
eventAssetLimitsUpdated = "Asset_Limits_Updated"
eventBridgeStopped = "Bridge_Stopped"
eventBridgeResumed = "Bridge_Resumed"
eventAssetLimitsUpdated = "AssetLimitsUpdated"
eventBridgeStopped = "BridgeStopped"
eventBridgeResumed = "BridgeResumed"
)

// Assets ...
Expand Down

0 comments on commit 6f4764a

Please sign in to comment.