From 2a66128203247b397e4e0a6471a78da78b26a370 Mon Sep 17 00:00:00 2001 From: scx1332 Date: Wed, 27 Mar 2024 21:46:46 +0100 Subject: [PATCH] f --- .github/workflows/distribute.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index 50dcdd2d..1af11fcf 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -44,7 +44,7 @@ jobs: run: | set -x erc20_processor show-config > config.toml.tmp - sed 's/^max-fee-per-gas = "20"$/max-fee-per-gas = "1.5"/' config.toml.tmp > config-payments.toml + sed 's/^max-fee-per-gas = "20"$/max-fee-per-gas = "0.00001"/' config.toml.tmp > config-payments.toml erc20_processor transfer --account-no 0 --recipient 0x0079dce233830c7b0cd41116214e17b93c64e030 --token eth --all erc20_processor transfer --account-no 1 --recipient 0x0079dce233830c7b0cd41116214e17b93c64e030 --token eth --all erc20_processor transfer --account-no 2 --recipient 0x0079dce233830c7b0cd41116214e17b93c64e030 --token eth --all