Skip to content

Commit 5b83051

Browse files
authored
Merge pull request #242 from Fairblock/fix/audit-2.0
Fix audit 2.0
2 parents 6d98dcf + 8ddebf7 commit 5b83051

File tree

19 files changed

+480
-113
lines changed

19 files changed

+480
-113
lines changed

api/fairyring/pep/params.pulsar.go

Lines changed: 82 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/fairyring/pep/params.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ message Params {
1717
repeated string trusted_addresses = 4 [(gogoproto.moretags) = "yaml:\"trusted_addresses\""];
1818
cosmos.base.v1beta1.Coin min_gas_price = 5 [(gogoproto.moretags) = "yaml:\"min_gas_price\""];
1919
cosmos.base.v1beta1.Coin private_decryption_key_price = 6 [(gogoproto.moretags) = "yaml:\"private_decryption_key_price\""];
20+
uint64 max_contract_gas = 7 [(gogoproto.moretags) = "yaml:\"max_contract_gas\""];
2021
}
2122

2223
// TrustedCounterParty defines the structure to store the ibc info

0 commit comments

Comments
 (0)