|
|
|
@ -25,6 +25,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: 0, |
|
|
|
@ -40,6 +41,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: chain.polygon.id, |
|
|
|
@ -55,6 +57,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: avalancheChain.id, |
|
|
|
@ -70,6 +73,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: bscChain.id, |
|
|
|
@ -85,6 +89,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: chain.mainnet.id, |
|
|
|
@ -100,6 +105,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: chain.mainnet.id, |
|
|
|
@ -115,6 +121,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: chain.optimism.id, |
|
|
|
@ -130,6 +137,7 @@ export const PLACEHOLDER_MESSAGES: Message[] = [ |
|
|
|
|
sender: constants.AddressZero, |
|
|
|
|
recipient: constants.AddressZero, |
|
|
|
|
body: BODY_ZERO, |
|
|
|
|
hash: TX_HASH_ZERO, |
|
|
|
|
originDomainId: 0, |
|
|
|
|
destinationDomainId: 0, |
|
|
|
|
originChainId: bscChain.id, |
|
|
|
|