From 5c5ddb04bfc1e32520b6285d3c906ca696c2804b Mon Sep 17 00:00:00 2001 From: pingke Date: Wed, 25 Dec 2024 12:02:20 +0800 Subject: [PATCH] update L2 RPC to beta one --- cmd/alert/rules.json | 2 +- integration_tests/scripts/ituploader.js | 2 +- run-l2-it-rpc.sh | 4 ++-- run-l2-it.sh | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/cmd/alert/rules.json b/cmd/alert/rules.json index 22a29c18..23c05ca1 100644 --- a/cmd/alert/rules.json +++ b/cmd/alert/rules.json @@ -12,7 +12,7 @@ "params":{ "name":"L2 Last Mined Block Alert", "contract":"0x64003adbdf3014f7E38FC6BE752EB047b95da89A", - "rpc":"http://65.109.20.29:8545" + "rpc":"http://5.9.87.214:8545" } }, { diff --git a/integration_tests/scripts/ituploader.js b/integration_tests/scripts/ituploader.js index fe275444..408c7dcf 100644 --- a/integration_tests/scripts/ituploader.js +++ b/integration_tests/scripts/ituploader.js @@ -8,7 +8,7 @@ const dotenv = require("dotenv") dotenv.config() const privateKey = process.env.ES_NODE_UPLOADER_PRIVATE_KEY; const contractAddr = process.env.ES_NODE_CONTRACT_ADDRESS; -const RPC = 'http://65.109.20.29:8545'; +const RPC = 'http://5.9.87.214:8545'; const contractABI = [ "function lastKvIdx() public view returns (uint40)" ] diff --git a/run-l2-it-rpc.sh b/run-l2-it-rpc.sh index 5a68e2ea..fcd2bcd2 100755 --- a/run-l2-it-rpc.sh +++ b/run-l2-it-rpc.sh @@ -28,8 +28,8 @@ exec ./build/bin/es-node \ --miner.enabled=false \ --miner.zkey $zkey_file \ --l1.block_time 2 \ - --l1.rpc http://65.109.20.29:8545 \ - --da.url http://65.109.20.29:8888 \ + --l1.rpc http://5.9.87.214:8545 \ + --da.url http://5.9.87.214:8888 \ --randao.url http://88.99.30.186:8545 \ --rpc.port 9595 \ --p2p.listen.udp 30395 \ diff --git a/run-l2-it.sh b/run-l2-it.sh index a8768dd9..a2d862f8 100755 --- a/run-l2-it.sh +++ b/run-l2-it.sh @@ -26,8 +26,8 @@ exec ./build/bin/es-node \ --miner.enabled \ --miner.zkey $zkey_file \ --l1.block_time 2 \ - --l1.rpc http://65.109.20.29:8545 \ - --da.url http://65.109.20.29:8888 \ + --l1.rpc http://5.9.87.214:8545 \ + --da.url http://5.9.87.214:8888 \ --randao.url http://88.99.30.186:8545 \ --state.upload.url http://127.0.0.1:9096 \ --rpc.port 9596 \