eth | TypeError「 Unknown kwargs 'gasPrice'」 发表于 2024-04-05 分类于 区块链 , 平台 && 公链 && 项目 && 方向 , eth , solidity , 开发 , python , 基础 , web3.py , 异常 阅读次数: Valine: EIP-1559 新规范的参数不同于旧的 gas 策略,它不再需要 gasPrice 字段,而是使用 maxFeePerGas/maxPriorityFeePerGas 的组合(type 为可选,会根据交易参数隐式设置类型)。 从 12tx_dic["nonce"] = noncetx_dic['gasPrice'] = w3.eth.gasPrice 变成了 12tx_dic["nonce"] = noncetx_dic['maxFeePerGas'] = w3.eth.gasPrice 请我喝杯咖啡吧~ 打赏 微信支付 支付宝