Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Reecepbcups committed May 24, 2024
1 parent ebcb8a8 commit 36510eb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions local-interchain/interchain/types/chain_builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ import (

// NewChainBuilder creates a new Chain.
func NewChainBuilder(name, chainID, binary, denom, bech32 string) *Chain {
coinType := 118

return &Chain{
Name: name,
ChainID: chainID,
Expand All @@ -24,7 +22,7 @@ func NewChainBuilder(name, chainID, binary, denom, bech32 string) *Chain {
TrustingPeriod: "336h",
Bech32Prefix: bech32,
ChainType: "cosmos",
CoinType: coinType,
CoinType: 118,
GasAdjustment: 2.0,
NumberVals: 1,
NumberNode: 0,
Expand Down

0 comments on commit 36510eb

Please sign in to comment.