generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
name: "rpc-env" | ||
description: "Iterates over the supported chain ids and sets the corresponding env var" | ||
inputs: | ||
ALCHEMY_API_KEY: | ||
description: "Alchemy API key" | ||
RPC_MAINNET: | ||
description: "RPC for mainnet" | ||
RPC_POLYGON: | ||
description: "RPC for polygon" | ||
RPC_AVALANCHE: | ||
description: "RPC for avalanche" | ||
RPC_OPTIMISM: | ||
description: "RPC for optimism" | ||
RPC_ARBITRUM: | ||
description: "RPC for arbitrum" | ||
RPC_METIS: | ||
description: "RPC for metis" | ||
RPC_BASE: | ||
description: "RPC for base" | ||
RPC_FANTOM: | ||
description: "RPC for fantom" | ||
RPC_BNB: | ||
description: "RPC for bnb" | ||
RPC_GNOSIS: | ||
description: "RPC for gnosis" | ||
RPC_ZKEVM: | ||
description: "RPC for polygon zk evm" | ||
RPC_SCROLL: | ||
description: "RPC for scroll" | ||
RPC_ZKSYNC: | ||
description: "RPC for zksync" | ||
RPC_SEPOLIA: | ||
description: "RPC for sepolia" | ||
|
||
runs: | ||
using: "node20" | ||
main: dist/action.js |