Skip to content

Commit

Permalink
10x the wasm compile cost in config
Browse files Browse the repository at this point in the history
  • Loading branch information
the-frey committed Dec 5, 2021
1 parent 741328f commit 414c7f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/wasm_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// DefaultJunoInstanceCost is initially set the same as in wasmd
DefaultJunoInstanceCost uint64 = 60_000
// DefaultJunoCompileCost set to a large number for testing
DefaultJunoCompileCost uint64 = 10
DefaultJunoCompileCost uint64 = 100
)

// JunoGasRegisterConfig is defaults plus a custom compile amount
Expand Down

0 comments on commit 414c7f7

Please sign in to comment.