From 923a2d95fe2ef7bad08c990ca280830da5a99eb0 Mon Sep 17 00:00:00 2001 From: Alexandre Chabrolin <9203826+chabroA@users.noreply.github.com> Date: Wed, 13 Dec 2023 13:59:51 +0100 Subject: [PATCH] fixup! add sepolia and holesky testnets --- .github/workflows/bot-staging-explorer-eth.yml | 2 +- libs/coin-evm/src/specs.ts | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/bot-staging-explorer-eth.yml b/.github/workflows/bot-staging-explorer-eth.yml index bfbe7bbea9c8..e7167e805546 100644 --- a/.github/workflows/bot-staging-explorer-eth.yml +++ b/.github/workflows/bot-staging-explorer-eth.yml @@ -37,5 +37,5 @@ jobs: SLACK_API_TOKEN: ${{secrets.SLACK_API_TOKEN}} SLACK_ICON_EMOJI: ":bot-seed2:" SLACK_CHANNEL: explorer-bot-stg - BOT_FILTER_CURRENCIES: avalanche_c_chain,bsc,polygon,ethereum,ethereum_classic,ethereum_goerli + BOT_FILTER_CURRENCIES: avalanche_c_chain,bsc,polygon,ethereum,ethereum_classic,ethereum_goerli,ethereum_sepolia,ethereum_holesky BOT_ENVIRONMENT: staging diff --git a/libs/coin-evm/src/specs.ts b/libs/coin-evm/src/specs.ts index cbef8737aec7..51bd9216a915 100644 --- a/libs/coin-evm/src/specs.ts +++ b/libs/coin-evm/src/specs.ts @@ -42,6 +42,8 @@ const minBalancePerCurrencyId: Partial> = { polygon: 0.005, ethereum: 0.001, ethereum_goerli: 0.001, + ethereum_sepolia: 0.001, + ethereum_holesky: 0.001, ethereum_classic: 0.05, lukso: 0.01, };