good morning!!!!

Skip to content
Snippets Groups Projects
Commit 858a81b8 authored by Richard Moore's avatar Richard Moore
Browse files

tests: fix test issues

parent f03c04bb
Branches
Tags v6.13.3
No related merge requests found
......@@ -84,7 +84,7 @@ jobs:
run: npm run test-coverage
- name: Store coverage summary artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-summary
path: ./output/summary.txt
......@@ -93,7 +93,7 @@ jobs:
run: tar -cvf ./output/coverage.tar ./output/lcov-report/
- name: Store full coverage artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-complete
path: ./output/coverage.tar
......
......@@ -35,7 +35,7 @@ export default {
// Prepare the context for running the examples
contextify: function(context) {
Object.assign(context, ethers);
context.provider = new ethers.InfuraProvider();
context.provider = new ethers.InfuraProvider("mainnet", "49a0efa3aaee4fd99797bfa94d8ce2f1");
context.Uint8Array = Uint8Array;
ethers.InfuraProvider.prototype[inspect.custom] = function(depth, options, inspect) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment