diff --git a/examples/chain/70_MsgLiquidatePosition/example.go b/examples/chain/70_MsgLiquidatePosition/example.go index 6fa8324b..23cbb1e9 100644 --- a/examples/chain/70_MsgLiquidatePosition/example.go +++ b/examples/chain/70_MsgLiquidatePosition/example.go @@ -4,9 +4,10 @@ import ( "context" "encoding/json" "fmt" + "os" + exchangeclient "github.com/InjectiveLabs/sdk-go/client/exchange" "github.com/google/uuid" - "os" "github.com/InjectiveLabs/sdk-go/client/common" "github.com/shopspring/decimal"