Skip to content

Commit

Permalink
fix_: enable mercuryo providor (#6250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri authored Jan 21, 2025
1 parent 69855f2 commit 9beefed
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions api/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,9 @@ func SetFleet(fleet string, nodeConfig *params.NodeConfig) error {

func buildWalletConfig(request *requests.WalletSecretsConfig, statusProxyEnabled bool) params.WalletConfig {
walletConfig := params.WalletConfig{
Enabled: true,
AlchemyAPIKeys: make(map[uint64]string),
Enabled: true,
EnableMercuryoProvider: true,
AlchemyAPIKeys: make(map[uint64]string),
}

if request.StatusProxyStageName != "" {
Expand Down

0 comments on commit 9beefed

Please sign in to comment.