You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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?