Skip to content

Commit

Permalink
camel case const
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianElvis committed Aug 14, 2024
1 parent 06bc78a commit 5e2be29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clientcontroller/opstackl2/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
)

const (
BABYLON_CHAIN_NAME = "Babylon"
BabylonChainName = "Babylon"
)

var _ api.ConsumerController = &OPStackL2ConsumerController{}
Expand Down Expand Up @@ -87,7 +87,7 @@ func NewCwClient(cwConfig *cwconfig.CosmwasmConfig, logger *zap.Logger) (*cwclie

cwClient, err := cwclient.New(
cwConfig,
BABYLON_CHAIN_NAME,
BabylonChainName,
cwEncodingCfg,
logger,
)
Expand Down

0 comments on commit 5e2be29

Please sign in to comment.