fix_: enable mercuryo providor (#6250)

This commit is contained in:
Mohsen 2025-01-21 20:07:27 +03:00 committed by GitHub
parent 69855f2e36
commit 9beefed89c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -169,8 +169,9 @@ func SetFleet(fleet string, nodeConfig *params.NodeConfig) error {
func buildWalletConfig(request *requests.WalletSecretsConfig, statusProxyEnabled bool) params.WalletConfig { func buildWalletConfig(request *requests.WalletSecretsConfig, statusProxyEnabled bool) params.WalletConfig {
walletConfig := params.WalletConfig{ walletConfig := params.WalletConfig{
Enabled: true, Enabled: true,
AlchemyAPIKeys: make(map[uint64]string), EnableMercuryoProvider: true,
AlchemyAPIKeys: make(map[uint64]string),
} }
if request.StatusProxyStageName != "" { if request.StatusProxyStageName != "" {