cURL
curl --request GET \ --url https://api.herodotus.cloud/chain-connection-contracts
{ "chainConnectionContracts": [ { "originChainId": "1", "destinationChainId": "STARKNET", "contracts": { "messageSender": { "deployedOnChainId": "STARKNET", "deployedAddress": "<string>" }, "messagesInbox": { "deployedOnChainId": "STARKNET", "deployedAddress": "<string>" }, "headerStore": { "deployedOnChainId": "STARKNET", "deployedAddress": "<string>" }, "timestampRemapper": { "deployedOnChainId": "STARKNET", "deployedAddress": "<string>" }, "factsRegistry": { "deployedOnChainId": "STARKNET", "deployedAddress": "<string>" } } } ] }
Returns a list of contracts used for supporting each chain connection
1
11155111
11155420
4801
84532
STARKNET
300
SN_SEPOLIA
421614
Default Response
The response is of type object.
object