Skip to content

Commit

Permalink
Merge pull request #112 from CosmosContracts/bump_wasm_compile_cost_a…
Browse files Browse the repository at this point in the history
…gain

10x the wasm compile cost in config
  • Loading branch information
JakeHartnell authored Dec 5, 2021
2 parents 741328f + 414c7f7 commit 998e1b6
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 998e1b6

Please sign in to comment.