From c5550e05f4429e21dcb74a76cab96fec17031247 Mon Sep 17 00:00:00 2001 From: spacemandev Date: Mon, 27 Jun 2022 09:48:42 -0500 Subject: [PATCH] modified wormhole.sh to add cleanup --- projects/evm-messenger/.gitignore | 2 +- projects/evm-messenger/wormhole.sh | 2 +- projects/evm-messenger/xdapp.config.json | 12 ++++-------- 3 files changed, 6 insertions(+), 10 deletions(-) diff --git a/projects/evm-messenger/.gitignore b/projects/evm-messenger/.gitignore index da2954b..b9da716 100644 --- a/projects/evm-messenger/.gitignore +++ b/projects/evm-messenger/.gitignore @@ -1,3 +1,3 @@ node_modules/ wormhole/ -nohup.out \ No newline at end of file +deployment.json \ No newline at end of file diff --git a/projects/evm-messenger/wormhole.sh b/projects/evm-messenger/wormhole.sh index 880b7e8..cb7ba54 100644 --- a/projects/evm-messenger/wormhole.sh +++ b/projects/evm-messenger/wormhole.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash - +npm run cleanup if [! docker info > /dev/null ] ; then echo "This script uses docker, and it isn't running - please start docker and try again!" exit 1 diff --git a/projects/evm-messenger/xdapp.config.json b/projects/evm-messenger/xdapp.config.json index 2d6b6db..db8c4a9 100644 --- a/projects/evm-messenger/xdapp.config.json +++ b/projects/evm-messenger/xdapp.config.json @@ -6,10 +6,8 @@ "rpc": "http://localhost:8545", "privateKey": "0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d", "bridgeAddress": "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550", - "deployedAddress": "0xfcced5e997e7fb1d0594518d3ed57245bb8ed17e", - "emittedVAAs": [ - "AQAAAAABAKWa25QetRl/vZ45Y4s1NKOXe01+Q0olM4dKfe6EroILVAjrxOk5OZNplA/0weOFvtirBgy1cybbnd/fHNumnUEBYrYAOgAAAAAAAgAAAAAAAAAAAAAAAPzO1emX5/sdBZRRjT7VckW7jtF+AAAAAAAAAAABRnJvbTogZXZtMFxuTXNnOiBIZWxsbyBXb3JsZCE=" - ] + "deployedAddress": "", + "emittedVAAs": [] }, "evm1": { "type": "evm", @@ -17,10 +15,8 @@ "rpc": "http://localhost:8546", "privateKey": "0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d", "bridgeAddress": "0xC89Ce4735882C9F0f0FE26686c53074E09B0D550", - "deployedAddress": "0xfcced5e997e7fb1d0594518d3ed57245bb8ed17e", - "emittedVAAs": [ - "AQAAAAABAE29ghIeU7n00u2DECRWvICEYEJbQpDxoxSwj6JSLlQjBjjbbL0Px+wrkDxpmOPnxdgNACRGeTsVNUntX42f4FcBYrYARQAAAAAABAAAAAAAAAAAAAAAAPzO1emX5/sdBZRRjT7VckW7jtF+AAAAAAAAAAABRnJvbTogZXZtMVxuTXNnOiBIZWxsbyBXb3JsZCE=" - ] + "deployedAddress": "", + "emittedVAAs": [] } }, "wormhole": {