Skip to content

Commit

Permalink
fix: disable gas_price api cache
Browse files Browse the repository at this point in the history
  • Loading branch information
darwintree committed Sep 25, 2024
1 parent 91bb2d3 commit cfac358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conflux_web3/middleware/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
Set[RPCEndpoint],
{
# "cfx_chainId", this is not a supported api
"cfx_gasPrice"
# "cfx_gasPrice"
},
)

Expand Down

0 comments on commit cfac358

Please sign in to comment.