snapshot-labs / sx-starknet

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

feat: add 'ProposalExecuted' event #611

Closed pscott closed 5 months ago

pscott commented 6 months ago

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

Closes #608