# zkSync contracts v5 upgrade announcement
This upgrade brings permissionless token listing to zkSync.
# Changes
# Added
tokenGovernanceaddress is added to theGovernancecontract.tokenGovernancecan list new tokens.TokenGovernancecontract is added to allow anybody to pay fee and list new tokens.
# Changed
- Maximum amount of tokens that can be used to pay tx fee is increased to 512.
- Circuit now enforces that
ForcedExittarget account pubkey hash is empty. - Various minor / stylistic fixes.