• platocrat's avatar
    docs: add hardhat example + ci (#641) · 122df8cc
    platocrat authored
    * feat(hardhat-ovm): allow overriding the polling interval for the provider and its signers
    
    The default is 50ms, which should make running the OVM tests smooth. If you want
    to run tests against a remote node and do not want to overwhelm it, set the
    parameter in the hardhat config's network
    
    * chore: add changeset
    
    * docs: add hardhat example
    
    imported from https://github.com/ethereum-optimism/optimism-tutorial/
    
    * ci: add deploy/deploy:ovm
    
    * fix(contracts): wait for contracts to finish
    
    workaround hardhat not generating build artifacts for both evm and ovm
    
    * fix: use istanbul hard fork
    
    * test(contracts): remove hardcoded post-state in nuisance gas test
    
    this post state is not giving us much info, and it's hard to
    update it or debug it when it does not pass for any reason
    Co-authored-by: default avatarGeorgios Konstantopoulos <me@gakonst.com>
    122df8cc
erc20.test.js 2.93 KB