@@ -30,7 +30,7 @@ Settings via sdk `params` module:
30
30
- ` code_upload_access ` - who can upload a wasm binary: ` Nobody ` , ` Everybody ` , ` AnyOfAddresses `
31
31
- ` instantiate_default_permission ` - platform default, who can instantiate a wasm binary when the code owner has not set it
32
32
33
- See [ params.go] ( https://github.com/CosmWasm/wasmd/blob/master /x/wasm/types/params.go )
33
+ See [ params.go] ( https://github.com/CosmWasm/wasmd/blob/main /x/wasm/types/params.go )
34
34
35
35
### Init Params Via Genesis
36
36
@@ -47,7 +47,7 @@ See [params.go](https://github.com/CosmWasm/wasmd/blob/master/x/wasm/types/param
47
47
48
48
The values can be updated via gov proposal ` MsgUpdateParams ` .
49
49
50
- ### Update Params Via [ MsgUpdateParams] ( https://github.com/CosmWasm/wasmd/blob/v0.41.0 /proto/cosmwasm/wasm/v1/tx.proto#L263 )
50
+ ### Update Params Via [ MsgUpdateParams] ( https://github.com/CosmWasm/wasmd/blob/main /proto/cosmwasm/wasm/v1/tx.proto )
51
51
Example to submit a parameter change gov proposal:
52
52
53
53
- First create a draft proposal using the interactive CLI
@@ -165,9 +165,9 @@ wasmd tx gov submit-proposal <proposal-json-file> --from validator --chain-id=te
165
165
```
166
166
167
167
### Tests
168
- * [ params validation unit tests] ( https://github.com/CosmWasm/wasmd/blob/master /x/wasm/types/params_test.go )
169
- * [ genesis validation tests] ( https://github.com/CosmWasm/wasmd/blob/master /x/wasm/types/genesis_test.go )
170
- * [ policy integration tests] ( https://github.com/CosmWasm/wasmd/blob/master /x/wasm/keeper/keeper_test.go )
168
+ * [ params validation unit tests] ( https://github.com/CosmWasm/wasmd/blob/main /x/wasm/types/params_test.go )
169
+ * [ genesis validation tests] ( https://github.com/CosmWasm/wasmd/blob/main /x/wasm/types/genesis_test.go )
170
+ * [ policy integration tests] ( https://github.com/CosmWasm/wasmd/blob/main /x/wasm/keeper/keeper_test.go )
171
171
172
172
## CLI
173
173
0 commit comments