Skip to content

Commit

Permalink
Merge branch 'rc/v1.6.0' into multikey-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
iulianpascalau authored Mar 2, 2023
2 parents 1b801a7 + dceab01 commit c3291da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions core/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,3 +257,6 @@ const CompletedTxEventIdentifier = "completedTxEvent"

// GasRefundForRelayerMessage is the return message for to the smart contract result with refund for the relayer
const GasRefundForRelayerMessage = "gas refund for relayer"

// TopicRequestSuffix represents the topic name suffix for requests
const TopicRequestSuffix = "_REQUEST"

0 comments on commit c3291da

Please sign in to comment.