mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-19 18:32:23 +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',
|
||||
outputFormatter: formatters.outputBigNumberFormatter
|
||||
}),
|
||||
new Property({
|
||||
name: 'blobBaseFee',
|
||||
getter: 'eth_blobBaseFee',
|
||||
outputFormatter: formatters.outputBigNumberFormatter
|
||||
}),
|
||||
new Property({
|
||||
name: 'accounts',
|
||||
getter: 'eth_accounts'
|
||||
|
|
|
|||
Loading…
Reference in a new issue