Mention trait approach for ETH RPC

After feedback from @osmaczko
This commit is contained in:
fryorcraken 2025-09-25 13:53:04 +10:00
parent 9d5191f75f
commit 616306e378
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -115,6 +115,7 @@ types:
networking_config: networking_config:
type: NetworkConfig type: NetworkConfig
default: DefaultNetworkingConfig default: DefaultNetworkingConfig
# TODO: to be reviewed, developers have expressed that accepting an object implementing specific traits is useful.
eth_rpc_endpoints: eth_rpc_endpoints:
type: array<string> type: array<string>
description: "Eth/Web3 RPC endpoint URLs" description: "Eth/Web3 RPC endpoint URLs"