This commit is contained in:
Joe Howarth 2023-01-27 10:01:31 -07:00
parent 0682d34d47
commit 0095681f02
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"description": "This file contains the addresses for the contracts on each chain. If useLastRun is true, this file will be ignored, and the addresses will be taken from the lastrun.json of the deployment scripts.",
"useLastRun": true,
"useLastRun": false,
"relayProviders": [
{
"chainId": 6,

View File

@ -47,7 +47,7 @@ async function run() {
const mockIntegration = getMockIntegration(sourceChain)
const targetAddress = getMockIntegrationAddress(targetChain)
const tx = await mockIntegration.sendMessageWithForwardedResponse(
const tx = await mockIntegration.sendMessage(
Buffer.from("Hello World"),
targetChain.chainId,
targetAddress,