Hi, apologies for creating an issue for what should be a discussion/Q&A topic:
In the L2Voter architecture, what is the purpose of the address[] private _sources and bytes32[] private _slots arrays in the L1Governor.sol? My hunch is that it's how voting weights are stored (and then passed to the L2Voter), but I'm not positive. Could you provide some clarification?
Hi, apologies for creating an issue for what should be a discussion/Q&A topic:
In the L2Voter architecture, what is the purpose of the
address[] private _sourcesandbytes32[] private _slotsarrays in theL1Governor.sol? My hunch is that it's how voting weights are stored (and then passed to the L2Voter), but I'm not positive. Could you provide some clarification?