File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments