From 2c3e2299776365723ffcfdf305706203c389172a Mon Sep 17 00:00:00 2001 From: "Dmitry K." Date: Thu, 10 Oct 2024 12:39:04 -0700 Subject: [PATCH] also add local test tx --- tools/scripts/upgrades/local_test_v0.0.9-3.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tools/scripts/upgrades/local_test_v0.0.9-3.json diff --git a/tools/scripts/upgrades/local_test_v0.0.9-3.json b/tools/scripts/upgrades/local_test_v0.0.9-3.json new file mode 100644 index 000000000..7389f965f --- /dev/null +++ b/tools/scripts/upgrades/local_test_v0.0.9-3.json @@ -0,0 +1,15 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade", + "authority": "pokt10d07y265gmmuvt4z0w9aw880jnsr700j8yv32t", + "plan": { + "name": "v0.0.9-3", + "height": "50", + "info": "NOT NEEDED FOR LOCAL TESTING" + } + } + ] + } + } \ No newline at end of file