Skip to content

Commit

Permalink
fix(sequencer): change metadata gas_price Int to string (#1290)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Dec 20, 2024
1 parent 2a07ba3 commit 5881e3e
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 54 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ message SequencerMetadata {
// snapshots of the sequencer
repeated SnapshotInfo snapshots = 14;
// gas_price defines the value for each gas unit
string gas_price = 15 [(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Int"];
string gas_price = 15;
}

message ContactDetails {
Expand Down
101 changes: 48 additions & 53 deletions types/pb/dymensionxyz/dymension/sequencer/metadata.pb.go

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

0 comments on commit 5881e3e

Please sign in to comment.