diff --git a/distributeTokens/.env b/distributeTokens/.env new file mode 100644 index 0000000..7278133 --- /dev/null +++ b/distributeTokens/.env @@ -0,0 +1,5 @@ +RPC_PORT=8545 +HOST=localhost +FAT_BALANCE=0x0039F22efB07A647557C7C5d17854CFD6D489eF3 +FILENAME_CSV_INVESTORS=example.csv +GAS_PRICE=1 \ No newline at end of file diff --git a/distributeTokens/README.md b/distributeTokens/README.md index e077745..73a7305 100644 --- a/distributeTokens/README.md +++ b/distributeTokens/README.md @@ -1,6 +1,6 @@ # How to use -1. Provide [csv file](exmaple.csv) in the following format: +1. Provide [csv file](example.csv) in the following format: `0x2c57E1E3AD53F0b971422696c1470cEB84F83B1B,100` 2. Run `npm install` 3. Edit [.env](.env) file