We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4826ffc commit 9253a2dCopy full SHA for 9253a2d
1 file changed
x/cronos/types/params.go
@@ -13,11 +13,11 @@ var (
13
// KeyIbcCroDenom is store's key for the IBC Cro denomination
14
KeyIbcCroDenom = []byte("IbcCroDenom")
15
// KeyIbcTimeout is store's key for the IBC Timeout
16
- KeyIbcTimeout = []byte("KeyIbcTimeout")
+ KeyIbcTimeout = []byte("IbcTimeout")
17
// KeyCronosAdmin is store's key for the admin address
18
- KeyCronosAdmin = []byte("KeyCronosAdmin")
+ KeyCronosAdmin = []byte("CronosAdmin")
19
// KeyEnableAutoDeployment is store's key for the EnableAutoDeployment
20
- KeyEnableAutoDeployment = []byte("KeyEnableAutoDeployment")
+ KeyEnableAutoDeployment = []byte("EnableAutoDeployment")
21
)
22
23
const IbcCroDenomDefaultValue = "ibc/6B5A664BF0AF4F71B2F0BAA33141E2F1321242FBD5D19762F541EC971ACB0865"
0 commit comments