mirror of
https://github.com/Instadapp/fluid-contracts-public.git
synced 2024-07-29 21:57:37 +00:00
d7a58e88ff
ARB: deploy protocols
14 lines
541 B
Plaintext
14 lines
541 B
Plaintext
# alchemy tokens / keys for forking
|
|
ALCHEMY_TOKEN_MAINNET="_REPLACE_WITH_YOUR_KEY_"
|
|
ALCHEMY_TOKEN_POLYGON="_REPLACE_WITH_YOUR_KEY_"
|
|
|
|
# private key of the deployer that deploys all the Fluid contracts
|
|
# (ignored for local networks, it will be 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266)
|
|
DEPLOYER_PRIVATE_KEY=""
|
|
|
|
# blockchain explorer api keys for verifying contracts automatically
|
|
ETHERSCAN_API_KEY=""
|
|
POLYGONSCAN_API_KEY=""
|
|
ARBITRUM_API_KEY=""
|
|
|
|
MAINNET_RPC_URL="https://eth-mainnet.alchemyapi.io/v2/_REPLACE_WITH_YOUR_ALCHEMY_TOKEN_MAINNET" |