Skip to content

Commit

Permalink
Merge pull request #242 from Fairblock/fix/audit-2.0
Browse files Browse the repository at this point in the history
Fix audit 2.0
  • Loading branch information
p0p3yee authored Nov 26, 2024
2 parents 6d98dcf + 8ddebf7 commit 5b83051
Show file tree
Hide file tree
Showing 19 changed files with 480 additions and 113 deletions.
103 changes: 82 additions & 21 deletions api/fairyring/pep/params.pulsar.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/fairyring/pep/params.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ message Params {
repeated string trusted_addresses = 4 [(gogoproto.moretags) = "yaml:\"trusted_addresses\""];
cosmos.base.v1beta1.Coin min_gas_price = 5 [(gogoproto.moretags) = "yaml:\"min_gas_price\""];
cosmos.base.v1beta1.Coin private_decryption_key_price = 6 [(gogoproto.moretags) = "yaml:\"private_decryption_key_price\""];
uint64 max_contract_gas = 7 [(gogoproto.moretags) = "yaml:\"max_contract_gas\""];
}

// TrustedCounterParty defines the structure to store the ibc info
Expand Down
Loading

0 comments on commit 5b83051

Please sign in to comment.