@@ -32,51 +32,6 @@ string minimum_fee_per_gas = 4 [
32
32
(gogoproto.nullable ) = false ,
33
33
(gogoproto.jsontag ) = "minimum_fee_per_gas"
34
34
];
35
- uint64 deliver_tx_hook_wasm_gas_limit = 5 ;
36
- // ChainConfig chain_config = 5 [(gogoproto.moretags) = "yaml:\"chain_config\"", (gogoproto.nullable) = false];
37
- // string chain_id = 6 [
38
- // (gogoproto.moretags) = "yaml:\"chain_id\"",
39
- // (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int",
40
- // (gogoproto.nullable) = false,
41
- // (gogoproto.jsontag) = "chain_id"
42
- // ];
43
- // repeated string whitelisted_codehashes_bank_send = 7 [
44
- // (gogoproto.moretags) = "yaml:\"whitelisted_codehashes_bank_send\"",
45
- // (gogoproto.jsontag) = "whitelisted_codehashes_bank_send"
46
- // ];
47
- repeated bytes whitelisted_cw_code_hashes_for_delegate_call = 8 [
48
- (gogoproto.moretags ) = "yaml:\"whitelisted_cw_code_hashes_for_delegate_call\"" ,
49
- (gogoproto.jsontag ) = "whitelisted_cw_code_hashes_for_delegate_call"
50
- ];
51
- }
52
-
53
- // ParamsV590 is for pre V580 and post V590
54
- message ParamsV590 {
55
- option (gogoproto.goproto_stringer ) = false ;
56
-
57
- // string base_denom = 1 [
58
- // (gogoproto.moretags) = "yaml:\"base_denom\"",
59
- // (gogoproto.jsontag) = "base_denom"
60
- // ];
61
- string priority_normalizer = 2 [
62
- (gogoproto.moretags ) = "yaml:\"priority_normalizer\"" ,
63
- (gogoproto.customtype ) = "github.com/cosmos/cosmos-sdk/types.Dec" ,
64
- (gogoproto.nullable ) = false ,
65
- (gogoproto.jsontag ) = "priority_normalizer"
66
- ];
67
- string base_fee_per_gas = 3 [
68
- (gogoproto.moretags ) = "yaml:\"base_fee_per_gas\"" ,
69
- (gogoproto.customtype ) = "github.com/cosmos/cosmos-sdk/types.Dec" ,
70
- (gogoproto.nullable ) = false ,
71
- (gogoproto.jsontag ) = "base_fee_per_gas"
72
- ];
73
- string minimum_fee_per_gas = 4 [
74
- (gogoproto.moretags ) = "yaml:\"minimum_fee_per_gas\"" ,
75
- (gogoproto.customtype ) = "github.com/cosmos/cosmos-sdk/types.Dec" ,
76
- (gogoproto.nullable ) = false ,
77
- (gogoproto.jsontag ) = "minimum_fee_per_gas"
78
- ];
79
-
80
35
// ChainConfig chain_config = 5 [(gogoproto.moretags) = "yaml:\"chain_config\"", (gogoproto.nullable) = false];
81
36
// string chain_id = 6 [
82
37
// (gogoproto.moretags) = "yaml:\"chain_id\"",
0 commit comments