Skip to content

Commit

Permalink
fix_: enable mercuryo providor
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Jan 20, 2025
1 parent 40b4ae4 commit 1195d74
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 1195d74

Please sign in to comment.