Skip to content

Commit

Permalink
fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
esot321c committed Sep 12, 2024
1 parent a584127 commit e45d43a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# EVM MultiSender

This is an app that sends Ethereum and ERC-20 tokens to multipe recipients from a single wallet. The current implementation will require you to sign the transactions for each recipient, one by one. This is not idea for large airdrops but not bad for a smaller number of recipients. Future iterations will include a multisender smart contract so you only need to sign once.
An app that sends Ethereum and ERC-20 tokens to multiple recipients from a single wallet. The current implementation will require you to sign the transactions for each recipient, one by one. This is not idea for large airdrops but not bad for a smaller number of recipients. Future iterations will include a multisender smart contract so you only need to sign once.

## Getting Started

Expand All @@ -13,4 +13,4 @@ This is an app that sends Ethereum and ERC-20 tokens to multipe recipients from

## Adding other chains

To add other blockchains besdies Base and Ethereum, you need to add the relevant data to `/lib/constants/evm.ts` and then import that data into `components/MultiSender.tsx` properly.
To add other blockchains besides Base and Ethereum, you need to add the relevant data to `/lib/constants/evm.ts` and then import that data into `components/MultiSender.tsx` properly.

0 comments on commit e45d43a

Please sign in to comment.