Skip to content

Commit

Permalink
new build job
Browse files Browse the repository at this point in the history
  • Loading branch information
otherview committed Nov 22, 2023
1 parent b945b10 commit c5f9cdf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tools/faucet/faucet/faucet.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ func (f *Faucet) Fund(address *common.Address, token string, amount *big.Int) (s
signedTx, err = f.fundNativeToken(address, amount)
} else {
return "", fmt.Errorf("token not fundable atm")
// signedTx, err = f.fundERC20Token(address, token)
// todo implement this when contracts are deployable somewhere
}
if err != nil {
Expand Down

0 comments on commit c5f9cdf

Please sign in to comment.