ligi / goerli_test

Testing the four goerli RPC endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GOERLI NETWORK TEST

This test attempts to access the Rhombus Network Lighthouse contract 100 times for each of the goerli rpc access points

"http://goerli.blockscout.com",
"http://goerli.prylabs.net",
"https://rpc.goerli.mudit.blog",
"https://rpc.slock.it/goerli"

inside a 100 x loop: A connection is established The peekData function is called on the Lighthouse contract at 0x4E10A95f0bb2fEc6ec1c4296a16420a018a5F9Fe If no errors were encountered, the score is incremented.

Scores

http://goerli.blockscout.com   0
http://goerli.prylabs.net      100
https://rpc.goerli.mudit.blog   29
https://rpc.slock.it/goerli    100

About

Testing the four goerli RPC endpoints


Languages

Language:Go 100.0%