Skip to content

Commit

Permalink
removed testnets from deploy overview + added GenericSwapFacet as cor…
Browse files Browse the repository at this point in the history
…efacet + updated overview (#421)
  • Loading branch information
0xDEnYO authored Jun 8, 2023
1 parent 4be3fcf commit 714632f
Show file tree
Hide file tree
Showing 5 changed files with 271 additions and 646 deletions.
7 changes: 5 additions & 2 deletions scripts/config.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,14 @@ DEPLOY_REQUIREMENTS_PATH="scripts/deploy/resources/deployRequirements.json"
DEPLOY_CONFIG_FILE_PATH="config/"

# any networks listed here will be excluded from actions that are applied to "all networks"
# exclude all test networks: EXCLUDE_NETWORKS="bsctest,goerli,sepolia,mumbai,lineatest"
# exclude all test networks: EXCLUDE_NETWORKS="bsc-testnet,goerli,sepolia,mumbai,lineatest"
# exclude all production networks: EXCLUDE_NETWORKS="mainnet,polygon,bsc,gnosis,fantom,okx,avalanche,arbitrum,optimism,moonriver,moonbeam,celo,fuse,cronos,velas,evmos,aurora,boba"
#EXCLUDE_NETWORKS="gnosis,okx,moonbeam,celo,fuse,cronos,velas,evmos,boba,bsctest,goerli,sepolia,mumbai,lineatest"
#EXCLUDE_NETWORKS="gnosis,okx,moonbeam,celo,fuse,cronos,velas,evmos,boba,bsc-testnet,goerli,sepolia,mumbai,lineatest"
EXCLUDE_NETWORKS="lineatest"

# a list of all networks that are testnets
TEST_NETWORKS="bsc-testnet,goerli,sepolia,mumbai,lineatest,localanvil"

# will output more detailed information for debugging purposes
DEBUG=true

Expand Down
Loading

0 comments on commit 714632f

Please sign in to comment.