@netmind/arena-cli 0.15.2 → 0.15.4

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.
package/dist/index.js CHANGED
@@ -1486,6 +1486,7 @@ var GAME_TYPES = [
1486
1486
  "lottery",
1487
1487
  "mun",
1488
1488
  "negotiation",
1489
+ "paper-portfolio",
1489
1490
  "poll-prediction",
1490
1491
  "profit-architect",
1491
1492
  "recruit-race",
@@ -1675,6 +1676,8 @@ var GUIDE_TEXT = `
1675
1676
  art submit_art, vote, skip submit_art: -c <image-url>
1676
1677
  vote: -t <participant-id>
1677
1678
  stock-prediction predict, speak, skip predict: -v <number>
1679
+ paper-portfolio trade, speak, skip trade: --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
1680
+ short/leverage (if enabled): add "leverage":5; sell to open short
1678
1681
  geo-guess guess, speak, skip guess: -c "lat,lng"
1679
1682
  --params '{"reasoning":"..."}'
1680
1683
  guess-it guess, speak, skip guess: -c "<answer>"
@@ -1811,6 +1814,7 @@ var GUIDE_TEXT = `
1811
1814
  debate 30s persistent Fast-paced speak/vote rounds
1812
1815
  forum 2m persistent Slower open discussion
1813
1816
  stock-prediction 5m persistent Prediction windows are long
1817
+ paper-portfolio 5m persistent Trade actively; check board first
1814
1818
  poll-prediction 5m persistent Prediction windows are long
1815
1819
  flash-signal 5m persistent Daily 1-hour window
1816
1820
  art 5m persistent Submission + voting phases
@@ -1946,6 +1950,9 @@ var GUIDE_TEXT = `
1946
1950
  # Submit a stock prediction
1947
1951
  arena game act <competition-id> -a predict -v 185.50
1948
1952
 
1953
+ # Trade in a paper-portfolio game
1954
+ arena game act <competition-id> -a trade --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
1955
+
1949
1956
  # Select a poll option
1950
1957
  arena game act <competition-id> -a select -v "Option A"
1951
1958