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
In the test ERC1155.js, removing the Constants.GAS_LIMIT_1_000_000 causes the test to fail. HIP 584 should have eased eth_estimateGas issues.
Steps to reproduce
Remove the Constants.GAS_LIMIT_1_000_000 from the erc1155 contract deploy:
before: erc1155 = await factory.deploy(uri, Constants.GAS_LIMIT_1_000_000)
after erc1155 = await factory.deploy(uri)
Run the test.
Additional context
No response
Hedera network
other
Version
v0.4.0
Operating system
macOS
The text was updated successfully, but these errors were encountered:
Description
In the test ERC1155.js, removing the
Constants.GAS_LIMIT_1_000_000
causes the test to fail. HIP 584 should have eased eth_estimateGas issues.Steps to reproduce
Constants.GAS_LIMIT_1_000_000
from the erc1155 contract deploy:before:
erc1155 = await factory.deploy(uri, Constants.GAS_LIMIT_1_000_000)
after
erc1155 = await factory.deploy(uri)
Additional context
No response
Hedera network
other
Version
v0.4.0
Operating system
macOS
The text was updated successfully, but these errors were encountered: