forked from ccxt/ccxt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
postinstall → postinstall.js windows fix ccxt#1923
- Loading branch information
Showing
2 changed files
with
16 additions
and
13 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
'use strict'; | ||
|
||
console.log (' ') | ||
console.log (' ---------------------------------------------------') | ||
console.log (' ') | ||
console.log (' You can contribute in crypto directly: ') | ||
console.log (' ') | ||
console.log (' ETH 0xa7c2b18b7c8b86984560cad3b1bc3224b388ded0 ') | ||
console.log (' BTC 33RmVRfhK2WZVQR1R83h2e9yXoqRNDvJva ') | ||
console.log (' BCH 1GN9p233TvNcNQFthCgfiHUnj5JRKEc2Ze ') | ||
console.log (' LTC LbT8mkAqQBphc4yxLXEDgYDfEax74et3bP ') | ||
console.log (' ') | ||
console.log (' ---------------------------------------------------') | ||
console.log (' ') | ||
console.log (' Thank you! ') | ||
console.log (' ') |