Conversation
|
| requiredDVNs: [zeroAddress], | ||
| optionalDVNs: [zeroAddress], |
There was a problem hiding this comment.
Won't work as you mentioned since zero address is not allowed in ULNBase. Perhaps set it to the dead dvn address for each chain? We can add a new mapping for LZ_DEAD_DVN here
There was a problem hiding this comment.
Can then just replace requiredDVNs with the dead dvn and set no optional dvns
There was a problem hiding this comment.
yes I fixed this and had the changes locally, done 7bacf17
There was a problem hiding this comment.
If this is a generated file should we add it to .gitignore?
Makefile
Outdated
| $(CONFIGURE_TOKEN_MESSAGING) $(CONFIGURE_ARGS_COMMON) --oapp-config $(CONFIG_BASE_PATH)/messaging.unwire.config.ts --signer deployer | ||
| $(CONFIGURE_CREDIT_MESSAGING) $(CONFIGURE_ARGS_COMMON) --oapp-config $(CONFIG_BASE_PATH)/messaging.unwire.config.ts --signer deployer |
There was a problem hiding this comment.
| $(CONFIGURE_TOKEN_MESSAGING) $(CONFIGURE_ARGS_COMMON) --oapp-config $(CONFIG_BASE_PATH)/messaging.unwire.config.ts --signer deployer | |
| $(CONFIGURE_CREDIT_MESSAGING) $(CONFIGURE_ARGS_COMMON) --oapp-config $(CONFIG_BASE_PATH)/messaging.unwire.config.ts --signer deployer | |
| $(CONFIGURE_TOKEN_MESSAGING) $(CONFIGURE_ARGS_COMMON) --oapp-config $(CONFIG_BASE_PATH)/credit-messaging.unwire.config.ts --signer deployer | |
| $(CONFIGURE_CREDIT_MESSAGING) $(CONFIGURE_ARGS_COMMON) --oapp-config $(CONFIG_BASE_PATH)/token-messaging.unwire.config.ts --signer deployer |
| } | ||
| } | ||
|
|
||
| export async function buildMessagingUnwireGraphMainnet( |
There was a problem hiding this comment.
Should we call
setMainnetStage() in the beginning of this function?
Uh oh!
There was an error while loading. Please reload this page.