snapshot-labs / sx-starknet

Core smart contracts of Snapshot X for Starknet
https://docs.snapshotx.xyz
MIT License
112 stars 69 forks source link

feat: add 'ProposalExecuted' event #611

Closed pscott closed 1 month ago

pscott commented 2 months ago

Adds a ProposalExecuted(address space, bytes32 executionHash) when execute is called on the L1AvatarExecutionStrategy contract.

Closes #608