Piotr Galar
Piotr Galar
Not quite, we have an action that already knows how to build and upload assets so I wouldn't replicate that logic here.
Hey! Thanks for creating the issue. You should be able to define your custom chain ID in your hardhat ~~config file~~ script as follows - https://github.com/NomicFoundation/hardhat/issues/5928#issuecomment-2453265059 That way, we don't...
Could you update the reproduction steps? I no longer see the error you reported if I update `./scripts/test.ts` you provided to: ```typescript import hre from "hardhat"; import { defineChain }...
Thank you 🙇 Could you also share an error/the output that you're seeing with this setup?
Could you please also show the stack trace of that error? I'd like to see where it's coming from. Oddly, I cannot seem to be able to replicate the error....
Quick update! We've had a similar issue reported here: https://github.com/NomicFoundation/hardhat-ignition/issues/782 After analysing the potential solutions, the team decided to target our next major release - v3 - with the fix...
Hey! I've just commented on the related issue - https://github.com/NomicFoundation/hardhat/issues/6854#issuecomment-2976611908 If it resolves the issue for you, we should be able to close this PR.
I'll close this as per https://github.com/NomicFoundation/hardhat/issues/6854#issuecomment-3045573521 but thank you for the PR!
Thank you for gathering feedback 🙏 I'll take it on
Firstly, could you try running your code with the latest hardhat version?