Skip to content

Commit 109ce64

Browse files
committed
fix: address pr comment
1 parent 5df9d6e commit 109ce64

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

params/networkdefaults/default_networks_test.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ import (
55
"testing"
66

77
"github.com/pkg/errors"
8+
"github.com/stretchr/testify/require"
9+
810
"github.com/status-im/status-go/params"
911
"github.com/status-im/status-go/pkg/security"
1012
"github.com/status-im/status-go/protocol/requests"
1113
"github.com/status-im/status-go/services/wallet/common"
12-
"github.com/stretchr/testify/require"
1314
)
1415

1516
func TestBuildDefaultNetworks(t *testing.T) {

services/wallet/common/const.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ type ProviderID = string
3535
// Provider IDs
3636
const (
3737
StatusSmartProxy = "status-smart-proxy"
38-
ProxyInfura = "proxy-infura"
3938
SmartProxyAlchemy = "smart-proxy-alchemy"
4039
Nodefleet = "nodefleet"
4140
Infura = "infura"

0 commit comments

Comments
 (0)