11# GENERAL
22
33# # The network used for testing purposes
4- NETWORK_NAME = " sepolia" # ["mainnet", "sepolia", "polygon", "baseMainnet", "arbitrum"]
4+ NETWORK_NAME = " mainnet" # ["mainnet", "sepolia", "polygon"]
5+
6+ # # To upload the metadata for deployed contracts
7+ PUB_PINATA_JWT =
58
69# CONTRACTS
710
@@ -20,13 +23,24 @@ ETHERSCAN_API_KEY="zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
2023POLYGONSCAN_API_KEY = " zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
2124BASESCAN_API_KEY = " zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
2225ARBISCAN_API_KEY = " zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
23-
24- # SUBGRAPH
25-
26- # # The Graph credentials
27- GRAPH_KEY = " zzzzzzzzzzzz"
28-
29- # # Subgraph
30- SUBGRAPH_NAME = " osx"
31- SUBGRAPH_VERSION = " v1.0.0"
32- SUBGRAPH_NETWORK_NAME = " mainnet" # ["mainnet", "sepolia", "polygon", "base", "arbitrum"]
26+ PEAQ_API_KEY = " zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz"
27+
28+ # # Deployment addresses
29+ # Note that addresses will be also used for testing so ensure they are valid on the network you are running the forking tests on.
30+
31+ # Optional: if not provided will get it from the latest deployment on the network or from the ens registrar
32+ # defined in the framework if it supports it. In case it is not found will create a new one.
33+ # For example for mainnet:
34+ # 0xb7401cD221ceAFC54093168B814Cc3d42579287f
35+ PLUGIN_REPO_ADDRESS = 0x0000000000000000000000000000000000000000
36+ # not optional, if not provided will not be able to deploy the plugin or run the forking tests.
37+ # For example for mainnet:
38+ # 0xaac9E9cdb8C1eb42d881ADd59Ee9c53847a3a4f3
39+ PLUGIN_REPO_FACTORY_ADDRESS = 0x0000000000000000000000000000000000000000
40+ # optional, only needed when a latest versions of the plugin are going to be deploy on a new network.
41+ PLACEHOLDER_SETUP = 0x0000000000000000000000000000000000000000
42+ # not optional, if not provided will not be able to transfer the ownership of the plugin when deploying
43+ # the plugin or running the forking tests, or when the plugin is going to be installed on the management dao.
44+ # for example for mainnet:
45+ # 0xf2d594F3C93C19D7B1a6F15B5489FFcE4B01f7dA
46+ MANAGEMENT_DAO_ADDRESS = 0x0000000000000000000000000000000000000000
0 commit comments