mirror of https://github.com/status-im/web3.js.git
build files again
This commit is contained in:
parent
539ef7bdcf
commit
97f6e7de0b
|
@ -1997,6 +1997,11 @@ var properties = [
|
||||||
name: 'mining',
|
name: 'mining',
|
||||||
getter: 'eth_mining'
|
getter: 'eth_mining'
|
||||||
}),
|
}),
|
||||||
|
new Property({
|
||||||
|
name: 'hashrate',
|
||||||
|
getter: 'eth_hashrate',
|
||||||
|
outputFormatter: utils.toDecimal
|
||||||
|
}),
|
||||||
new Property({
|
new Property({
|
||||||
name: 'gasPrice',
|
name: 'gasPrice',
|
||||||
getter: 'eth_gasPrice',
|
getter: 'eth_gasPrice',
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -1997,6 +1997,11 @@ var properties = [
|
||||||
name: 'mining',
|
name: 'mining',
|
||||||
getter: 'eth_mining'
|
getter: 'eth_mining'
|
||||||
}),
|
}),
|
||||||
|
new Property({
|
||||||
|
name: 'hashrate',
|
||||||
|
getter: 'eth_hashrate',
|
||||||
|
outputFormatter: utils.toDecimal
|
||||||
|
}),
|
||||||
new Property({
|
new Property({
|
||||||
name: 'gasPrice',
|
name: 'gasPrice',
|
||||||
getter: 'eth_gasPrice',
|
getter: 'eth_gasPrice',
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue