Skip to content

Commit d9336a2

Browse files
committed
re-gen
1 parent c1472a9 commit d9336a2

File tree

2 files changed

+125
-46
lines changed

2 files changed

+125
-46
lines changed

chain/oracle/types/genesis.pb.go

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

chain/oracle/types/params.go

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,18 @@ func DefaultBandIBCParams() BandIBCParams {
5454
func (p Params) Validate() error {
5555
return nil
5656
}
57+
58+
func DefaultTestBandIbcParams() *BandIBCParams {
59+
return &BandIBCParams{
60+
// true if Band IBC should be enabled
61+
BandIbcEnabled: true,
62+
// block request interval to send Band IBC prices
63+
IbcRequestInterval: 10,
64+
// band IBC source channel
65+
IbcSourceChannel: "channel-0",
66+
// band IBC version
67+
IbcVersion: "bandchain-1",
68+
// band IBC portID
69+
IbcPortId: "oracle",
70+
}
71+
}

0 commit comments

Comments
 (0)