datahaven/operator/precompiles/collective/src
Gonza Montiel f7d441d9e5
feat: add collective precompile (#204)
## Add Collective Precompile

Adds the pallet collective precompile to `mainnet`, `stagenet`, and
`testnet` according to Moonbeam's configuration.

### Changes:
- Added `pallet-evm-precompile-collective` dependency to workspace
- Configured collective precompile at address `2064` using
`TreasuryCouncilInstanc`
- Configured collective precompile at address `2068` using
`TechnicalCommitteeInstance`

The precompile provides EVM access to collective governance
functionality including proposal execution, voting, and membership
management.

---------

Co-authored-by: Steve Degosserie <723552+stiiifff@users.noreply.github.com>
2025-10-08 23:16:34 +02:00
..
lib.rs feat: add collective precompile (#204) 2025-10-08 23:16:34 +02:00
mock.rs feat: add collective precompile (#204) 2025-10-08 23:16:34 +02:00
tests.rs feat: add collective precompile (#204) 2025-10-08 23:16:34 +02:00