Francesco Ceccon
Francesco Ceccon
My use case is a data pipeline that imports data from json files to clickhouse. Data could have any shape and it's known only by the user. Looks like the...
I don't know the names/types _at compile time_. In my case, I know the name of the columns (but not the type, tho I can work around that) at runtime....
Obviously I'm not implementing that, it's just a self-contained example.
In my case even a simple `DynamicRow` type where the column names are passed in `new` would work. I tried to implement it but it requires changing more code than...
Yes, happy to accept a contribution for this. The hooks should accept a new optional argument `chainId?: bigint` and use that to lookup which contracts to use.
Hey @raizo07 I assigned the issue to you.
Hey, yes starknet-react uses a `bigint` as chainid because IMHO it works much better than hex-encoded values. To test the hook you can use a chainid from `@starknet-react/chains`, e.g. `mainnet.id`.
Yes please! I don't have the time to write a fix but happy to review a pr.
Fixed in #199.
We have a contributor that started looking into this! Let me get back to you soon with more information.