Skip to content

Commit

Permalink
fix: add chainId to rpc samples (#1348)
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Rice <[email protected]>
  • Loading branch information
mrice32 authored Mar 22, 2024
1 parent d4cbd89 commit 33471c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/ProviderUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class RateLimitedProvider extends ethers.providers.StaticJsonRpcProvider {
provider: getOriginFromURL(this.connection.url),
method,
params,
chainId: this.network.chainId,
};

// In this path we log an rpc response sample.
Expand Down

0 comments on commit 33471c4

Please sign in to comment.