Rootul P
Rootul P
Let's proceed with https://github.com/celestiaorg/nmt/pull/220 and tackle this issue in a follow-up PR.
I'm encountering TSC errors when adding `set.js` as a dependency to [index-ui](https://github.com/SetProtocol/index-ui) however the error appears a bit misleading: ``` Failed to compile. /Users/rootulp/git/index-ui/src/contexts/Airdrop/AirdropProvider.tsx TypeScript error in /Users/rootulp/git/index-ui/src/contexts/Airdrop/AirdropProvider.tsx(2,26): Could not...
Disregard, the above error seems unique to index-ui and may be resolved by https://github.com/SetProtocol/index-ui/pull/364
FWIW I no longer observe this error. This issue may be safe to close unless @cgewecke you have observed other compilation errors recently
Hi @BlockChainScript ! Sorry about that. I have been in a similar position so I can relate. It looks like you're trying to initialize SetJS on Polygon so I think...
@AslanGoldenhour sure! https://github.com/rootulp/explore-sets uses this library. I agree a getting started example or docs would help. LMK if you have questions while drafting such a resource.
This seems caused by https://github.com/antlr/antlr4/issues/2834 which gets pulled in by [solhint](https://www.npmjs.com/package/solhint)
The latest release of solhint ([3.3.6](https://www.npmjs.com/package/solhint/v/3.3.6)) depends on antlr 4.7.1 (see [here](https://github.com/protofire/solhint/blob/v3.3.6/package.json#L40)) which still contains this issue so upgrading won't resolve. We need antlr 4.9
We can track https://github.com/protofire/solhint/issues/309 and upgrade solhint after that is resolved
FWIW I retried this workflow a few times until all transactions were sent. It was an extremely unsatisfying user experience and honestly quite worrisome so I wish Helium devs prioritized...