Retrieves the contract associated with a given address from the specified chain.
The chain from which to retrieve the contract.
The address of the contract to retrieve.
The contract associated with the given address.
ChainDoesNotSupportContract If the chain does not support the contract.
getChainContractByAddress(ETH_SEPOLIA, '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238')// => { address: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238' } Copy
getChainContractByAddress(ETH_SEPOLIA, '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238')// => { address: '0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238' }
Retrieves the contract associated with a given address from the specified chain.