chore: add initialize for TokenRecoverPortalContract (#2194)

This commit is contained in:
Roshan 2024-02-01 16:18:34 +08:00 committed by GitHub
parent fc9230e4e6
commit d7e7f73718
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

@ -45,6 +45,7 @@ func (p *Parlia) initializeFeynmanContract(state *state.StateDB, header *types.H
systemcontracts.GovernorContract,
systemcontracts.GovTokenContract,
systemcontracts.TimelockContract,
systemcontracts.TokenRecoverPortalContract,
}
// get packed data
data, err := p.stakeHubABI.Pack(method)

@ -94,6 +94,7 @@ var (
common.HexToAddress(systemcontracts.GovernorContract): true,
common.HexToAddress(systemcontracts.GovTokenContract): true,
common.HexToAddress(systemcontracts.TimelockContract): true,
common.HexToAddress(systemcontracts.TokenRecoverPortalContract): true,
}
)