Ai
2 Star 20 Fork 0

ProjectOpenSea/seaport.py

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
hardhat.config.js 541 Bytes
一键复制 编辑 原始数据 按行查看 历史
// autogenerated by brownie
// do not modify the existing settings
module.exports = {
networks: {
hardhat: {
chainId: 1,
// forking: {
// url: 'https://eth-mainnet.alchemyapi.io/v2/<key>',
// },
hardfork: 'london',
// base fee of 0 allows use of 0 gas price when testing
initialBaseFeePerGas: 0,
// brownie expects calls and transactions to throw on revert
throwOnTransactionFailures: true,
throwOnCallFailures: true,
allowUnlimitedContractSize: true,
},
},
};
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ProjectOpenSea/seaport.py.git
git@gitee.com:ProjectOpenSea/seaport.py.git
ProjectOpenSea
seaport.py
seaport.py
main

搜索帮助