Skip to content

Commit

Permalink
Use internal APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
richardpringle committed Sep 11, 2024
1 parent 4ebb376 commit abf209b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/vmwithcontracts/actions/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/ava-labs/hypersdk/chain"
"github.com/ava-labs/hypersdk/codec"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/storage"
"github.com/ava-labs/hypersdk/keys"
"github.com/ava-labs/hypersdk/internal/keys"
"github.com/ava-labs/hypersdk/state"
"github.com/ava-labs/hypersdk/x/programs/runtime"

Expand Down
2 changes: 1 addition & 1 deletion examples/vmwithcontracts/actions/publish.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (
"github.com/ava-labs/hypersdk/codec"
"github.com/ava-labs/hypersdk/consts"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/storage"
"github.com/ava-labs/hypersdk/keys"
"github.com/ava-labs/hypersdk/internal/keys"
"github.com/ava-labs/hypersdk/state"
"github.com/ava-labs/hypersdk/x/programs/runtime"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
"github.com/fatih/color"
"github.com/spf13/cobra"

"github.com/ava-labs/hypersdk/fees"
"github.com/ava-labs/hypersdk/internal/fees"
"github.com/ava-labs/hypersdk/genesis"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/ava-labs/hypersdk/crypto/secp256r1"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/consts"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/vm"
"github.com/ava-labs/hypersdk/pubsub"
"github.com/ava-labs/hypersdk/internal/pubsub"
"github.com/ava-labs/hypersdk/utils"
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/actions"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/consts"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/vm"
"github.com/ava-labs/hypersdk/pubsub"
"github.com/ava-labs/hypersdk/internal/pubsub"
"github.com/ava-labs/hypersdk/utils"
)

Expand Down
2 changes: 1 addition & 1 deletion examples/vmwithcontracts/storage/programs.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
"github.com/ava-labs/avalanchego/ids"

"github.com/ava-labs/hypersdk/codec"
"github.com/ava-labs/hypersdk/keys"
"github.com/ava-labs/hypersdk/internal/keys"
"github.com/ava-labs/hypersdk/state"
"github.com/ava-labs/hypersdk/x/programs/runtime"
)
Expand Down
2 changes: 1 addition & 1 deletion examples/vmwithcontracts/tests/workload/workload.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/actions"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/consts"
"github.com/ava-labs/hypersdk/examples/vmwithcontracts/vm"
"github.com/ava-labs/hypersdk/fees"
"github.com/ava-labs/hypersdk/internal/fees"
"github.com/ava-labs/hypersdk/genesis"
"github.com/ava-labs/hypersdk/tests/workload"
)
Expand Down

0 comments on commit abf209b

Please sign in to comment.