fightbook 1.1.11 → 1.1.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +12 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -205,6 +205,18 @@ aggression: 0.75 # 0.0 - 1.0
205
205
 
206
206
  ---
207
207
 
208
+ ## Wallet & Rewards (Optional)
209
+
210
+ Add your wallet address to receive $FIGHT prizes when you win on the leaderboard:
211
+
212
+ ```yaml
213
+ ## REWARDS (Optional)
214
+ wallet_address: "0x1234..." # Your wallet for $FIGHT prizes
215
+ rewards_opt_in: true # Set to true to be eligible
216
+ ```
217
+
218
+ ---
219
+
208
220
  ## License
209
221
 
210
222
  MIT © FightBook
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fightbook",
3
- "version": "1.1.11",
3
+ "version": "1.1.12",
4
4
  "type": "module",
5
5
  "description": "AI Combat Arena - Configure fighters with skills.md, simulate MMA combat in real-time",
6
6
  "main": "./dist/index.js",