-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdeployments.json
More file actions
59 lines (59 loc) · 2.18 KB
/
Copy pathdeployments.json
File metadata and controls
59 lines (59 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[
{
"contract": "grudge.py",
"network": "studionet",
"chainId": 61999,
"rpc": "https://studio.genlayer.com/api",
"explorer": "https://explorer-studio.genlayer.com",
"address": "0x6A21dc70A225dD2179F0E0EE96E0eFF7210E27f7",
"deployedAt": "2026-07-09",
"schemaVersion": 4,
"status": "current",
"notes": "v6.1 Anchored Proof (F5) with MANDATORY proof anchor: create_challenge now rejects an empty proof_anchor, so every challenge must verify_anchor before evidence"
},
{
"contract": "grudge.py",
"network": "studionet",
"chainId": 61999,
"rpc": "https://studio.genlayer.com/api",
"explorer": "https://explorer-studio.genlayer.com",
"address": "0x503Cd4D2f88520c1f8a6455cC958199508789817",
"deployedAt": "2026-07-09",
"schemaVersion": 4,
"status": "previous",
"notes": "v6 Anchored Proof (F5): verify_anchor + get_anchor_code, create_challenge gained proof_anchor param (still OPTIONAL — superseded by the mandatory-anchor redeploy)"
},
{
"contract": "grudge.py",
"network": "studionet",
"chainId": 61999,
"rpc": "https://studio.genlayer.com/api",
"explorer": "https://explorer-studio.genlayer.com",
"address": "0xb9b501D7c617Cd26d93B61BA996fc67a6002379c",
"deployedAt": "2026-06-15",
"schemaVersion": 3,
"status": "previous",
"notes": "v5 (appeals, reputation, explain_verdict, suggest_evidence_policy) — kept live so the team can test pre-v6 transactions"
},
{
"contract": "grudge.py",
"network": "testnet-bradbury",
"chainId": 4221,
"rpc": "https://rpc-bradbury.genlayer.com",
"explorer": "https://explorer-bradbury.genlayer.com",
"address": "0x652789D1d64026026e4504D99C6B00AC269680C6",
"status": "previous",
"notes": "Bradbury deployment referenced by the .env.local rollback block"
},
{
"contract": "grudge.py",
"network": "testnet-bradbury",
"chainId": 4221,
"rpc": "https://rpc-bradbury.genlayer.com",
"explorer": "https://explorer-bradbury.genlayer.com",
"address": "0xaba1Db7bfe6Ce35492497E7079ca91e6604e819C",
"deployedAt": "2026-06-11",
"status": "previous",
"verified": "get_open_challenges read OK via gen_call"
}
]