Circular reference meaning contracts know each other addresses. So instead of
deploy foo
deploy bar(foo.address)
foo.init(bar.address)
Use some clever tricks to have only 2 deploy steps without an additional call to init
Circular reference meaning contracts know each other addresses. So instead of
deploy foo
deploy bar(foo.address)
foo.init(bar.address)
Use some clever tricks to have only 2 deploy steps without an additional call to init