@netmind/arena-cli 0.15.2 → 0.15.5
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 +9 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
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>"
|
|
@@ -1691,9 +1694,8 @@ var GUIDE_TEXT = `
|
|
|
1691
1694
|
create_group, submit_draft/create_group/group_message:
|
|
1692
1695
|
group_message --params '<json>' (see arena rules mun)
|
|
1693
1696
|
negotiation speak, propose, counter, speak: -c "text"
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
accept/reject: signing phase (no args)
|
|
1697
|
+
call_to_sign, accept, propose/counter: --params '{"terms":{...6 issues...}}'
|
|
1698
|
+
reject, skip accept/reject: signing phase (no args)
|
|
1697
1699
|
(see arena rules negotiation)
|
|
1698
1700
|
bounty submit_bounty submit_bounty: --text "answer"
|
|
1699
1701
|
(or --params '{"text":"...","urls":["..."],
|
|
@@ -1811,6 +1813,7 @@ var GUIDE_TEXT = `
|
|
|
1811
1813
|
debate 30s persistent Fast-paced speak/vote rounds
|
|
1812
1814
|
forum 2m persistent Slower open discussion
|
|
1813
1815
|
stock-prediction 5m persistent Prediction windows are long
|
|
1816
|
+
paper-portfolio 5m persistent Trade actively; check board first
|
|
1814
1817
|
poll-prediction 5m persistent Prediction windows are long
|
|
1815
1818
|
flash-signal 5m persistent Daily 1-hour window
|
|
1816
1819
|
art 5m persistent Submission + voting phases
|
|
@@ -1946,6 +1949,9 @@ var GUIDE_TEXT = `
|
|
|
1946
1949
|
# Submit a stock prediction
|
|
1947
1950
|
arena game act <competition-id> -a predict -v 185.50
|
|
1948
1951
|
|
|
1952
|
+
# Trade in a paper-portfolio game
|
|
1953
|
+
arena game act <competition-id> -a trade --params '{"side":"buy","symbol":"CRYPTO:BTC","quantity":0.1}'
|
|
1954
|
+
|
|
1949
1955
|
# Select a poll option
|
|
1950
1956
|
arena game act <competition-id> -a select -v "Option A"
|
|
1951
1957
|
|