Skip to content

Commit

Permalink
Update DefaultGasCostBuildAddress value
Browse files Browse the repository at this point in the history
  • Loading branch information
pinosu committed Jul 2, 2024
1 parent 9dd5b78 commit 895e633
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x/wasm/keeper/querier.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

// DefaultGasCostBuildAddress is the SDK gas cost to build a contract address
const DefaultGasCostBuildAddress = 500_000
const DefaultGasCostBuildAddress = 10

var _ types.QueryServer = &GrpcQuerier{}

Expand Down

0 comments on commit 895e633

Please sign in to comment.