From 9f225f4cfd3efb08bc0db51fe3c71d621ce65e50 Mon Sep 17 00:00:00 2001 From: ps350 <88105621+ps350@users.noreply.github.com> Date: Sat, 26 Oct 2024 13:19:51 -0700 Subject: [PATCH] Fix lint errors --- docs/testnet.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/testnet.md b/docs/testnet.md index 21fcedc..2033b9c 100644 --- a/docs/testnet.md +++ b/docs/testnet.md @@ -5,13 +5,15 @@ There's a testnet instance hosted at `testnet.althea.net` If you would like testnet tokens please post your address in the #dev channel in Althea Discord and @ a mod. ## Chain ID + `althea_6633438-1` ## RPC list + ``` testnet.althea.net:8545 #EVM RPC testnet.althea.net:8546 #EVM Websockets testnet.althea.net:26657 #Cosmos RPC testnet.althea.net:1317 #Cosmos Legacy RPC testnet.althea.net:9090 #Cosmos GRPC -``` \ No newline at end of file +```