feat: hardcode celo mainnet registry addresses

This commit is contained in:
Mohamed Sohail 2024-11-21 11:30:46 +03:00
parent 63daa1a3c3
commit fd6fcc0eb0
Signed by: kamikazechaser
GPG Key ID: 7DD45520C01CD85D

View File

@ -50,7 +50,7 @@ func New(o CacheOpts) (Cache, error) {
if err := bootstrapCache(
o.Chain,
cache,
o.Registries,
[]string{"0xd1FB944748aca327a1ba036B082993D9dd9Bfa0C", "0x0cc9f4fff962def35bb34a53691180b13e653030"},
o.Watchlist,
o.Blacklist,
o.Logg,