This repository has been archived by the owner on Jan 8, 2025. It is now read-only.
Open
Description
Describe the enhancement request
At the moment, we have a lots of Arc
around JsonRpcClient<HttpTransport>
like here:
kakarot-rpc/src/test_utils/katana/mod.rs
Line 89 in 443e148
Thanks to xJonathanLEI/starknet-rs#666 and after the next release of starknet-rs
we will be able to remove these Arc
and just use a simple clone
.