You've already forked tribes-plugin-supertest
forked from tribes/tribes-plugin-template
e360bab329
Use per-node internal identities with a shared relay identity in supertest bootstrap and compose fixtures, and update the runner and lock data for the new node pubkey contract.
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"contract_version": "1",
|
|
"node": {
|
|
"node_name": "supertest-peer",
|
|
"node_private_key": "bbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbbb",
|
|
"dns_name": "supertest-peer",
|
|
"public_ip_v4": "127.0.0.1"
|
|
},
|
|
"tribe_admin": {
|
|
"username": "supertest_e2e_admin",
|
|
"password_hash": "bootstrap-hash",
|
|
"password_hash_scheme": "ash_auth_argon2",
|
|
"nostr_public_key": "985826ac4ec99f6304785ebfaa303ec42973653a682cfa0a06caf9fec662eaa7",
|
|
"encrypted_nostr_private_key": "Y2lwaGVydGV4dA==",
|
|
"nostr_private_key_nonce": "bm9uY2U=",
|
|
"nostr_private_key_salt": "c2FsdA=="
|
|
},
|
|
"cluster_secret": {
|
|
"root_secret": "supertest-e2e-cluster-root-secret",
|
|
"relay_private_key": "cccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccccc"
|
|
},
|
|
"cluster_nodes": [
|
|
{
|
|
"pubkey": "68680737c76dabb801cb2204f57dbe4e4579e4f710cd67dc1b4227592c81e9b5",
|
|
"transport_address": "ws://supertest-peer:4413/relay",
|
|
"scope": "all",
|
|
"status": "active",
|
|
"activated_at": "2026-04-18T00:00:00Z",
|
|
"deactivated_at": null
|
|
}
|
|
]
|
|
}
|