Skip to content

Commit

Permalink
fix(revert): prior change
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilbe27 committed Nov 30, 2023
1 parent 1c9cf0d commit 5690d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nibijs/src/chain/chain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ export class CustomChain implements Chain {

private initChainId = () => {
const { prefix, shortName, number } = this.chainIdParts
return [prefix, shortName, number].filter(Boolean).join("-")
return [prefix, shortName, number].join("-")
}
}

Expand Down

0 comments on commit 5690d98

Please sign in to comment.