pub const RPC_DIG_NET_URL: &str = "https://rpc.dig.net";Expand description
The public DIG read gateway.
This is the FINAL-FALLBACK tier of the §5.3 client→node connection order:
a client falls through to this plain-HTTPS public read tier only when
neither dig.local nor localhost (both on DIG_NODE_PORT) responds.
This constant ensures all consumers (dig-download, digstore CLI, dig-sdk,
dig-node) reference an identical gateway URL instead of each hardcoding
their own copy of rpc.dig.net.