Peersky
Peersky
Also @daria-bochkareva we are moving in engineering development towards `engine.moonstream.to`, should we still remove `engine` mentions from landing page (corresponding with mockup) ?
Would love to have this resolved asap :(
> @peersky thanks for making these changes. The changes LGTM, but you'll need to also update the Github workflow files to use these new env vars. Places like [here](https://github.com/compound-finance/comet/blob/main/.github/workflows/deploy-market.yaml#L36-L44) and...
Hmm maybe Im missing something but In any way I had to write code that converts arrays with non-number keys in to objects to counter issue I was facing, because...
I solved this in my application level by wrapping any ethers js decoding in to recursive function that returns objects instead of mixed array/object. Im also doing hard copies from...
I see that code was updated on main and now does proxy to rpc call for contract creation, however this seem to still be not very stable, im getting scroll...
@kevincheng96 I see that code in main was updated and now does proxy to rpc call for contract creation, however this seem to still be not very stable, im getting...
Checked the hardhat code. It's just missing in readme that for base one needs to define `QUICKNODE_KEY` . Using generic `BASE_RPC_URL` would still be best for more wider provider scope.