You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using the addNativeGas() function on axelarjs. This had been working for me in previous months for my tx going from Polygon to Fantom. But now when I run this hardhat task I get an error saying.
An unexpected error occurred:
Error: could not detect network (event="noNetwork", code=NETWORK_ERROR, version=providers/5.7.2)
reason: 'could not detect network',
code: 'NETWORK_ERROR',
event: 'noNetwork'
}
Not sure if we changed anything for Polygon Mumbai. I tried to run this script the other way around (from Fantom to Polygon) and it worked fine. Here is my execution, it's quite straightforward
I am using the
addNativeGas()
function on axelarjs. This had been working for me in previous months for my tx going from Polygon to Fantom. But now when I run this hardhat task I get an error saying.Not sure if we changed anything for Polygon Mumbai. I tried to run this script the other way around (from Fantom to Polygon) and it worked fine. Here is my execution, it's quite straightforward
The text was updated successfully, but these errors were encountered: