web3.js/test/eth.gasPrice.js
Fabian Vogelsteller 2c4e4adfa1
fixed net
2017-02-22 20:59:27 +01:00

15 lines
256 B
JavaScript

var testMethod = require('./helpers/test.method.js');
var method = 'getGasPrice';
var methodCall = 'eth_gasPrice';
var tests = [{
result: '0x15f90',
formattedResult: '90000',
call: methodCall
}];
testMethod.runTests('eth', method, tests);