Skip to content

Commit d186aad

Browse files
committed
fix: update RPC domain from platform.network to platform.zip
1 parent b4337a7 commit d186aad

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bins/validator-node/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5477,7 +5477,7 @@ fn try_finalize_evaluation(state: &mut platform_p2p_consensus::ChainState, submi
54775477
/// Fetch pre-computed weights from the primary validator's RPC endpoint.
54785478
/// Returns Vec<(mechanism_id, uids, weights)> ready for submission.
54795479
async fn fetch_remote_weights() -> anyhow::Result<Vec<(u8, Vec<u16>, Vec<u16>)>> {
5480-
let url = "https://chain.platform.network/rpc";
5480+
let url = "https://chain.platform.zip/rpc";
54815481
let body = serde_json::json!({
54825482
"jsonrpc": "2.0",
54835483
"method": "subnet_getWeights",

0 commit comments

Comments
 (0)