更新合约文档,翻译为中文以增强可读性,包括 AccessControl、Ownable、ERC20 和 IERC20 的相关说明。修正了一些注释以确保准确性和一致性。
Some checks failed
transpile upgradeable / transpile (push) Has been cancelled
Some checks failed
transpile upgradeable / transpile (push) Has been cancelled
This commit is contained in:
@ -6,7 +6,7 @@ const fs = require('fs');
|
||||
const path = require('path');
|
||||
|
||||
const INSTANCES = {
|
||||
// ERC-4337 Entrypoints
|
||||
// ERC-4337 入口点
|
||||
entrypoint: {
|
||||
v07: {
|
||||
address: '0x0000000071727De22E5E9d8BAf0edAc6f37da032',
|
||||
@ -32,15 +32,15 @@ const INSTANCES = {
|
||||
},
|
||||
},
|
||||
deployer: {
|
||||
// Arachnid's deterministic deployment proxy
|
||||
// See: https://github.com/Arachnid/deterministic-deployment-proxy/tree/master
|
||||
// Arachnid 的确定性部署代理
|
||||
// 参见:https://github.com/Arachnid/deterministic-deployment-proxy/tree/master
|
||||
arachnid: {
|
||||
address: '0x4e59b44847b379578588920cA78FbF26c0B4956C',
|
||||
abi: [],
|
||||
bytecode:
|
||||
'0x7fffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffe03601600081602082378035828234f58015156039578182fd5b8082525050506014600cf3',
|
||||
},
|
||||
// Micah's deployer
|
||||
// Micah 的部署器
|
||||
micah: {
|
||||
address: '0x7A0D94F55792C434d74a40883C6ed8545E406D12',
|
||||
abi: [],
|
||||
|
||||
Reference in New Issue
Block a user