$ yarn
$ hh compile
With same keys to .env-example
$ hh run scripts/1-deploy.ts --network <mainnet/sepolia/bera-bartio>
# Etherscan verify
$ hh clean
$ yarn verify <mainnet/sepolia/bera-bartio>
$ hh test
# To run test cases of a test file:
$ hh test ./test/xxx.ts
To run forge tests
$ forge test
Distributed under the Apache License. See LICENSE for more information.