import { DeployConfig } from '../../src'
const config: DeployConfig = {
ddd: '0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266',
l2ProxyOwnerAddress: '0x70997970c51812dc3a010c7d01b50e0d17dc79c8',
optimistName: 'OP Citizenship',
optimistSymbol: 'OPNFT',
attestorAddress: '0x70997970c51812dc3a010c7d01b50e0d17dc79c8',
}
export default config
-
Mark Tyneway authored
Deploys the proxy in a deterministic manner for the attestationstation
85c77a95