Commit bf72d9e1 authored by Will Cory's avatar Will Cory

add optimistName and optimistSymbol

parent 4fdd028d
......@@ -54,9 +54,11 @@ export const configSpec: DeployConfigSpec<DeployConfig> = {
},
optimistName: {
type: 'string',
default: 'Optimist',
},
optimistSymbol: {
type: 'string',
default: 'OPTIMIST',
},
attestorAddress: {
type: 'address',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment