Move eth rpc endpoints to top

This commit is contained in:
fryorcraken 2025-09-10 14:19:52 +10:00
parent f68707ea86
commit cf84d3d4a3
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4

View File

@ -112,6 +112,9 @@ types:
# Until further dogfooding, assuming default false, usage of SDS should be preferred # Until further dogfooding, assuming default false, usage of SDS should be preferred
default: false default: false
description: "No-payload store hash queries are made to confirm whether outbound messages were received by remote store node." description: "No-payload store hash queries are made to confirm whether outbound messages were received by remote store node."
eth_rpc_endpoints:
type: array<string>
description: "Eth/Web3 RPC endpoint URLs"
NetworkConfig: NetworkConfig:
type: struct type: struct
@ -173,9 +176,6 @@ types:
epoch_size_sec: epoch_size_sec:
type: uint type: uint
description: "The epoch size to use for RLN, in seconds" description: "The epoch size to use for RLN, in seconds"
rpc_api_urls:
type: array<string>
description: "Web3 RPC API URLs"
``` ```
#### Function definitions #### Function definitions