Skip to content

Commit

Permalink
deprecated contracts moved to archive, tests deleted & unused network…
Browse files Browse the repository at this point in the history
…s excluded and removed from networks list (#418)

* deprecated contracts moved to archive, tests deleted

* removed unused networks nova/harmony

* removed FusePoolZap

* removed deprecated networks from config

---------

Co-authored-by: Ed Zynda <[email protected]>
  • Loading branch information
0xDEnYO and ezynda3 authored Jun 8, 2023
1 parent c36663d commit 4be3fcf
Show file tree
Hide file tree
Showing 9 changed files with 4 additions and 338 deletions.
2 changes: 0 additions & 2 deletions networks
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ celo
fuse
cronos
velas
harmony
evmos
aurora
boba
nova
goerli
bsc-testnet
sepolia
Expand Down
8 changes: 4 additions & 4 deletions scripts/config.example.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ 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,localanvil"
# exclude all production networks: EXCLUDE_NETWORKS="mainnet,polygon,bsc,gnosis,fantom,okx,avalanche,arbitrum,optimism,moonriver,moonbeam,celo,fuse,cronos,velas,harmony,evmos,aurora,boba,nova"
#EXCLUDE_NETWORKS="gnosis,okx,moonbeam,celo,fuse,cronos,velas,harmony,evmos,boba,nova,bsctest,goerli,sepolia,mumbai,lineatest"
EXCLUDE_NETWORKS="lineatest,localanvil"
# exclude all test networks: EXCLUDE_NETWORKS="bsctest,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="lineatest"

# will output more detailed information for debugging purposes
DEBUG=true
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
137 changes: 0 additions & 137 deletions test/solidity/Facets/NXTPFacet.t.sol

This file was deleted.

109 changes: 0 additions & 109 deletions test/solidity/Periphery/AxelarExecutor.t.sol

This file was deleted.

86 changes: 0 additions & 86 deletions test/solidity/Periphery/FusePoolZap.t.sol

This file was deleted.

0 comments on commit 4be3fcf

Please sign in to comment.