public repo (#520)
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "emerald-grpc"]
|
||||
path = emerald-grpc
|
||||
url = git@github.com:p2p-org/emerald-grpc.git
|
||||
[submodule "foundation/src/main/resources/public"]
|
||||
path = foundation/src/main/resources/public
|
||||
url = git@github.com:drpcorg/public.git
|
||||
|
||||
@@ -14,7 +14,7 @@ class ChainsConfigReader(
|
||||
private val chainsOptionsReader: ChainOptionsReader,
|
||||
) : YamlConfigReader<ChainsConfig>() {
|
||||
|
||||
private val defaultConfig = this::class.java.getResourceAsStream("/chains.yaml")!!
|
||||
private val defaultConfig = this::class.java.getResourceAsStream("/public/chains.yaml")!!
|
||||
|
||||
private fun readChains(input: MappingNode?): Map<Int, Pair<String, MappingNode>> {
|
||||
return getMapping(input, "chain-settings")?.let { config ->
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
1
foundation/src/main/resources/public
Submodule
1
foundation/src/main/resources/public
Submodule
Submodule foundation/src/main/resources/public added at 330b536a33
Reference in New Issue
Block a user