Updated provider testcase for updated address.

This commit is contained in:
Richard Moore 2018-08-27 18:58:50 +02:00
parent ae4cd90441
commit 284ffdfd1f
No known key found for this signature in database
GPG Key ID: 525F70A6FCABC295

View File

@ -409,7 +409,8 @@ describe('Test extra Etherscan operations', function() {
this.timeout(100000);
return provider.getHistory('ricmoo.firefly.eth').then(function(history) {
assert.ok(history.length > 40, 'Etherscan history returns results');
assert.equal(history[0].hash, '0xd25f550cfdff90c086a6496a84dbb2c4577df15b1416e5b3319a3e4ebb5b25d8', 'Etherscan history returns correct transaction');
//assert.equal(history[0].hash, '0xd25f550cfdff90c086a6496a84dbb2c4577df15b1416e5b3319a3e4ebb5b25d8', 'Etherscan history returns correct transaction');
assert.equal(history[0].hash, '0x189f67df9fbdc54dbf03077540e4e4df07a01d0b35c52a7ff816dbbda7c99b74', 'Etherscan history returns correct transaction');
});
});
});