address nits

This commit is contained in:
Jonathan Lee 2022-08-01 14:53:43 -04:00
parent dc552f3ca1
commit 7e8b77df06
3 changed files with 4 additions and 2 deletions

BIN
.DS_Store vendored

Binary file not shown.

2
.gitignore vendored
View File

@ -1,3 +1,5 @@
.DS_Store
.idea
.vercel

View File

@ -71,8 +71,8 @@ Now, open the `config.json` file.
These `__PLACEHOLDER__` values must also change.
- `TRANSFER_MINT` is the base58 encoded public key of an SPL token mint.
- `TRANSFER_ACCOUNT` is the base58 encoded public key of an SPL token account corresponding to this mint.
- `mint` is the base58 encoded public key of an SPL token mint.
- `account` is the base58 encoded public key of an SPL token account corresponding to this mint.
From the command line, run these commands:
```shell