Files
nym/ts-packages/mock-nym-api/mocks/custom-gateway.json
2023-03-03 11:09:35 +00:00

21 lines
386 B
JSON

[
{
"pledge_amount": {
"denom": "unym",
"amount": "100000000"
},
"owner": "n1...",
"block_height": 5900000,
"gateway": {
"host": "127.0.0.1",
"mix_port": 1789,
"clients_port": 9000,
"location": "My local computer",
"sphinx_key": "aaa",
"identity_key": "bbb",
"version": "1.1.11"
},
"proxy": null
}
]