generated from smartcontractkit/hardhat-starter-kit
-
Notifications
You must be signed in to change notification settings - Fork 103
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Optimism Sepolia 2. Base Sepolia. End to end CLI workflows have been tested.
- Loading branch information
1 parent
db09771
commit 297e5a1
Showing
9 changed files
with
111 additions
and
13 deletions.
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,24 @@ | ||
// The following environment variables are used in this example repo. When setting | ||
// them using the npm env-enc package, please make sure you use the same names and casing for the | ||
// keys, as this codebase uses them as follows. | ||
// Reference: https://github.com/smartcontractkit/functions-hardhat-starter-kit?tab=readme-ov-file#environment-variable-management | ||
|
||
GITHUB_API_TOKEN | ||
PRIVATE_KEY | ||
SECOND_PRIVATE_KEY | ||
ETHEREUM_SEPOLIA_RPC_URL | ||
ETHERSCAN_API_KEY | ||
POLYGONSCAN_API_KEY | ||
POLYGON_MUMBAI_RPC_URL | ||
MY_SECRET_KEY | ||
AVALANCHE_FUJI_RPC_URL | ||
FAKE_SECRET_1 | ||
FAKE_SECRET_2 | ||
FAKE_SECRET_3 | ||
COINMARKETCAP_API_KEY | ||
BASESCAN_API_KEY | ||
ARBITRUM_RPC_URL | ||
ARBISCAN_API_KEY | ||
OPTIMISM_API_KEY | ||
OPTIMISM_SEPOLIA_RPC_URL | ||
BASE_SEPOLIA_RPC_URL |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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