Skip to content

Commit 5f64bbc

Browse files
committed
chore: export subscriptions
This has a knock-on effect of nim-serde not being imported into subscriptions when JsonRpcProvider.new is called from a consumer that does not export nim-serde.
1 parent 765379a commit 5f64bbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ethers/providers/jsonrpc.nim

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export basics
1717
export provider
1818
export chronicles
1919
export errors.JsonRpcProviderError
20+
export subscriptions
2021

2122
{.push raises: [].}
2223

0 commit comments

Comments
 (0)