Skip to content

BuildOnBeam/beam-nodes-token-contracts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeamNodes

Tests

To run tests

Powershell:

yarn hardhat clean;$env:CHAIN_ID="1"; yarn hardhat test .\test\BeamNodes.js; $env:CHAIN_ID="31337"; yarn hardhat test .\test\BeamNodes-different-chain-id.js

Linux / MacOS:

yarn hardhat clean; export CHAIN_ID=1; yarn hardhat test ./test/BeamNodes.js; export CHAIN_ID=31337; yarn hardhat test ./test/BeamNodes-different-chain-id.js

Then

yarn hardhat coverage

or

npm hardhat coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published