Compare commits

...

2 Commits

Author SHA1 Message Date
Tommy Verrall 2dba352365 Update contract-cache-mixnode.test.ts 2023-08-02 13:25:05 +02:00
Tommy Verrall 32739ce19e Update config.yaml 2023-08-02 13:23:45 +02:00
2 changed files with 4 additions and 3 deletions
@@ -241,7 +241,7 @@ describe("Get mixnode data", (): void => {
expect(response).toBeNull(); expect(response).toBeNull();
} else { } else {
response.forEach(function (value) { response.forEach(function (value) {
expect(typeof value).toBe("string"); expect(typeof value).toBe("number");
}); });
} }
}); });
+3 -2
View File
@@ -10,7 +10,8 @@ qa:
log_level: error log_level: error
prod: prod:
api_base_url: https://validator.nymtech.net/api/v1 api_base_url: https://validator.nymtech.net/api/v1
mixnode_identity: DLdMKLPywEy1vnu3yPrtXvzY7fw1puiiHpA9n9UQatiQ mix_id: 730
gateway_identity: CgQrYP8etksSBf4nALNqp93SHPpgFwEUyTsjBNNLj5WM mixnode_identity: 3pMCJswCyA19MGYWGDWT5fBk2M8ybSZGXttyAoNY5gBB
gateway_identity: 2BuMSfMW3zpeAjKXyKLhmY4QW1DXurrtSPEJ6CjX3SEh
log_level: error log_level: error
time_zone: utc time_zone: utc