Skip to content

Commit

Permalink
Update package.json with funding information
Browse files Browse the repository at this point in the history
  • Loading branch information
yerofey committed Feb 2, 2024
1 parent 77dc0d7 commit 34b0d0c
Showing 1 changed file with 31 additions and 1 deletion.
32 changes: 31 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@yerofey/cryptowallet-cli",
"version": "1.17.7",
"version": "1.17.8",
"description": "Crypto wallet generator CLI tool",
"type": "module",
"homepage": "https://github.com/yerofey/cryptowallet-cli",
Expand All @@ -10,6 +10,36 @@
},
"author": "Yerofey S. <[email protected]> (https://github.com/yerofey)",
"license": "MIT",
"funding": [
{
"type": "paypal",
"url": "https://paypal.me/Jerofej"
},
{
"type": "bitcoin",
"url": "bitcoin:bc1qcwamquntxshqsjcra6vryftrfd9z57j02g3ywq"
},
{
"type": "ethereum",
"url": "ethereum:0xe3e3ed78d9f8A935a9a0fCE2a7305F2f5DBabAD8"
},
{
"type": "solana",
"address": "CWsbNQRxNzAasLd2zfwkEkbBZXKxfoxva14pe8wawUju"
},
{
"type": "usdt",
"address": "TCW9eaRWjpivZvnZ5DwgbWxPRpoZNWbuPe"
},
{
"type": "ton",
"url": "ton://transfer/UQCWYNjNQdRp7lfmehDWA-RgPqipbI3crX3qFN1MDLpgkyCS"
},
{
"type": "dogecoin",
"url": "dogecoin:DMAkWQKx1H6ESG3beDBssn5mAAZcwkrYVh"
}
],
"bin": {
"cryptowallet": "cli.js",
"cw": "cli.js"
Expand Down

0 comments on commit 34b0d0c

Please sign in to comment.