Skip to content

Commit 9cb6d61

Browse files
authored
Update fees.json
1 parent 651d30a commit 9cb6d61

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

ethereum/fees.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
{
1414
"method": "net_version",
1515
"calBase": 100000000,
16-
"ruCost": 5
16+
"ruCost": 5,
17+
"cache": true
1718
},
1819
{
1920
"method": "net_peerCount",
@@ -33,7 +34,8 @@
3334
{
3435
"method": "eth_chainId",
3536
"calBase": 100000000,
36-
"ruCost": 5
37+
"ruCost": 5,
38+
"cache": true
3739
},
3840
{
3941
"method": "eth_syncing",
@@ -396,4 +398,4 @@
396398
"fullNode": 1,
397399
"archiveNode": 1.3
398400
}
399-
}
401+
}

0 commit comments

Comments
 (0)