Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
scx1332 committed Mar 27, 2024
1 parent de29140 commit 2a66128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a66128

Please sign in to comment.