Skip to content

Instantly share code, notes, and snippets.

@ligi
Created June 4, 2020 09:45
Show Gist options
  • Save ligi/0522534dfd71e4fe0c8cfcb19c4f7b46 to your computer and use it in GitHub Desktop.
Save ligi/0522534dfd71e4fe0c8cfcb19c4f7b46 to your computer and use it in GitHub Desktop.
val ChainIdToDappNodeRPC = mapOf(
1 to listOf("http://geth.dappnode:8545", "http://nethermind.public.dappnode:8545"),
3 to listOf("http://ropsten.dappnode:8545"),
4 to listOf("http://rinkeby.dappnode:8545"),
5 to listOf("http://goerli-geth.dappnode:8545"),
42 to listOf("http://kovan.dappnode:8545")
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment