From 2dc6b03f23a49376aa99fdbe1a7711bd8883dcb1 Mon Sep 17 00:00:00 2001 From: aljo242 Date: Thu, 4 Aug 2022 10:17:46 -0400 Subject: [PATCH 1/2] rename generated file --- .../simulation/{simap.go.plush => simutil.go.plush} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/{simap.go.plush => simutil.go.plush} (100%) diff --git a/ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/simap.go.plush b/ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/simutil.go.plush similarity index 100% rename from ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/simap.go.plush rename to ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/simutil.go.plush From 14daff334071d5cd4f677bf792c32831be8752f3 Mon Sep 17 00:00:00 2001 From: aljo242 Date: Thu, 4 Aug 2022 10:24:00 -0400 Subject: [PATCH 2/2] rename to helpers --- .../simulation/{simutil.go.plush => helpers.go.plush} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/{simutil.go.plush => helpers.go.plush} (100%) diff --git a/ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/simutil.go.plush b/ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/helpers.go.plush similarity index 100% rename from ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/simutil.go.plush rename to ignite/templates/module/create/simapp/x/{{moduleName}}/simulation/helpers.go.plush