Expose Router Address in SDK Configuration
Problem
The SDK exposes contract addresses for all registries via the Conf interface:
portalRegistryAddress
moduleRegistryAddress
schemaRegistryAddress
attestationRegistryAddress
The router address is not exposed, requiring consumers to discover it through other means.
Expected Behavior
The router address should be accessible in the same way as registry addresses:
- Available in the
Conf interface
- Included in all default network configurations (
DEFAULT_LINEA_MAINNET, DEFAULT_LINEA_SEPOLIA, etc.)
Acceptance Criteria
Expose Router Address in SDK Configuration
Problem
The SDK exposes contract addresses for all registries via the
Confinterface:portalRegistryAddressmoduleRegistryAddressschemaRegistryAddressattestationRegistryAddressThe router address is not exposed, requiring consumers to discover it through other means.
Expected Behavior
The router address should be accessible in the same way as registry addresses:
ConfinterfaceDEFAULT_LINEA_MAINNET,DEFAULT_LINEA_SEPOLIA, etc.)Acceptance Criteria