build files again

This commit is contained in:
Fabian Vogelsteller 2015-04-29 12:13:16 +02:00
parent 539ef7bdcf
commit 97f6e7de0b
6 changed files with 30 additions and 20 deletions

5
dist/web3-light.js vendored
View File

@ -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

5
dist/web3.js vendored
View File

@ -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',

4
dist/web3.js.map vendored

File diff suppressed because one or more lines are too long

4
dist/web3.min.js vendored

File diff suppressed because one or more lines are too long