Skip to content

Commit

Permalink
disable unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
beer-1 committed Oct 31, 2024
1 parent aeb6e53 commit 1bb5b19
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x/move/keeper/keeper.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ func NewKeeper(
}

moveVM, err := vm.NewVM(vmtypes.InitiaVMConfig{
// TODO: check this before mainnet
AllowUnstable: true,
AllowUnstable: false,
ScriptCacheCapacity: moveConfig.ScriptCacheCapacity,
ModuleCacheCapacity: moveConfig.ModuleCacheCapacity,
})
Expand Down

0 comments on commit 1bb5b19

Please sign in to comment.