internal/jsre: add eth_blobBaseFee to console

This commit is contained in:
lightclient 2024-03-07 06:59:25 -07:00 committed by Felix Lange
parent 7305023635
commit 5fb6b036a5

View file

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