From af42258e3ab53c2a7cd83513246bac73905bba9a Mon Sep 17 00:00:00 2001 From: Filipp Makarov Date: Thu, 12 Dec 2024 19:24:08 +0300 Subject: [PATCH] chains and logs --- foundry.toml | 4 ++-- scripts/bash-deploy/deploy-gasdaddy.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/foundry.toml b/foundry.toml index ecfe124..cccd071 100644 --- a/foundry.toml +++ b/foundry.toml @@ -66,7 +66,7 @@ optimism = "${OPTIMISM_MAINNET_RPC_URL}" optimism-sepolia = "${OPTIMISM_SEPOLIA_RPC_URL}" - berachain_bartio = "${BERA_BARTIO_TESTNET_RPC_URL}" + berachain-bartio = "${BERA_BARTIO_TESTNET_RPC_URL}" [etherscan] mainnet = { key = "${ETHERSCAN_API_KEY}", url = "https://api.etherscan.io/api" } @@ -96,6 +96,6 @@ optimism = { key = "${OPTIMISM_API_KEY}", url = "https://api-optimistic.etherscan.io/api" } optimism-sepolia = { key = "${OPTIMISM_API_KEY}", url = "https://api-sepolia-optimistic.etherscan.io/api" } - berachain_bartio = { key = "${BERACHAIN_API_KEY}", url = "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan" } + berachain-bartio = { key = "${BERACHAIN_API_KEY}", url = "https://api.routescan.io/v2/network/testnet/evm/80084/etherscan" } # [possible values: mainnet, morden, ropsten, rinkeby, goerli, kovan, holesky, sepolia, odyssey, optimism, optimism-kovan, optimism-goerli, optimism-sepolia, arbitrum, arbitrum-testnet, arbitrum-goerli, arbitrum-sepolia, arbitrum-nova, cronos, cronos-testnet, rsk, crab, darwinia, koi, bsc, bsc-testnet, poa, sokol, scroll, scroll-sepolia, metis, cfx-testnet, cfx, xdai, polygon, mumbai, amoy, polygon-zkevm, polygon-zkevm-testnet, fantom, fantom-testnet, moonbeam, moonbeam-dev, moonriver, moonbase, dev, anvil-hardhat, gravity-alpha-mainnet, gravity-alpha-testnet-sepolia, evmos, evmos-testnet, chiado, oasis, emerald, emerald-testnet, filecoin-mainnet, filecoin-calibration-testnet, avalanche, fuji, celo, celo-alfajores, celo-baklava, aurora, aurora-testnet, canto, canto-testnet, boba, base, base-goerli, base-sepolia, syndr, syndr-sepolia, shimmer, ink-sepolia, fraxtal, fraxtal-testnet, blast, blast-sepolia, linea, linea-goerli, linea-sepolia, zksync, zksync-testnet, mantle, mantle-testnet, mantle-sepolia, xai, xai-sepolia, viction, zora, zora-goerli, zora-sepolia, pgn, pgn-sepolia, mode, mode-sepolia, elastos, kakarot-sepolia, etherlink, etherlink-testnet, degen, opbnb-mainnet, opbnb-testnet, ronin, taiko, taiko-hekla, autonomys-nova-testnet, flare, flare-coston2, acala, acala-mandala-testnet, acala-testnet, karura, karura-testnet, pulsechain, pulsechain-testnet, immutable, immutable-testnet, soneium-minato-testnet, world, world-sepolia, iotex, core, merlin, bitlayer, unichain-sepolia, apechain, curtis, sonic-testnet] \ No newline at end of file diff --git a/scripts/bash-deploy/deploy-gasdaddy.sh b/scripts/bash-deploy/deploy-gasdaddy.sh index b5e3787..7e06c07 100644 --- a/scripts/bash-deploy/deploy-gasdaddy.sh +++ b/scripts/bash-deploy/deploy-gasdaddy.sh @@ -85,7 +85,7 @@ else fi ### Get custom min deposit -read -r -p "Do you want to specify a custom min deposit? (y/n): " proceed +read -r -p "Default min deposit param is 0.001 native token. Do you want to specify a custom min deposit? (y/n): " proceed if [ $proceed = "y" ]; then printf "Choose a custom min deposit: \n 1. 0.001 native token \n 2. 0.01 native token \n 3. 0.1 native token \n 4. 1 native token \n 5. 10 native tokens \n" read -r -a MIN_DEPOSIT_CHOICE