Unhandled Migration Error Avalanche C Chain #5645
Unanswered
7FigureSwagger
asked this question in
General Q&A
Replies: 1 comment
-
Hey @7FigureSwagger sorry for the delay. This could possibly be a bug. Any chance you can share the repo with us? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Also posted on ethereum.stackexchange
I am using Truffle suite in a project in production, but I am sick of dealing with this error I feel shouldn't even be happening, and maybe its because of something that Avalanche has set on their side, but I am hoping for some clarity here.
I keep getting presented with this error when running migrations, it happens at entirely random intervals (mid script after 4 successful txs, while also happening immidiately when the script is run). This error happens every migration, run of a script, or anything targeting C-Chain (mainnet). Even a script calling 'read-only' functions...
I have asked this question already in the Avalanche dev discord chat, and I was informed verbatim that:
Not only this, but allegedly this same check is present on fuji testnet, and i NEVER EVER EVER have this issue on fuji testnet...
Since I am using truffle's contract abstractions, I am not aware how I could be 'specifying' anything, in fact I added the Avalanche recommended gas levels to the truffle-config, which did not help at all. There is no mention of this error in truffle docs anywhere or this concept from what i can find. Not as it relates to errors in migrations or with the truffle contracts package etc...
PS: Problem does NOT rear its ugly head when I perform migrations on Moonbeam, or Ethereum
Beta Was this translation helpful? Give feedback.
All reactions