We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 032ec71 commit 234325aCopy full SHA for 234325a
internal/jsre/deps/web3.js
@@ -5491,10 +5491,6 @@ var properties = function () {
5491
name: 'protocolVersion',
5492
getter: 'eth_protocolVersion'
5493
}),
5494
- new Property({
5495
- name: 'config',
5496
- getter: 'eth_config'
5497
- })
5498
];
5499
};
5500
internal/web3ext/web3ext.go
@@ -600,6 +600,11 @@ web3._extend({
600
call: 'eth_getBlockReceipts',
601
params: 1,
602
603
+ new web3._extend.Method({
604
+ name: 'config',
605
+ call: 'eth_config',
606
+ params: 0,
607
+ })
608
],
609
properties: [
610
new web3._extend.Property({
0 commit comments