Skip to content

Commit 27b050d

Browse files
committed
fix: merge
1 parent cf1a273 commit 27b050d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmd/cdk/cdk.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
"strings"
1212
"time"
1313

14-
"github.com/0xPolygon/polygon-cli/custom_marshaller"
14+
"github.com/0xPolygon/polygon-cli/custommarshaller"
1515
"github.com/0xPolygon/polygon-cli/flag"
1616
"github.com/ethereum/go-ethereum/accounts/abi"
1717
"github.com/ethereum/go-ethereum/common"

cmd/ulxly/ulxly.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import (
2424
"github.com/0xPolygon/polygon-cli/bindings/tokens"
2525
"github.com/0xPolygon/polygon-cli/bindings/ulxly"
2626
"github.com/0xPolygon/polygon-cli/bindings/ulxly/polygonrollupmanager"
27-
"github.com/0xPolygon/polygon-cli/cmd/flag_loader"
2827
"github.com/0xPolygon/polygon-cli/cmd/ulxly/bridge_service"
2928
bridge_service_factory "github.com/0xPolygon/polygon-cli/cmd/ulxly/bridge_service/factory"
3029
smcerror "github.com/0xPolygon/polygon-cli/errors"
30+
"github.com/0xPolygon/polygon-cli/flag"
3131
"github.com/ethereum/go-ethereum"
3232
"github.com/ethereum/go-ethereum/accounts/abi/bind"
3333
"github.com/ethereum/go-ethereum/common"

0 commit comments

Comments
 (0)