We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5df9d6e commit 109ce64Copy full SHA for 109ce64
2 files changed
params/networkdefaults/default_networks_test.go
@@ -5,11 +5,12 @@ import (
5
"testing"
6
7
"github.com/pkg/errors"
8
+ "github.com/stretchr/testify/require"
9
+
10
"github.com/status-im/status-go/params"
11
"github.com/status-im/status-go/pkg/security"
12
"github.com/status-im/status-go/protocol/requests"
13
"github.com/status-im/status-go/services/wallet/common"
- "github.com/stretchr/testify/require"
14
)
15
16
func TestBuildDefaultNetworks(t *testing.T) {
services/wallet/common/const.go
@@ -35,7 +35,6 @@ type ProviderID = string
35
// Provider IDs
36
const (
37
StatusSmartProxy = "status-smart-proxy"
38
- ProxyInfura = "proxy-infura"
39
SmartProxyAlchemy = "smart-proxy-alchemy"
40
Nodefleet = "nodefleet"
41
Infura = "infura"
0 commit comments