Запуск смартов в 7 сетях(тестнеты): npx hardhat deploy --network goerli --tags ExampleOFT npx hardhat deploy --network bsc-testnet --tags ExampleOFT npx hardhat deploy --network fuji --tags ExampleOFT npx hardhat deploy --network mumbai --tags ExampleOFT npx hardhat deploy --network arbitrum-goerli --tags ExampleOFT npx hardhat deploy --network optimism-goerli --tags ExampleOFT npx hardhat deploy --network fantom-testnet --tags ExampleOFT npx hardhat wireAll --e testnet --config-path "./constants/oftConfig/wireUpConfig.json"
npx hardhat --network fuji oftSend --qty 100000000000000000 --target-network mumbai
npx hardhat deploy --network goerli --tags ExampleOFTV2
npx hardhat deploy --network bsc-testnet --tags ExampleOFTV2
npx hardhat --network fuji oftv2Send --qty 100000000000000000 --target-network arbitrum-goerli
npx hardhat deploy --network fuji --tags ExampleProxyOFTWithFee
npx hardhat deploy --network bsc-testnet --tags ExampleOFTWithFee
npx hardhat deploy --network arbitrum-goerli --tags ExampleOFTWithFee
npx hardhat --network fuji oftv2Send --qty 100000000000000000 --target-network arbitrum-goerli
npx hardhat setConfig --config-path "./constants/oftConfig/appConfig.json"
npx hardhat setConfig --config-path "./constants/oftv2Config/appConfig.json"
npx hardhat setConfig --config-path "./constants/oftWithFeeConfig/appConfig.json"