Skip to content

Commit

Permalink
Added events hashes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariacarmina committed Dec 17, 2024
1 parent e15905a commit c2ab578
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,22 @@ export const EVENT_HASHES: Hashes = {
'0x7d0aa581e6eb87e15f58588ff20c39ff6622fc796ec9bb664df6ed3eb02442c9': {
type: EVENTS.DISPENSER_CREATED,
text: 'DispenserCreated(address,address,uint256,uint256,address)'
},
'0xe9372084cb52c5392afee4b9d79d131e04b1e65676088d50a8f39fffb16a8745': {
type: EVENTS.DISPENSER_ACTIVATED,
text: 'DispenserActivated(address)'
},
'0x393f01061139648745ea000bb047bbe1785bd3a19d3a9c90f6747e1d2357d2b8': {
type: EVENTS.DISPENSER_DEACTIVATED,
text: 'DispenserDeactivated(address)'
},
'0xc7344c45124818d1d3a4c24ccb9b86d8b88d3bd05209b2a42b494cb32a503529': {
type: EVENTS.EXCHANGE_ACTIVATED,
text: 'ExchangeActivated(bytes32,address)'
},
'0x03da9148e1de78fba22de63c573465562ebf6ef878a1d3ea83790a560229984c': {
type: EVENTS.EXCHANGE_DEACTIVATED,
text: 'ExchangeDeactivated(bytes32,address)'
}
}

Expand Down

0 comments on commit c2ab578

Please sign in to comment.