Look up the facilitator deployment for a given network.
CAIP-2 network identifier (e.g. "eip155:84532")
"eip155:84532"
Deployment info, or undefined if not yet deployed on that network.
undefined
const dep = getFacilitatorDeployment('eip155:84532');if (dep) { console.log(dep.address, dep.chainId);} Copy
const dep = getFacilitatorDeployment('eip155:84532');if (dep) { console.log(dep.address, dep.chainId);}
Look up the facilitator deployment for a given network.