Created
June 4, 2020 09:45
-
-
Save ligi/0522534dfd71e4fe0c8cfcb19c4f7b46 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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