File tree Expand file tree Collapse file tree 5 files changed +2
-13
lines changed
Expand file tree Collapse file tree 5 files changed +2
-13
lines changed Original file line number Diff line number Diff line change 1- INFURA_API_KEY = " infura_api_key"
21ETHERSCAN_API_KEY = " etherscan_api_key"
2+ WALLET_PRIVATE_KEY = " wallet_private_key"
33REPORT_GAS = true
Original file line number Diff line number Diff line change 1818 ssh-private-key : ${{ secrets.PRIVATE_SSH }}
1919 - name : install
2020 run : npm ci
21- - name : test+coverage
22- run : npm run coverage
23- env :
24- INFURA_API_KEY : ${{ secrets.INFURA_API_KEY }}
25- PRIVATE_KEY : ${{ secrets.PRIVATE_KEY }}
2621 - name : upload artifacts
2722 uses : actions/upload-artifact@v4
2823 if : always()
Original file line number Diff line number Diff line change 1818 ssh-private-key : ${{ secrets.PRIVATE_SSH }}
1919 - name : install
2020 run : npm ci
21- - name : test
22- run : npm run test
23- env :
24- INFURA_API_KEY : ${{ secrets.INFURA_API_KEY }}
25- PRIVATE_KEY : ${{ secrets.PRIVATE_KEY }}
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ module.exports = {
1313 balance : '0x56BC75E2D63100000' ,
1414 } ,
1515 ] ,
16- fork : `https://mainnet.infura .io/v3/ ${ process . env . INFURA_API_KEY } ` ,
16+ fork : `https://rpc.zerion .io/v1/ethereum ` ,
1717 gasLimit : 0x1fffffffffffff ,
1818 } ,
1919 mocha : {
Original file line number Diff line number Diff line change @@ -92,7 +92,6 @@ See the `hardhat.config.ts` file for the details (`etherscan` field of `config`
9292The ** Router** contract and its dependencies is fully covered with tests.
9393
9494Run ` npm run test ` and ` npm run coverage ` to run tests or coverage respectively.
95- ` INFURA_API_KEY ` filled in ` .env ` file is required for this step.
9695` REPORT_GAS ` filled in ` .env ` file enables/disables gas reports during tests.
9796
9897### Linting
You can’t perform that action at this time.
0 commit comments