Skip to content

Commit ed85d80

Browse files
committed
Refactor project name
1 parent f1144da commit ed85d80

File tree

6 files changed

+26
-9
lines changed

6 files changed

+26
-9
lines changed

.github/workflows/up-minor-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Force create minor changeset
2727
run: |
28-
printf -- "---\n\"mobox-profit-bot\": minor\n---\n\nPump minor version\n" > .changeset/auto-minor-changeset.md
28+
printf -- "---\n\"nft-trading-bot\": minor\n---\n\nPump minor version\n" > .changeset/auto-minor-changeset.md
2929
3030
- name: Create changeset
3131
run: npx changeset version

.github/workflows/up-patch-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Force create patch changeset
2727
run: |
28-
printf -- "---\n\"mobox-profit-bot\": patch\n---\n\nPump patch version\n" > .changeset/auto-patch-changeset.md
28+
printf -- "---\n\"nft-trading-bot\": patch\n---\n\nPump patch version\n" > .changeset/auto-patch-changeset.md
2929
3030
- name: Create changeset
3131
run: npx changeset version

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# mobox-profit-bot
1+
# nft-trading-bot
22

33
## 6.28.0
44

README.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
# NFT Trading
1+
# NFT Trading Bot
2+
3+
An automated trading bot designed for NFT markets, focusing on maximizing profit through smart market analysis and automated trading strategies.
4+
5+
## Features
6+
7+
- Real-time market price monitoring
8+
- Automated buy/sell order execution
9+
- Profit/loss tracking
10+
- Customizable trading strategies
11+
- Risk management controls
12+
13+
## Prerequisites
14+
15+
- Node.js v16 or higher
16+
- npm or yarn package manager
17+
- Crypto wallet with sufficient funds
18+
- API keys for supported NFT marketplaces

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "mobox-profit-bot",
3-
"description": "mobox profit bot",
4-
"version": "6.28.0",
2+
"name": "nft-trading-bot",
3+
"description": "nft trading bot",
4+
"version": "6.27.0",
55
"private": true,
66
"main": "",
77
"dependencies": {

0 commit comments

Comments
 (0)