File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
x/contracts/vm/cmd/vmwithcontracts-cli/cmd Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -14,13 +14,15 @@ import (
14
14
"github.com/ava-labs/hypersdk/chain"
15
15
"github.com/ava-labs/hypersdk/cli"
16
16
"github.com/ava-labs/hypersdk/codec"
17
- "github.com/ava-labs/hypersdk/consts"
18
17
"github.com/ava-labs/hypersdk/crypto/bls"
19
18
"github.com/ava-labs/hypersdk/crypto/ed25519"
20
19
"github.com/ava-labs/hypersdk/crypto/secp256r1"
21
20
"github.com/ava-labs/hypersdk/pubsub"
22
21
"github.com/ava-labs/hypersdk/utils"
22
+ "github.com/ava-labs/hypersdk/x/contracts/vm/consts"
23
23
"github.com/ava-labs/hypersdk/x/contracts/vm/vm"
24
+
25
+ hconsts "github.com/ava-labs/hypersdk/consts"
24
26
)
25
27
26
28
var _ cli.Controller = (* Controller )(nil )
@@ -122,7 +124,7 @@ func (*Controller) Symbol() string {
122
124
}
123
125
124
126
func (* Controller ) Decimals () uint8 {
125
- return consts .Decimals
127
+ return hconsts .Decimals
126
128
}
127
129
128
130
func (* Controller ) GetParser (uri string ) (chain.Parser , error ) {
You can’t perform that action at this time.
0 commit comments