mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 02:42:27 +00:00
internal/jsre: add eth_blobBaseFee to console
This commit is contained in:
parent
7305023635
commit
5fb6b036a5
1 changed files with 5 additions and 0 deletions
|
|
@ -5519,6 +5519,11 @@ var properties = function () {
|
||||||
getter: 'eth_gasPrice',
|
getter: 'eth_gasPrice',
|
||||||
outputFormatter: formatters.outputBigNumberFormatter
|
outputFormatter: formatters.outputBigNumberFormatter
|
||||||
}),
|
}),
|
||||||
|
new Property({
|
||||||
|
name: 'blobBaseFee',
|
||||||
|
getter: 'eth_blobBaseFee',
|
||||||
|
outputFormatter: formatters.outputBigNumberFormatter
|
||||||
|
}),
|
||||||
new Property({
|
new Property({
|
||||||
name: 'accounts',
|
name: 'accounts',
|
||||||
getter: 'eth_accounts'
|
getter: 'eth_accounts'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue