Skip to content

Commit

Permalink
Merge pull request #351 from ethstorage/integratiointest
Browse files Browse the repository at this point in the history
update RPC to L2 beta testnet for integration test and alerting action
  • Loading branch information
ping-ke authored Dec 25, 2024
2 parents cf60b96 + c2599f7 commit c01ffbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion cmd/alert/rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/scripts/ituploader.js
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
]
Expand Down
4 changes: 2 additions & 2 deletions run-l2-it-rpc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions run-l2-it.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit c01ffbc

Please sign in to comment.