Skip to content

Commit 725f49c

Browse files
committed
add base sepolia to workflow action
1 parent c8e9b05 commit 725f49c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ jobs:
1515
ARBITRUM_RPC: https://1rpc.io/arb
1616
GNOSIS_RPC: https://gnosis.publicnode.com
1717
BASE_RPC: https://mainnet.base.org
18+
BASE_SEPOLIA_RPC: https://sepolia.base.org
1819
CELO_RPC: https://forno.celo.org
1920
ETHERSCAN_KEY: HDMPWG86NYEF1Y5KWZU1XI4HZX4SNHFW3B
2021
runs-on: ubuntu-latest
@@ -47,6 +48,7 @@ jobs:
4748
ARBITRUM_RPC: ${{ secrets.ARBITRUM_HTTP_PROVIDER }}
4849
GNOSIS_RPC: ${{ secrets.GNOSIS_HTTP_PROVIDER }}
4950
BASE_RPC: ${{ secrets.BASE_HTTP_PROVIDER }}
51+
BASE_SEPOLIA_RPC: ${{ secrets.BASE_SEPOLIA_HTTP_PROVIDER }}
5052
CELO_RPC: ${{ secrets.CELO_HTTP_PROVIDER }}
5153
ETHERSCAN_KEY: ${{ secrets.ETHERSCAN_KEY }}
5254
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)