From 05624b0407b68c1d3354877366ad9aebf59389f0 Mon Sep 17 00:00:00 2001 From: lbqds Date: Tue, 21 Jan 2025 12:32:00 +0800 Subject: [PATCH] Fix the mainnet node url --- configs/alephium/mainnet.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/alephium/mainnet.json b/configs/alephium/mainnet.json index 1fb65f56..062f5367 100644 --- a/configs/alephium/mainnet.json +++ b/configs/alephium/mainnet.json @@ -12,7 +12,7 @@ "nativeTokenBridge": "23Fj7xr1pxWfYLixz3aBC3u5dUJVpAjXArbpiYWxeGjQT", "bridgeRewardRouter": "4bf696a349e05532d4b0aec34d33c82a7ce4920210dfb83a76068a4cb698a000" }, - "nodeUrl": "https://node-v20.mainnet.alephium.org", + "nodeUrl": "https://node.mainnet.alephium.org", "explorerUrl": "https://backend-v113.mainnet.alephium.org", "networkId": 0, "coreEmitterAddress": "125397fbf4311a8b1da4c2eb01ca091b06f07d8a86b52b1836e0688c83b5b200", @@ -20,4 +20,4 @@ "bridgeTokens": [ "0000000000000000000000000000000000000000000000000000000000000000" ] -} \ No newline at end of file +}