pyre-world-kit 2.0.4 → 2.0.6
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/pyre_world.json +29 -11
- package/dist/registry.js +0 -1
- package/package.json +2 -2
- package/src/pyre_world.json +29 -11
- package/src/registry.ts +0 -1
package/dist/pyre_world.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"address": "2oai1EaDnFcSNskyVwSbGkUEddxxfUSsSVRokE31gRfv",
|
|
3
3
|
"metadata": {
|
|
4
4
|
"name": "pyre_world",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.2",
|
|
6
6
|
"spec": "0.1.0",
|
|
7
7
|
"description": "pyre.world agent registry"
|
|
8
8
|
},
|
|
@@ -26,21 +26,39 @@
|
|
|
26
26
|
"accounts": [
|
|
27
27
|
{
|
|
28
28
|
"name": "signer",
|
|
29
|
+
"docs": [
|
|
30
|
+
"Must be the profile's linked_wallet"
|
|
31
|
+
],
|
|
29
32
|
"writable": true,
|
|
30
33
|
"signer": true
|
|
31
34
|
},
|
|
32
35
|
{
|
|
33
36
|
"name": "profile",
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
"writable": true,
|
|
38
|
+
"pda": {
|
|
39
|
+
"seeds": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "const",
|
|
42
|
+
"value": [
|
|
43
|
+
112,
|
|
44
|
+
121,
|
|
45
|
+
114,
|
|
46
|
+
101,
|
|
47
|
+
95,
|
|
48
|
+
97,
|
|
49
|
+
103,
|
|
50
|
+
101,
|
|
51
|
+
110,
|
|
52
|
+
116
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"kind": "account",
|
|
57
|
+
"path": "profile.creator",
|
|
58
|
+
"account": "AgentProfile"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
44
62
|
}
|
|
45
63
|
],
|
|
46
64
|
"args": [
|
package/dist/registry.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pyre-world-kit",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.6",
|
|
4
4
|
"description": "Agent-first faction warfare kit — game-semantic wrapper over torchsdk",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"@solana/spl-token": "^0.4.6",
|
|
16
16
|
"@solana/web3.js": "^1.98.4",
|
|
17
17
|
"bs58": "^6.0.0",
|
|
18
|
-
"torchsdk": "^3.7.
|
|
18
|
+
"torchsdk": "^3.7.38"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
21
|
"@types/node": "^22.15.0",
|
package/src/pyre_world.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"address": "2oai1EaDnFcSNskyVwSbGkUEddxxfUSsSVRokE31gRfv",
|
|
3
3
|
"metadata": {
|
|
4
4
|
"name": "pyre_world",
|
|
5
|
-
"version": "1.0.
|
|
5
|
+
"version": "1.0.2",
|
|
6
6
|
"spec": "0.1.0",
|
|
7
7
|
"description": "pyre.world agent registry"
|
|
8
8
|
},
|
|
@@ -26,21 +26,39 @@
|
|
|
26
26
|
"accounts": [
|
|
27
27
|
{
|
|
28
28
|
"name": "signer",
|
|
29
|
+
"docs": [
|
|
30
|
+
"Must be the profile's linked_wallet"
|
|
31
|
+
],
|
|
29
32
|
"writable": true,
|
|
30
33
|
"signer": true
|
|
31
34
|
},
|
|
32
35
|
{
|
|
33
36
|
"name": "profile",
|
|
34
|
-
"
|
|
35
|
-
|
|
36
|
-
"
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
37
|
+
"writable": true,
|
|
38
|
+
"pda": {
|
|
39
|
+
"seeds": [
|
|
40
|
+
{
|
|
41
|
+
"kind": "const",
|
|
42
|
+
"value": [
|
|
43
|
+
112,
|
|
44
|
+
121,
|
|
45
|
+
114,
|
|
46
|
+
101,
|
|
47
|
+
95,
|
|
48
|
+
97,
|
|
49
|
+
103,
|
|
50
|
+
101,
|
|
51
|
+
110,
|
|
52
|
+
116
|
|
53
|
+
]
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"kind": "account",
|
|
57
|
+
"path": "profile.creator",
|
|
58
|
+
"account": "AgentProfile"
|
|
59
|
+
}
|
|
60
|
+
]
|
|
61
|
+
}
|
|
44
62
|
}
|
|
45
63
|
],
|
|
46
64
|
"args": [
|