Skip to content

Commit

Permalink
refactor: add apiCertificatePublickKeys
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Lightcurve committed Nov 30, 2023
1 parent d8577be commit cd78963
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testnet/Dex/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,15 @@
"serviceURLs": [
{
"http": "https://testnet-dex-service.lisk.com",
"ws": "wss://testnet-dex-service.lisk.com"
"ws": "wss://testnet-dex-service.lisk.com",
"apiCertificatePublicKey": "-----BEGIN PUBLIC KEY-----\nMFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEa660HFMuGo55VCL26J+2tZsSFWDb\nZDWBRvR+X9fTO7IpoWtjikgffM3owzvnr2qvNtd0HKJT7UeZC8YUGy8A4Q==\n-----END PUBLIC KEY-----\n"
}
],
"explorers": [],
"appNodes": [
{
"url": "https://testnet-dex.lisk.com",
"apiCertificatePublicKey": "-----BEGIN PUBLIC KEY-----\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAr30+qPVRk0PiqYtHw5Y3\nyHCL94Erecl6Y3xvAsukINlqUqZvhqaInWAEM1dGiBvrhRQGQELFTZrrtS5ggM/K\nQcRacxDBLWG8asKVlh8MhZlLj+9u9imxG/f7A+xhp4BnnDq/F8k4Lm4iSg+H+kAu\nS6a4yWBVvy1mUxMU7fSq2/QpwdC+Dc+sAPS+CLnImkl8gi1W4JWRWmHHLZ8ROKAH\nNTMJRaoqSHqb749LUcB10mhmrQx3OSKZVKIeg/XGo6SDewF8bLOCypnOA+QEszSs\nQNrGJLTcnobC0+tTPcQ9SRggP014nZcLBxGuk5BLIMzDueKd6iW0gFGvXemSAGRe\nIQIDAQAB\n-----END PUBLIC KEY-----\n",
"maintainer": "Lightcurve GmbH"
}
]
Expand Down

0 comments on commit cd78963

Please sign in to comment.