Skip to content

Commit

Permalink
public repo (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
a10zn8 authored Jul 9, 2024
1 parent 2901fc5 commit 927575b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1,628 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[submodule "emerald-grpc"]
path = emerald-grpc
url = [email protected]:p2p-org/emerald-grpc.git
[submodule "foundation/src/main/resources/public"]
path = foundation/src/main/resources/public
url = [email protected]:drpcorg/public.git
Original file line number Diff line number Diff line change
Expand Up @@ -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 ->
Expand Down
Loading

0 comments on commit 927575b

Please sign in to comment.