mirror of
https://github.com/status-im/status-go.git
synced 2025-03-03 08:00:54 +00:00
fix_: enable mercuryo providor (#6250)
This commit is contained in:
parent
69855f2e36
commit
9beefed89c
@ -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 != "" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user