diff --git a/Makefile b/Makefile index cd476cc..46892b4 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,6 @@ APPNAME = "Velora" # Application version APPVERSION_M = 2 APPVERSION_N = 4 -APPVERSION_P = 0 +APPVERSION_P = 1 include ethereum-plugin-sdk/standard_plugin.mk diff --git a/src/paraswap_plugin.h b/src/paraswap_plugin.h index 5b2185a..2402577 100644 --- a/src/paraswap_plugin.h +++ b/src/paraswap_plugin.h @@ -11,7 +11,7 @@ #define NUM_PARASWAP_SELECTORS 20 #define SELECTOR_SIZE 4 -#define PLUGIN_NAME "Paraswap" +#define PLUGIN_NAME "Velora" #define TOKEN_SENT_FOUND 1 #define TOKEN_RECEIVED_FOUND 1 << 1