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 !