Zach Obront
Zach Obront
Thanks @onbjerg and @mds1. I'm needing to get much better acquainted with ethers-rs and it's taking a minute, but have the basics figured out and should have fixed version early...
Thanks @onbjerg for pointing me in the right direction on this. I think the latest commit should be a lot closer. ## Utils I was able to get rid of...
Commit from yesterday used proper types for the core logic, but missed using tx receipt to simplify. Just implemented that and cleaned it up a lot, added comments, etc. Ready...
> Regarding your tradeoff, we handle that on traces by getting the signature from sam's db and use the following function: > > https://github.com/foundry-rs/foundry/blob/be07dda496604d53493ec4ae9cd7b553a2d70a61/utils/src/lib.rs#L290-L292 @joshieDo Interesting. That logic seems to...
@onbjerg @joshieDo As it currently works, if the transaction is executed with a proxy contract, the ABI from Etherscan is that of the proxy so it doesn't find the matching...
@etheria-chan Do you have time to help figure this out? @augustfr Etheria built the ERC1155 piece and CLI so hopefully she'll be able to troubleshoot.
What chain ID are you using? On Sat, Mar 19, 2022 at 9:03 PM uparupaNFT ***@***.***> wrote: > Token 2 Error: > Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, >...
Is your provider endpoint from Infura / Alchemy set up for Polygon? If you share your code I can take a look.
No image attached. You just put the HTTP link from Alchemy as the PROVIDER_ENDPOINT. If you send the code I can help, but otherwise I'll close this.
@tynes Using the example where we have a highly liquid asset and want to pull prices from an AMM, presumably it'd be helpful to have a TWAP so it couldn't...