Skip to content

Commit

Permalink
add note about .env
Browse files Browse the repository at this point in the history
  • Loading branch information
DZGoldman committed Oct 21, 2021
1 parent 967346b commit 4952d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arb-ts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Bridging new a token to L2 (i.e., deploying a new token contract) through the st

1. `cd packages/arb-ts`

1. Set `PRIVKEY` environmental variable to the key of the account from which you'll be deploying (account should have some balance of the token you're bridging).
1. Set `PRIVKEY` environmental variable (you can use .env) to the key of the account from which you'll be deploying (account should have some balance of the token you're bridging).

1. `yarn bridgeStandardToken`

Expand Down

0 comments on commit 4952d82

Please sign in to comment.