Batch gateway URL error in Ens contracts

Hey everyone,need an urgent help !
In Ens-contracts\ens-contracts\deploy\utils\00_deploy_universal_resolver.ts:
`const batchGatewayURLs = JSON.parse(process.env.BATCH_GATEWAY_URLS || ‘[]’)

if (batchGatewayURLs.length === 0) {
throw new Error(‘UniversalResolver: No batch gateway URLs provided’)
}

await deploy(‘UniversalResolver’, {
from: deployer,
args: [registry.address, batchGatewayURLs],
log: true,
})
}`
what is batch gateway URL? can anyone provide the URL example as well.
Thankyou in advance !

1 Like

It’s list of web2 gateways used for CCIP-Read in official Universal Resolver

https://universal-offchain-unwrapper.ens-cf.workers.dev/