Hello There,
In the assethub migration doc I see:
# Primary Asset Hub node
SAS_SUBSTRATE_URL=wss://westend-asset-hub-rpc.polkadot.io
# Additional chain configuration (relay chain in this case)
SAS_SUBSTRATE_MULTI_CHAIN_URL='[{"url":"wss://westend-rpc.polkadot.io","type":"relay"}]'
Would substrate-api-sidecar still work if I point SAS_SUBSTRATE_URL
to the relay chain RPC url and point SAS_SUBSTRATE_MULTI_CHAIN_URL
to the assethub RPC url?