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
Rate limit · GitHub

Whoa there!

You have triggered an abuse detection mechanism.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

amit-momin authored Oct 10, 2024
1 parent 4f8c55e commit de9ce67
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
@@ -153,6 +153,7 @@ func NewChainClient(
return &chainClient{
multiNode: multiNode,
logger: logger.Sugared(lggr),
chainType: chainType,
clientErrors: clientErrors,
}
}

0 comments on commit de9ce67

Please sign in to comment.