diff --git a/.github/workflows/test-ci.yml b/.github/workflows/test-ci.yml index 07a6041c6c..3fd31cb912 100644 --- a/.github/workflows/test-ci.yml +++ b/.github/workflows/test-ci.yml @@ -70,7 +70,7 @@ jobs: - name: Install and run Geth uses: ethers-io/run-geth-action@main - + - name: Checkout repository uses: actions/checkout@v2 @@ -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 diff --git a/docs.wrm/config.mjs b/docs.wrm/config.mjs index 6bd3d2858a..e046935071 100644 --- a/docs.wrm/config.mjs +++ b/docs.wrm/config.mjs @@ -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) {