diff --git a/README.md b/README.md index a8a36a6..f332c71 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ 1. [Joining](/docs/join.md) 1. [Building on Althea L1](/docs/development/index.md) +1. [Testnet resources](/docs/testnet.md) 1. [Hackathon project index](https://dorahacks.io/hackathon/145) 1. [Source code](https://github.com/althea-net/althea-l1) 1. [Community Discord](https://discord.gg/hHx7HxcycF) diff --git a/docs/testnet.md b/docs/testnet.md new file mode 100644 index 0000000..21fcedc --- /dev/null +++ b/docs/testnet.md @@ -0,0 +1,17 @@ +# Testnet Info + +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