Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: gakonst/ethers-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5f6d2ba113e749bf1afb8ed8437915336efdacb4
Choose a base ref
..
head repository: gakonst/ethers-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c5ea7bd60a0b531f68cd2d0272b2bf7fc7eba990
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 .github/workflows/ci.yml
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ name: Tests
env:
ETHERSCAN_API_KEY_ETHEREUM: I5BXNZYP5GEDWFINGVEZKYIVU2695NPQZB
ETHERSCAN_API_KEY_CELO: B13XSMUT6Q3Q4WZ5DNQR8RXDBA2KNTMT4M
RINKEBY_PRIVATE_KEY: "341622520a5327824ad9e1ca5b199b33d3b435efe07f49f2a287b2c429fcc3ed"
RINKEBY_PRIVATE_KEY: "fa4a1a79e869a96fcb42727f75e3232d6865a82ea675bb95de967a7fe6a773b2"

jobs:
tests: