Skip to content

Commit

Permalink
Set chainType in chain client (#14719)
Browse files Browse the repository at this point in the history
* Set chain client chainType

* Added changeset
  • Loading branch information
amit-momin authored Oct 10, 2024
1 parent 4f8c55e commit de9ce67
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/flat-spiders-sing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"chainlink": patch
---

Set chainType in chain client #internal
1 change: 1 addition & 0 deletions core/chains/evm/client/chain_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ func NewChainClient(
return &chainClient{
multiNode: multiNode,
logger: logger.Sugared(lggr),
chainType: chainType,
clientErrors: clientErrors,
}
}
Expand Down

0 comments on commit de9ce67

Please sign in to comment.