-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy path.env.example
More file actions
14 lines (12 loc) · 827 Bytes
/
.env.example
File metadata and controls
14 lines (12 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This is an `.env.example` file. You must rename it to `.env` and fill in the values.
# An Ethereum RPC node is required to run the tests. You can use an Alchemy RPC node or a local node:
# Create an Alchemy API key: https://docs.alchemy.com/docs/alchemy-quickstart-guide
# Or even better, run a local node: https://ethereum.org/en/run-a-node and use it's RPC URL.
ETH_MAINNET_RPC="https://eth-mainnet.g.alchemy.com/v2/<your-api-key>"
ALCHEMY_API_KEY="your-alchemy-api-key-here"
# Required: Quicknode API keys for specific chain tests
# Sign up at https://quicknode.com for free trial with debug method support
QUICKNODE_BNB_CHAIN_API_KEY="your-quicknode-bnb-key"
QUICKNODE_MANTLE_API_KEY="your-quicknode-mantle-key"
QUICKNODE_MODE_API_KEY="your-quicknode-mode-key"
QUICKNODE_ABSTRACT_API_KEY="your-quicknode-abstract-key"