mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 15:11:02 +00:00
16 lines
440 B
Bash
Executable File
16 lines
440 B
Bash
Executable File
#!/bin/bash
|
|
set -xeu
|
|
|
|
sleep 60
|
|
curl -v http://poa-node-arthur:8545/api/health
|
|
curl -v http://poa-node-bertha:8545/api/health
|
|
curl -v http://poa-node-carlos:8545/api/health
|
|
curl -v http://rialto-node-alice:9933/health
|
|
curl -v http://rialto-node-bob:9933/health
|
|
curl -v http://rialto-node-charlie:9933/health
|
|
|
|
/home/user/ethereum-poa-relay eth-to-sub \
|
|
--sub-host rialto-node-alice \
|
|
--eth-host poa-node-arthur \
|
|
--prometheus-host=0.0.0.0
|