Updated on 2026-08-14
This commit is contained in:
parent
9b506f8b25
commit
39f385d4ba
7 changed files with 10 additions and 15 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 16c0de5855d0a75e285a9c84e616dd020f7da4d1
|
||||
Subproject commit 27ddebaece01b8e13a9bbafd51f5ff1d64efc2a6
|
||||
|
|
@ -8,13 +8,9 @@ internal class DefaultP2PEthPoolAuthProvider(
|
|||
) : P2PEthPoolAuthProvider {
|
||||
|
||||
override fun getApiKey(): String {
|
||||
// val keys = environmentConfigStorage.getConfigSync().p2pApiKey
|
||||
// ?: error("No P2P api keys provided")
|
||||
//
|
||||
// return keys.mainnet
|
||||
val keys = environmentConfigStorage.getConfigSync().p2pApiKey
|
||||
?: error("No P2P api keys provided")
|
||||
|
||||
environmentConfigStorage
|
||||
|
||||
return "TODO restore p2p config call after release 5.30"
|
||||
return keys.mainnet
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue