CCQ/Node/EVM: Enable timestamp cache on all chains (#3575)

This commit is contained in:
bruce-riley 2023-12-05 08:56:11 -06:00 committed by GitHub
parent e89ebeb0cd
commit 75c6b94d79
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -451,5 +451,5 @@ func SupportsTimestampCaching(chainID vaa.ChainID) bool {
- P3: Acala, Celo, Fantom, Karura, Klaytn, Oasis
*/
return chainID == vaa.ChainIDEthereum || chainID == vaa.ChainIDBase || chainID == vaa.ChainIDOptimism
return true
}